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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c464 antWrites[0] = (uint16_t)((pModal->antCtrlCommon >> 28) & 0xF);
465 antWrites[1] = (uint16_t)((pModal->antCtrlCommon >> 24) & 0xF);
466 antWrites[2] = (uint16_t)((pModal->antCtrlCommon >> 20) & 0xF);
467 antWrites[3] = (uint16_t)((pModal->antCtrlCommon >> 16) & 0xF);
468 antWrites[4] = (uint16_t)((pModal->antCtrlCommon >> 12) & 0xF);
469 antWrites[5] = (uint16_t)((pModal->antCtrlCommon >> 8) & 0xF);
470 antWrites[6] = (uint16_t)((pModal->antCtrlCommon >> 4) & 0xF);
471 antWrites[7] = (uint16_t)(pModal->antCtrlCommon & 0xF);
486 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);
H A Dar9285_reset.c255 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);
/freebsd-11-stable/sys/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
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A D9287.c101 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c93 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c151 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h778 uint32_t antCtrlCommon; member in struct:ModalEepHeader
H A Dif_otus.c2543 tmp = le32toh(eep->antCtrlCommon);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1624 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon);

Completed in 118 milliseconds