Searched refs:PCIC_WIRELESS (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 1051 {PCIC_WIRELESS, -1, "wireless controller"}, 1052 {PCIC_WIRELESS, PCIS_WIRELESS_IRDA, "iRDA"}, 1053 {PCIC_WIRELESS, PCIS_WIRELESS_IR, "IR"}, 1054 {PCIC_WIRELESS, PCIS_WIRELESS_RF, "RF"}, 1055 {PCIC_WIRELESS, PCIS_WIRELESS_BLUETOOTH, "bluetooth"}, 1056 {PCIC_WIRELESS, PCIS_WIRELESS_BROADBAND, "broadband"}, 1057 {PCIC_WIRELESS, PCIS_WIRELESS_80211A, "ethernet 802.11a"}, 1058 {PCIC_WIRELESS, PCIS_WIRELESS_80211B, "ethernet 802.11b"}, 1059 {PCIC_WIRELESS, PCIS_WIRELESS_CELL, 1061 {PCIC_WIRELESS, PCIS_WIRELESS_CELL_E,
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 480 #define PCIC_WIRELESS 0x0d macro
|
| H A D | pci.c | 5509 {PCIC_WIRELESS, -1, 1, "wireless controller"}, 5510 {PCIC_WIRELESS, PCIS_WIRELESS_IRDA, 1, "iRDA"}, 5511 {PCIC_WIRELESS, PCIS_WIRELESS_IR, 1, "IR"}, 5512 {PCIC_WIRELESS, PCIS_WIRELESS_RF, 1, "RF"},
|