Home
last modified time | relevance | path

Searched refs:antCtrlCommon (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/sys/dev/ic/
Darn9380.c231 modal->antCtrlCommon = bswap32(modal->antCtrlCommon); in ar9380_swap_rom()
239 modal->antCtrlCommon = bswap32(modal->antCtrlCommon); in ar9380_swap_rom()
335 reg = RW(reg, AR_SWITCH_TABLE_COM_ALL, modal->antCtrlCommon); in ar9380_init_from_rom()
Darn9287.c136 eep->modalHeader.antCtrlCommon = in ar9287_swap_rom()
137 bswap32(eep->modalHeader.antCtrlCommon); in ar9287_swap_rom()
167 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar9287_init_from_rom()
Darn5416.c142 modal->antCtrlCommon = bswap32(modal->antCtrlCommon); in ar5416_swap_rom()
235 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar5416_init_from_rom()
Darn9285.c161 eep->modalHeader.antCtrlCommon = in ar9285_swap_rom()
162 bswap32(eep->modalHeader.antCtrlCommon); in ar9285_swap_rom()
191 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar9285_init_from_rom()
Darn9287reg.h106 uint32_t antCtrlCommon; member
Darn9280.c245 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar9280_init_from_rom()
Darn5416reg.h82 uint32_t antCtrlCommon; member
Darn9285reg.h191 uint32_t antCtrlCommon; member
Darn9380reg.h122 uint32_t antCtrlCommon; member
/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah_eeprom_v4k.c184 integer = __bswap32(pModal->antCtrlCommon); in eepromSwap()
185 pModal->antCtrlCommon = integer; in eepromSwap()
Dah_eeprom_v14.c201 integer = __bswap32(pModal->antCtrlCommon); in eepromSwap()
202 pModal->antCtrlCommon = integer; in eepromSwap()
Dah_eeprom_v4k.h74 uint32_t antCtrlCommon; // 4 member
Dah_eeprom_v14.h179 uint32_t antCtrlCommon; // 4 member
/netbsd/src/sys/dev/usb/
Dif_otusreg.h449 uint32_t antCtrlCommon; member
Dif_otus.c2600 tmp = le32toh(eep->antCtrlCommon); in otus_set_board_values()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar9285_reset.c257 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ar9285SetBoardValues()
Dar5416_reset.c1273 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ar5416SetBoardValues()