Home
last modified time | relevance | path

Searched refs:pci_bus (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/include/linux/
Dpci.h65 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/
Daml_region.c124 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()
Daml_common.c592 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()
Daml_common.h131 u_int32_t pci_bus, pci_devfunc; /* PCI_Config */ member
/netbsd/src/sys/dev/pci/
Dpci_resource.c80 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/
Dlinux_pci.c258 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/
Ddrm_ioctl.c97 (bus != dev->pci_bus) || in drm_setunique()
139 dev->pci_domain, dev->pci_bus, dev->pci_slot, dev->pci_func); in drm_set_busid()
Ddrm_drv.c232 dev->pci_bus = pci_get_bus(dev->device); in drm_attach()
409 dev->pci_bus = pa->pa_bus; in drm_attach()
Ddrm_irq.c42 (irq->busnum & 0xff) != dev->pci_bus || in drm_irq_by_busid()
DdrmP.h838 int pci_bus; member
/netbsd/src/lib/libpci/
DMakefile7 SRCS= pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c
/netbsd/src/sys/arch/ia64/include/
Ddig64.h69 uint8_t pci_bus; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_file.c400 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/
Dmain.c545 printf(" PCI bus = %u\n", ent->pci_bus); in command_hcdp()