Searched refs:pci_id (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/sys/dev/ppc/
H A Dppc_pci.c78 struct pci_id { struct
84 static struct pci_id pci_ids[] = {
100 struct pci_id *id;
/freebsd-10.0-release/sys/dev/uart/
H A Duart_bus_pci.c64 struct pci_id { struct
74 static const struct pci_id pci_ns8250_ids[] = {
138 const static struct pci_id *
139 uart_pci_match(device_t dev, const struct pci_id *id)
164 const struct pci_id *id;
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_core.h76 u_long pci_id, u_int rev );
H A Dbktr_core.c463 common_bktr_attach( bktr_ptr_t bktr, int unit, u_long pci_id, u_int rev ) argument
574 if (PCI_VENDOR(pci_id) == PCI_VENDOR_BROOKTREE)
576 switch (PCI_PRODUCT(pci_id)) {
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c36 PCI_ID pci_id; local
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
44 him->get_controller_count(&pci_id,0,0);
45 if ((pci_get_vendor(dev) == pci_id.vid) &&
46 (pci_get_device(dev) == pci_id.did)){
67 PCI_ID pci_id; local
78 pci_id.vid = pci_get_vendor(dev);
79 pci_id.did = pci_get_device(dev);
80 pci_id.rev = pci_get_revid(dev);
81 pci_id
[all...]
H A Dhim.h69 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-10.0-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c36 PCI_ID pci_id; local
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
44 him->get_controller_count(&pci_id,0,0);
45 if ((pci_get_vendor(dev) == pci_id.vid) &&
46 (pci_get_device(dev) == pci_id.did)){
67 PCI_ID pci_id; local
78 pci_id.vid = pci_get_vendor(dev);
79 pci_id.did = pci_get_device(dev);
80 pci_id.rev = pci_get_revid(dev);
81 pci_id
[all...]
H A Dhim.h68 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-10.0-release/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c44 PCI_ID pci_id; local
53 for (i=0; him->get_supported_device_id(i, &pci_id); i++) {
54 if ((pci_get_vendor(dev) == pci_id.vid) &&
55 (pci_get_device(dev) == pci_id.did)){
76 PCI_ID pci_id; local
87 pci_id.vid = pci_get_vendor(dev);
88 pci_id.did = pci_get_device(dev);
89 pci_id.rev = pci_get_revid(dev);
91 size = him->get_adapter_size(&pci_id);
102 if (!him->create_adapter(&pci_id, hb
[all...]
H A Dhim.h71 PCI_ID pci_id; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-10.0-release/sys/dev/pccbb/
H A Dpccbb_pci.c216 cbb_chipset(uint32_t pci_id, const char **namep) argument
220 for (ycp = yc_chipsets; ycp->yc_id != 0 && pci_id != ycp->yc_id; ++ycp)
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dmaestro3.c87 u_int32_t pci_id; int which; int delay1; int delay2; char *name; member in struct:m3_card_type
1306 for (card = m3_card_types ; card->pci_id ; card++) {
1307 if (pci_get_devid(dev) == card->pci_id) {
1331 for (card = m3_card_types ; card->pci_id ; card++) {
1332 if (sc->type == card->pci_id) {
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_hsi.h367 uint32_t pci_id; member in struct:port_hw_cfg

Completed in 148 milliseconds