HomeSort by: relevance | last modified time | path
    Searched defs:ahp (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_keycache.c 41 struct ath_hal_5416 *ahp = AH5416(ah); local in function:ar5416ResetKeyCacheEntry
44 ahp->ah_keytype[entry] = keyType[HAL_CIPHER_CLR];
59 struct ath_hal_5416 *ahp = AH5416(ah); local in function:ar5416SetKeyCacheEntry
62 ahp->ah_keytype[entry] = keyType[k->kv_type];
ar5416_keycache.c 41 struct ath_hal_5416 *ahp = AH5416(ah); local in function:ar5416ResetKeyCacheEntry
44 ahp->ah_keytype[entry] = keyType[HAL_CIPHER_CLR];
59 struct ath_hal_5416 *ahp = AH5416(ah); local in function:ar5416SetKeyCacheEntry
62 ahp->ah_keytype[entry] = keyType[k->kv_type];
ar5416_recv.c 35 struct ath_hal_private *ahp = AH_PRIVATE(ah); local in function:ar5416StartPcuReceive
40 ar5416AniReset(ah, ahp->ah_curchan, ahp->ah_opmode, AH_TRUE);
ar5416_recv.c 35 struct ath_hal_private *ahp = AH_PRIVATE(ah); local in function:ar5416StartPcuReceive
40 ar5416AniReset(ah, ahp->ah_curchan, ahp->ah_opmode, AH_TRUE);
ar5416_interrupts.c 83 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5416GetPendingInterrupts
117 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
118 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
120 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
121 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
176 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5416SetInterrupts
177 uint32_t omask = ahp->ah_maskReg;
199 if (ahp->ah_txOkInterruptMask)
201 if (ahp->ah_txErrInterruptMask)
203 if (ahp->ah_txDescInterruptMask
    [all...]
ar5416_power.c 118 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5416SetPowerMode
132 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
148 ahp->ah_powerMode = mode;
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_beacon.c 107 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetStaBeaconTimers
185 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
189 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5210_interrupts.c 46 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210GetPendingInterrupts
62 *masked = (isr & (HAL_INT_COMMON - HAL_INT_BNR)) & ahp->ah_maskReg;
91 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetInterrupts
92 uint32_t omask = ahp->ah_maskReg;
112 if (ahp->ah_txOkInterruptMask)
114 if (ahp->ah_txErrInterruptMask)
116 if (ahp->ah_txDescInterruptMask)
118 if (ahp->ah_txEolInterruptMask)
125 ahp->ah_maskReg = ints;
ar5210_beacon.c 107 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetStaBeaconTimers
185 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
189 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5210_interrupts.c 46 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210GetPendingInterrupts
62 *masked = (isr & (HAL_INT_COMMON - HAL_INT_BNR)) & ahp->ah_maskReg;
91 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetInterrupts
92 uint32_t omask = ahp->ah_maskReg;
112 if (ahp->ah_txOkInterruptMask)
114 if (ahp->ah_txErrInterruptMask)
116 if (ahp->ah_txDescInterruptMask)
118 if (ahp->ah_txEolInterruptMask)
125 ahp->ah_maskReg = ints;
ar5210_power.c 96 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetPowerMode
108 modes[ahp->ah_powerMode], modes[mode],
125 ahp->ah_powerMode = mode;
ar5210_power.c 96 struct ath_hal_5210 *ahp = AH5210(ah); local in function:ar5210SetPowerMode
108 modes[ahp->ah_powerMode], modes[mode],
125 ahp->ah_powerMode = mode;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_beacon.c 115 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetStaBeaconTimers
164 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
166 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5211_interrupts.c 108 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetInterrupts
109 uint32_t omask = ahp->ah_maskReg;
129 if (ahp->ah_txOkInterruptMask)
131 if (ahp->ah_txErrInterruptMask)
133 if (ahp->ah_txDescInterruptMask)
135 if (ahp->ah_txEolInterruptMask)
151 ahp->ah_maskReg = ints;
ar5211_beacon.c 115 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetStaBeaconTimers
164 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
166 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5211_interrupts.c 108 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetInterrupts
109 uint32_t omask = ahp->ah_maskReg;
129 if (ahp->ah_txOkInterruptMask)
131 if (ahp->ah_txErrInterruptMask)
133 if (ahp->ah_txDescInterruptMask)
135 if (ahp->ah_txEolInterruptMask)
151 ahp->ah_maskReg = ints;
ar5211_power.c 98 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetPowerMode
110 modes[ahp->ah_powerMode], modes[mode],
127 ahp->ah_powerMode = mode;
ar5211_power.c 98 struct ath_hal_5211 *ahp = AH5211(ah); local in function:ar5211SetPowerMode
110 modes[ahp->ah_powerMode], modes[mode],
127 ahp->ah_powerMode = mode;
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_power.c 74 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5312SetPowerMode
86 modes[ahp->ah_powerMode], modes[mode],
103 ahp->ah_powerMode = mode;
ar5312_power.c 74 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5312SetPowerMode
86 modes[ahp->ah_powerMode], modes[mode],
103 ahp->ah_powerMode = mode;
ar5312_attach.c 66 struct ath_hal_5212 *ahp = AH_NULL; local in function:ar5312Attach
77 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
78 if (ahp == AH_NULL) {
84 ar5212InitState(ahp, devid, sc, st, sh, status);
85 ah = &ahp->ah_priv.h;
96 ahp->ah_priv.ah_eepromRead = ar5312EepromRead;
98 ahp->ah_priv.ah_eepromWrite = ar5312EepromWrite;
102 ahp->ah_priv.ah_gpioCfgOutput = ar5315GpioCfgOutput;
103 ahp->ah_priv.ah_gpioCfgInput = ar5315GpioCfgInput;
104 ahp->ah_priv.ah_gpioGet = ar5315GpioGet
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c 126 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5212SetStaBeaconTimers
174 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
176 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5212_interrupts.c 59 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5212GetPendingInterrupts
92 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXOK);
93 ahp->ah_intrTxqs |= MS(isr0, AR_ISR_S0_QCU_TXDESC);
95 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXERR);
96 ahp->ah_intrTxqs |= MS(isr1, AR_ISR_S1_QCU_TXEOL);
141 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5212SetInterrupts
142 uint32_t omask = ahp->ah_maskReg;
157 if (ahp->ah_txOkInterruptMask)
159 if (ahp->ah_txErrInterruptMask)
161 if (ahp->ah_txDescInterruptMask
    [all...]
ar5212_power.c 122 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5212SetPowerMode
134 modes[ahp->ah_powerMode], modes[mode],
151 ahp->ah_powerMode = mode;
ar5212_beacon.c 126 struct ath_hal_5212 *ahp = AH5212(ah); local in function:ar5212SetStaBeaconTimers
174 ahp->ah_rssiThr = (ahp->ah_rssiThr &~ AR_RSSI_THR_BM_THR)
176 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);

Completed in 30 milliseconds

1 2 3 4 5