| /netbsd/src/sys/external/bsd/drm2/include/linux/ |
| D | pci.h | 65 struct pci_bus; 190 struct pci_bus *bus; 232 struct pci_bus { struct 311 bool pci_is_root_bus(struct pci_bus *); 312 int pci_domain_nr(struct pci_bus *); 336 int pci_bus_read_config_dword(struct pci_bus *, unsigned, int, 338 int pci_bus_read_config_word(struct pci_bus *, unsigned, int, 340 int pci_bus_read_config_byte(struct pci_bus *, unsigned, int, 342 int pci_bus_write_config_dword(struct pci_bus *, unsigned, int, 344 int pci_bus_write_config_word(struct pci_bus *, unsigned, int, [all …]
|
| /netbsd/src/usr.sbin/acpitools/aml/ |
| D | aml_region.c | 124 OsdReadPciCfgByte(h->pci_bus, h->pci_devfunc, in aml_region_read_simple() 129 OsdReadPciCfgWord(h->pci_bus, h->pci_devfunc, in aml_region_read_simple() 134 OsdReadPciCfgDword(h->pci_bus, h->pci_devfunc, in aml_region_read_simple() 188 OsdWritePciCfgByte(h->pci_bus, h->pci_devfunc, in aml_region_write_simple() 192 OsdWritePciCfgWord(h->pci_bus, h->pci_devfunc, in aml_region_write_simple() 196 OsdWritePciCfgDword(h->pci_bus, h->pci_devfunc, in aml_region_write_simple()
|
| D | aml_common.c | 592 h->pci_bus = 0; in aml_region_handle_alloc() 596 h->pci_bus = pci_info->property->num.number & 0xff; in aml_region_handle_alloc() 608 AML_DEBUGPRINT("[pci%d.%d]", h->pci_bus, h->pci_devfunc); in aml_region_handle_alloc()
|
| D | aml_common.h | 131 u_int32_t pci_bus, pci_devfunc; /* PCI_Config */ member
|
| /netbsd/src/sys/dev/pci/ |
| D | pci_resource.c | 80 struct pci_bus; 98 struct pci_bus *pd_bus; /* Parent bus */ 120 struct pci_bus { struct 134 struct pci_bus **pr_bus; /* Bus list */ argument 269 static struct pci_bus * 272 struct pci_bus *pb; in pci_new_bus() 305 struct pci_bus *pb; in pci_resource_device_functions() 580 struct pci_bus *parent_bus, uint8_t devno, uint8_t funcno) in pci_resource_scan_device() 647 struct pci_bus *pb; in pci_resource_scan_bus() 733 struct pci_bus *pb = pd->pd_bus; in pci_resource_init_device() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/linux/ |
| D | linux_pci.c | 258 pci_bus_read_config_dword(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_read_config_dword() 270 pci_bus_read_config_word(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_read_config_word() 282 pci_bus_read_config_byte(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_read_config_byte() 293 pci_bus_write_config_dword(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_write_config_dword() 339 pci_bus_write_config_word(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_write_config_word() 351 pci_bus_write_config_byte(struct pci_bus *bus, unsigned devfn, int reg, in pci_bus_write_config_byte() 543 pci_bus_alloc_resource(struct pci_bus *bus, struct resource *resource, in pci_bus_alloc_resource() 932 pci_is_root_bus(struct pci_bus *bus) in pci_is_root_bus() 939 pci_domain_nr(struct pci_bus *bus) in pci_domain_nr()
|
| /netbsd/src/sys/external/bsd/drm/dist/bsd-core/ |
| D | drm_ioctl.c | 97 (bus != dev->pci_bus) || in drm_setunique() 139 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func); in drm_set_busid()
|
| D | drm_drv.c | 232 dev->pci_bus = pci_get_bus(dev->device); in drm_attach() 409 dev->pci_bus = pa->pa_bus; in drm_attach()
|
| D | drm_irq.c | 42 (irq->busnum & 0xff) != dev->pci_bus || in drm_irq_by_busid()
|
| D | drmP.h | 838 int pci_bus; member
|
| /netbsd/src/lib/libpci/ |
| D | Makefile | 7 SRCS= pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | dig64.h | 69 uint8_t pci_bus; member
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_file.c | 400 struct pci_bus *b = list_entry(pci_root_buses.next, in drm_open_helper() 401 struct pci_bus, node); in drm_open_helper()
|
| /netbsd/src/sys/arch/ia64/stand/ia64/efi/ |
| D | main.c | 545 printf(" PCI bus = %u\n", ent->pci_bus); in command_hcdp()
|