Searched refs:hose (Results 1 – 10 of 10) sorted by relevance
/drivers/char/agp/ |
D | alpha-agp.c | 68 alpha_mv.mv_pci_tbi(agp->hose, 0, -1); in alpha_core_agp_tlbflush() 180 pdev->sysdata = agp->hose; in alpha_core_agp_setup() 193 printk(KERN_INFO PFX "Detected AGP on hose %d\n", agp->hose->index); in alpha_core_agp_setup()
|
/drivers/gpu/drm/ |
D | drm_file.c | 338 if (!dev->hose) { in drm_open_helper() 342 dev->hose = pci_dev->sysdata; in drm_open_helper() 345 if (!dev->hose) { in drm_open_helper() 349 dev->hose = b->sysdata; in drm_open_helper()
|
D | drm_memory.c | 72 offset -= dev->hose->mem_space->start; in agp_remap()
|
D | drm_vm.c | 154 baddr -= dev->hose->mem_space->start; in drm_vm_fault() 512 return dev->hose->dense_mem_base; in drm_core_get_reg_ofs()
|
D | drm_pci.c | 259 dev->hose = pdev->sysdata; in drm_get_pci_dev()
|
D | drm_bufs.c | 278 map->offset += dev->hose->mem_space->start; in drm_addmap_core()
|
/drivers/pci/hotplug/ |
D | pnv_php.c | 240 struct pci_controller *hose = (struct pci_controller *)data; in pnv_php_add_one_pdn() local 243 pdn = pci_add_device_node_info(hose, dn); in pnv_php_add_one_pdn() 252 struct pci_controller *hose = pci_bus_to_host(slot->bus); in pnv_php_add_pdns() local 254 pci_traverse_device_nodes(slot->dn, pnv_php_add_one_pdn, hose); in pnv_php_add_pdns()
|
/drivers/edac/ |
D | mpc85xx_edac.c | 115 struct pci_controller *hose; in mpc85xx_pcie_find_capability() local 120 hose = pci_find_hose_for_OF_device(np); in mpc85xx_pcie_find_capability() 122 return early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP); in mpc85xx_pcie_find_capability()
|
/drivers/vfio/pci/ |
D | vfio_pci_nvlink2.c | 397 struct pci_controller *hose = pci_bus_to_host(npdev->bus); in vfio_pci_ibm_npu2_init() local 421 if (of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", nvlink_index, in vfio_pci_ibm_npu2_init()
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 458 rdev->ddev->hose->dense_mem_base; in radeon_ttm_io_mem_reserve()
|