Searched refs:pci_bus (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/hptmv/
H A Dvdevice.h165 ((pChip1)->pci_bus==(pChip2)->pci_bus && (pChip1)->pci_dev==(pChip2)->pci_dev)
168 ((pChip1)->pci_bus==(pChip2)->pci_bus && (pChip1)->pci_dev==(pChip2)->pci_dev && (pChip1)->pci_func==(pChip2)->pci_func)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h213 struct pci_bus { struct
236 struct pci_bus *bus;
1092 pci_is_root_bus(struct pci_bus *pbus)
1104 pci_domain_nr(struct pci_bus *pbus)
1111 pci_bus_read_config(struct pci_bus *bus, unsigned int devfn,
1120 pci_bus_read_config_word(struct pci_bus *bus, unsigned int devfn, int pos, u16 *val)
1131 pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn, int pos, u8 *val)
1142 pci_bus_write_config(struct pci_bus *bus, unsigned int devfn, int pos,
1151 pci_bus_write_config_byte(struct pci_bus *bus, unsigned int devfn, int pos,
1158 pci_bus_write_config_word(struct pci_bus *bu
[all...]
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_pci.c205 dev->pci_bus,
255 (bus != dev->pci_bus) ||
270 (p->busnum & 0xff) != dev->pci_bus ||
338 dev->pci_bus = pci_get_bus(dev->dev);
H A Ddrm_os_freebsd.c246 "pci:%04x:%02x:%02x.%d", dev->pci_domain, dev->pci_bus,
H A DdrmP.h1117 int pci_bus; member in struct:drm_device
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c346 device_t pci_bus; member in struct:hv_pcibus
568 device_delete_child(hbus->pci_bus, pci_dev);
835 pci_rescan(hbus->pci_bus);
1482 hbus->pci_bus = device_add_child(dev, "pci", -1);
1483 if (!hbus->pci_bus) {
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptintf.h411 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
438 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h456 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
508 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h452 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V2
504 HPT_U8 pci_bus; member in struct:_CONTROLLER_INFO_V3

Completed in 316 milliseconds