HomeSort by: relevance | last modified time | path
    Searched refs:chnl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
atwreg.h 917 #define ATW_SR_TXPOWER(chnl) (0x54/2 + ((chnl) - 1)/2)
919 #define ATW_SR_LPF_CUTOFF(chnl) (0x62/2 + ((chnl) - 1)/2)
921 #define ATW_SR_LNA_GS_THRESH(chnl) (0x70/2 + ((chnl) - 1)/2)
  /src/sys/dev/pci/
if_iwmreg.h 1230 static __inline unsigned int IWM_SCD_QUEUE_WRPTR(unsigned int chnl)
1232 if (chnl < 20)
1233 return IWM_SCD_BASE + 0x18 + chnl * 4;
1234 return IWM_SCD_BASE + 0x284 + (chnl - 20) * 4;
1237 static __inline unsigned int IWM_SCD_QUEUE_RDPTR(unsigned int chnl)
1239 if (chnl < 20)
1240 return IWM_SCD_BASE + 0x68 + chnl * 4;
1241 return IWM_SCD_BASE + 0x2B4 + chnl * 4;
1244 static __inline unsigned int IWM_SCD_QUEUE_STATUS_BITS(unsigned int chnl)
1246 if (chnl < 20
    [all...]
if_iwn.c 6292 int error, chnl, qid; local
6353 for (chnl = 0; chnl < sc->ndmachnls; chnl++) {
6354 IWN_WRITE(sc, IWN_FH_TX_CONFIG(chnl),
6396 int chnl, qid, ntries; local
6414 for (chnl = 0; chnl < sc->ndmachnls; chnl++) {
6415 IWN_WRITE(sc, IWN_FH_TX_CONFIG(chnl), 0)
    [all...]
if_iwnreg.h 302 #define IWN_FH_TX_STATUS_IDLE(chnl) (1 << ((chnl) + 16))
if_iwm.c 1901 int chnl, ntries; local
1912 for (chnl = 0; chnl < IWM_FH_TCSR_CHNL_NUM; chnl++) {
1914 IWM_FH_TCSR_CHNL_TX_CONFIG_REG(chnl), 0);
1920 chnl))
2246 int err, chnl; local
2292 for (chnl = 0; chnl < IWM_FH_TCSR_CHNL_NUM; chnl++)
    [all...]

Completed in 30 milliseconds