Searched refs:antCtrlCommon (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | arn9380.c | 231 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()
|
| D | arn9287.c | 136 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()
|
| D | arn5416.c | 142 modal->antCtrlCommon = bswap32(modal->antCtrlCommon); in ar5416_swap_rom() 235 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar5416_init_from_rom()
|
| D | arn9285.c | 161 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()
|
| D | arn9287reg.h | 106 uint32_t antCtrlCommon; member
|
| D | arn9280.c | 245 AR_WRITE(sc, AR_PHY_SWITCH_COM, modal->antCtrlCommon); in ar9280_init_from_rom()
|
| D | arn5416reg.h | 82 uint32_t antCtrlCommon; member
|
| D | arn9285reg.h | 191 uint32_t antCtrlCommon; member
|
| D | arn9380reg.h | 122 uint32_t antCtrlCommon; member
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ |
| D | ah_eeprom_v4k.c | 184 integer = __bswap32(pModal->antCtrlCommon); in eepromSwap() 185 pModal->antCtrlCommon = integer; in eepromSwap()
|
| D | ah_eeprom_v14.c | 201 integer = __bswap32(pModal->antCtrlCommon); in eepromSwap() 202 pModal->antCtrlCommon = integer; in eepromSwap()
|
| D | ah_eeprom_v4k.h | 74 uint32_t antCtrlCommon; // 4 member
|
| D | ah_eeprom_v14.h | 179 uint32_t antCtrlCommon; // 4 member
|
| /netbsd/src/sys/dev/usb/ |
| D | if_otusreg.h | 449 uint32_t antCtrlCommon; member
|
| D | if_otus.c | 2600 tmp = le32toh(eep->antCtrlCommon); in otus_set_board_values()
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/ |
| D | ar9285_reset.c | 257 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ar9285SetBoardValues()
|
| D | ar5416_reset.c | 1273 OS_REG_WRITE(ah, AR_PHY_SWITCH_COM, pModal->antCtrlCommon); in ar5416SetBoardValues()
|