Searched refs:antCtrlCommon (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c448 antWrites[0] = (uint16_t)((pModal->antCtrlCommon >> 28) & 0xF);
449 antWrites[1] = (uint16_t)((pModal->antCtrlCommon >> 24) & 0xF);
450 antWrites[2] = (uint16_t)((pModal->antCtrlCommon >> 20) & 0xF);
451 antWrites[3] = (uint16_t)((pModal->antCtrlCommon >> 16) & 0xF);
452 antWrites[4] = (uint16_t)((pModal->antCtrlCommon >> 12) & 0xF);
453 antWrites[5] = (uint16_t)((pModal->antCtrlCommon >> 8) & 0xF);
454 antWrites[6] = (uint16_t)((pModal->antCtrlCommon >> 4) & 0xF);
455 antWrites[7] = (uint16_t)(pModal->antCtrlCommon & 0xF);
470 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);
H A Dar9285_reset.c245 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_9287.h80 uint32_t antCtrlCommon; member in struct:modal_eep_ar9287_header
H A Dah_eeprom_v4k.h80 uint32_t antCtrlCommon; // 4 member in struct:ModalEepHeader4k
H A Dah_eeprom_9287.c191 integer = __bswap32(pModal->antCtrlCommon);
192 pModal->antCtrlCommon = integer;
H A Dah_eeprom_v14.c228 integer = __bswap32(pModal->antCtrlCommon);
229 pModal->antCtrlCommon = integer;
H A Dah_eeprom_v4k.c183 integer = __bswap32(pModal->antCtrlCommon);
184 pModal->antCtrlCommon = integer;
H A Dah_eeprom_v14.h199 uint32_t antCtrlCommon; // 4 member in struct:ModalEepHeader
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1545 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);

Completed in 76 milliseconds