Searched refs:PCIC_WIRELESS (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 1068 {PCIC_WIRELESS, -1, "wireless controller"}, 1069 {PCIC_WIRELESS, PCIS_WIRELESS_IRDA, "iRDA"}, 1070 {PCIC_WIRELESS, PCIS_WIRELESS_IR, "IR"}, 1071 {PCIC_WIRELESS, PCIS_WIRELESS_RF, "RF"}, 1072 {PCIC_WIRELESS, PCIS_WIRELESS_BLUETOOTH, "bluetooth"}, 1073 {PCIC_WIRELESS, PCIS_WIRELESS_BROADBAND, "broadband"}, 1074 {PCIC_WIRELESS, PCIS_WIRELESS_80211A, "ethernet 802.11a"}, 1075 {PCIC_WIRELESS, PCIS_WIRELESS_80211B, "ethernet 802.11b"}, 1076 {PCIC_WIRELESS, PCIS_WIRELESS_CELL, 1078 {PCIC_WIRELESS, PCIS_WIRELESS_CELL_ [all...] |
| /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"},
|