Searched refs:devid (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c65 ar5312Attach(uint16_t devid, HAL_SOFTC sc, argument
87 ar5212InitState(ahp, devid, sc, st, sh, status);
137 if ((devid == AR5212_AR2315_REV6) ||
138 (devid == AR5212_AR2315_REV7) ||
139 (devid == AR5212_AR2317_REV1) ||
140 (devid == AR5212_AR2317_REV2) ) {
314 ar5312Probe(uint16_t vendorid, uint16_t devid) argument
317 switch (devid) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c188 ar5210Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, argument
200 "%s: devid 0x%x sc %p st %p sh %p\n", __func__, devid,
218 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */
219 AH_PRIVATE(ah)->ah_devid = devid;
412 ar5210Probe(uint16_t vendorid, uint16_t devid) argument
415 (devid == AR5210_PROD || devid == AR5210_DEFAULT))
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c73 ar9130Attach(uint16_t devid, HAL_SOFTC sc, argument
96 ar5416InitState(ahp5416, devid, sc, st, sh, status);
318 ar9130Probe(uint16_t vendorid, uint16_t devid) argument
320 if (vendorid == ATHEROS_VENDOR_ID && devid == AR5416_AR9130_DEVID)
H A Dar9160_attach.c117 ar9160Attach(uint16_t devid, HAL_SOFTC sc, argument
140 ar5416InitState(ahp5416, devid, sc, st, sh, status);
337 ar9160Probe(uint16_t vendorid, uint16_t devid) argument
339 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9160_DEVID_PCI)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c136 ar9285Attach(uint16_t devid, HAL_SOFTC sc, argument
162 ar5416InitState(AH5416(ah), devid, sc, st, sh, status); local
352 if (devid == AR2427_DEVID_PCIE)
574 ar9285Probe(uint16_t vendorid, uint16_t devid) argument
576 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9285_DEVID_PCIE)
578 if (vendorid == ATHEROS_VENDOR_ID && (devid == AR2427_DEVID_PCIE))
H A Dar9287_attach.c114 ar9287Attach(uint16_t devid, HAL_SOFTC sc, argument
141 ar5416InitState(AH5416(ah), devid, sc, st, sh, status); local
485 ar9287Probe(uint16_t vendorid, uint16_t devid) argument
488 if (devid == AR9287_DEVID_PCI)
490 if (devid == AR9287_DEVID_PCIE)
H A Dar9280_attach.c151 ar9280Attach(uint16_t devid, HAL_SOFTC sc, argument
179 ar5416InitState(AH5416(ah), devid, sc, st, sh, status); local
967 ar9280Probe(uint16_t vendorid, uint16_t devid) argument
970 if (devid == AR9280_DEVID_PCI)
972 if (devid == AR9280_DEVID_PCIE)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c207 ar5211Attach(uint16_t devid, HAL_SOFTC sc, argument
236 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */
237 AH_PRIVATE(ah)->ah_devid = devid;
545 ar5211Probe(uint16_t vendorid, uint16_t devid) argument
548 if (devid == AR5211_DEVID || devid == AR5311_DEVID ||
549 devid == AR5211_DEFAULT)
551 if (devid == AR5211_FPGA11B)
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h93 #define CPU_MATCH_RAW(mask, devid) \
94 (((mask) & PCPU_GET(midr)) == ((mask) & (devid)))
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Diflib.h169 #define PVID(vendor, devid, name) {vendor, devid, 0, 0, 0, 0, name}
170 #define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, name}
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo_pci.c137 uint16_t vendor, devid; local
141 devid = pci_get_device(dev);
145 if (vendor == mp->mp_vendorid && devid == mp->mp_deviceid) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c86 ar5416InitState(struct ath_hal_5416 *ahp5416, uint16_t devid, HAL_SOFTC sc, argument
93 ar5212InitState(ahp, devid, sc, st, sh, status);
300 ar5416Attach(uint16_t devid, HAL_SOFTC sc, argument
325 ar5416InitState(ahp5416, devid, sc, st, sh, status);
345 AH_PRIVATE(ah)->ah_ispcie = (devid == AR5416_DEVID_PCIE);
1065 ar5416Probe(uint16_t vendorid, uint16_t devid) argument
1068 if (devid == AR5416_DEVID_PCI)
1070 if (devid == AR5416_DEVID_PCIE)
H A Dar5416.h174 extern void ar5416InitState(struct ath_hal_5416 *, uint16_t devid,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c234 ar5212InitState(struct ath_hal_5212 *ahp, uint16_t devid, HAL_SOFTC sc, argument
249 ah->ah_devid = devid; /* NB: for alq */
250 AH_PRIVATE(ah)->ah_devid = devid;
320 ar5212Attach(uint16_t devid, HAL_SOFTC sc, argument
344 ar5212InitState(ahp, devid, sc, st, sh, status);
926 ar5212Probe(uint16_t vendorid, uint16_t devid) argument
931 switch (devid) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c56 ath_hal_probe(uint16_t vendorid, uint16_t devid) argument
63 const char *name = (*pchip)->probe(vendorid, devid);
70 const char *name = pc->probe(vendorid, devid);
86 ath_hal_attach(uint16_t devid, HAL_SOFTC sc, argument
99 if (chip->probe(ATHEROS_VENDOR_ID, devid) == AH_NULL)
101 ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
122 if (chip->probe(ATHEROS_VENDOR_ID, devid) == AH_NULL)
124 ah = chip->attach(devid, sc, st, sh, eepromdata, ah_config,
H A Dah_internal.h94 const char *(*probe)(uint16_t vendorid, uint16_t devid);
95 struct ath_hal *(*attach)(uint16_t devid, HAL_SOFTC,
H A Dah.h1556 extern const char *__ahdecl ath_hal_probe(uint16_t vendorid, uint16_t devid);
1571 extern struct ath_hal * __ahdecl ath_hal_attach(uint16_t devid, HAL_SOFTC,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c71 static int ar9300_init_offsets(struct ath_hal *ah, u_int16_t devid);
634 ar9300_attach(u_int16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, argument
646 ahp = ar9300_new_state(devid, sc, st, sh, eepromdata, ah_config, status);
651 ar9300_init_offsets(ah, devid);
2502 ar9300_new_state(u_int16_t devid, HAL_SOFTC sc, argument
2550 AH_PRIVATE(ah)->ah_devid = devid;
4305 static int ar9300_init_offsets(struct ath_hal *ah, u_int16_t devid) argument
4307 if (devid == AR9300_DEVID_AR9340) {
4317 ar9300_probe(uint16_t vendorid, uint16_t devid) argument
4322 switch (devid) {
[all...]
H A Dar9300_stub_funcs.h7 extern void ar9300_Stub_InitState(struct ath_hal_5212 *, uint16_t devid, HAL_SOFTC,
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c941 uint16_t devid, vendor; local
946 devid = pci_get_device(dev);
950 if (vendor == LINKSYS_VENDORID && devid == LINKSYS_DEVICEID_EG1032) {
960 if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
969 if (vendor == t->rl_vid && devid == t->rl_did) {
1224 u_int16_t devid, re_did = 0; local
1239 devid = pci_get_device(dev);
1245 if (devid == RT_DEVICEID_8169SC)
1251 if (devid == RT_DEVICEID_8168 || devid
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h82 struct mwl_hal *mwl_hal_attach(device_t dev, uint16_t devid,
H A Dmwlhal.c245 mwl_hal_attach(device_t dev, uint16_t devid, argument
291 mh->mh_revs.mh_devid = devid;
345 switch (devid) {
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c589 uint16_t devid, revid, vendor; local
593 devid = pci_get_device(dev);
596 if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
604 if (vendor == t->rl_vid && devid == t->rl_did) {
/haiku/src/add-ons/kernel/drivers/network/ether/rdc/dev/vte/
H A Dif_vte.c330 uint16_t vendor, devid; local
333 devid = pci_get_device(dev);
335 if (vendor == ident->vendorid && devid == ident->deviceid)
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c975 u_int16_t devid; local
982 xl_read_eeprom(sc, (caddr_t)&devid, XL_EE_PRODID, 1, 0);
984 switch (devid) {
1057 "unknown device ID: %x -- defaulting to 10baseT\n", devid);

Completed in 177 milliseconds

12