Home
last modified time | relevance | path

Searched refs:pci_id (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_bus_pci.c66 struct pci_id { struct
85 static const struct pci_id pci_ns8250_ids[] = { argument
216 const static struct pci_id *
217 uart_pci_match(device_t dev, const struct pci_id *id) in uart_pci_match()
280 const struct pci_id *id; in uart_pci_probe()
281 struct pci_id cid = { in uart_pci_probe()
330 const struct pci_id *id; in uart_pci_attach()
/freebsd/sys/dev/ppc/
H A Dppc_pci.c76 struct pci_id { struct
82 static struct pci_id pci_ids[] = { argument
100 struct pci_id *id; in ppc_pci_probe()
/freebsd/sys/dev/chromebook_platform/
H A Dchromebook_platform.c46 uint32_t pci_id; member
75 if (slaves[i].pci_id != pci_get_devid(controller)) in chromebook_i2c_identify()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c36 PCI_ID pci_id; in hpt_match() local
41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
43 him->get_controller_count(&pci_id,0,0); in hpt_match()
44 if ((pci_get_vendor(dev) == pci_id.vid) && in hpt_match()
45 (pci_get_device(dev) == pci_id.did)){ in hpt_match()
73 PCI_ID pci_id; in hpt_attach() local
90 pci_id.vid = pci_get_vendor(dev); in hpt_attach()
91 pci_id.did = pci_get_device(dev); in hpt_attach()
92 pci_id.rev = pci_get_revid(dev); in hpt_attach()
93 pci_id.subsys = (HPT_U32)(pci_get_subdevice(dev)) << 16 | pci_get_subvendor(dev); in hpt_attach()
[all …]
H A Dhim.h69 PCI_ID pci_id; member
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c37 PCI_ID pci_id; in hpt_match() local
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
44 him->get_controller_count(&pci_id,0,0); in hpt_match()
45 if ((pci_get_vendor(dev) == pci_id.vid) && in hpt_match()
46 (pci_get_device(dev) == pci_id.did)){ in hpt_match()
75 PCI_ID pci_id; in hpt_attach() local
93 pci_id.vid = pci_get_vendor(dev); in hpt_attach()
94 pci_id.did = pci_get_device(dev); in hpt_attach()
95 pci_id.rev = pci_get_revid(dev); in hpt_attach()
96 pci_id.subsys = (HPT_U32)(pci_get_subdevice(dev)) << 16 | pci_get_subvendor(dev); in hpt_attach()
[all …]
H A Dhim.h68 PCI_ID pci_id; member
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c44 PCI_ID pci_id; in hpt_match() local
52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
53 if ((pci_get_vendor(dev) == pci_id.vid) && in hpt_match()
54 (pci_get_device(dev) == pci_id.did)){ in hpt_match()
82 PCI_ID pci_id; in hpt_attach() local
95 pci_id.vid = pci_get_vendor(dev); in hpt_attach()
96 pci_id.did = pci_get_device(dev); in hpt_attach()
97 pci_id.rev = pci_get_revid(dev); in hpt_attach()
99 size = him->get_adapter_size(&pci_id); in hpt_attach()
108 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
H A Dhim.h71 PCI_ID pci_id; member
/freebsd/sys/dev/liquidio/base/
H A Dlio_device.c282 uint32_t configsize = 0, pci_id = 0, size; in lio_allocate_device_mem() local
285 pci_id = pci_get_device(device); in lio_allocate_device_mem()
286 switch (pci_id) { in lio_allocate_device_mem()
292 pci_id); in lio_allocate_device_mem()
/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c87 u_int32_t pci_id; int which; int delay1; int delay2; char *name; member
1305 for (card = m3_card_types ; card->pci_id ; card++) { in m3_pci_probe()
1306 if (pci_get_devid(dev) == card->pci_id) { in m3_pci_probe()
1330 for (card = m3_card_types ; card->pci_id ; card++) { in m3_pci_attach()
1331 if (sc->type == card->pci_id) { in m3_pci_attach()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c215 cbb_chipset(uint32_t pci_id, const char **namep) in cbb_chipset() argument
219 for (ycp = yc_chipsets; ycp->yc_id != 0 && pci_id != ycp->yc_id; ++ycp) in cbb_chipset()
/freebsd/sys/dev/adlink/
H A Dadlink.c345 struct pci_id struct
/freebsd/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h366 u32 pci_id; /* 0x50 */ member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h368 uint32_t pci_id; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h13974 uint16_t pci_id; member
15542 uint16_t pci_id; member