Home
last modified time | relevance | path

Searched defs:chnl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Datwreg.h917 #define ATW_SR_TXPOWER(chnl) (0x54/2 + ((chnl) - 1)/2) argument
919 #define ATW_SR_LPF_CUTOFF(chnl) (0x62/2 + ((chnl) - 1)/2) argument
921 #define ATW_SR_LNA_GS_THRESH(chnl) (0x70/2 + ((chnl) - 1)/2) argument
/netbsd-src/sys/dev/pci/
H A Dif_iwn.c6270 int error, chnl, qid; iwn_hw_init() local
6374 int chnl, qid, ntries; iwn_hw_stop() local
[all...]
H A Dif_iwm.c1753 int chnl, ntries; in iwm_stop_device() local
2057 int err, chnl; in iwm_post_alive() local
[all...]
H A Dif_iwmreg.h1203 static __inline unsigned int IWM_SCD_QUEUE_WRPTR(unsigned int chnl) in IWM_SCD_QUEUE_WRPTR()
1210 static __inline unsigned int IWM_SCD_QUEUE_RDPTR(unsigned int chnl) in IWM_SCD_QUEUE_RDPTR()
1217 static __inline unsigned int IWM_SCD_QUEUE_STATUS_BITS(unsigned int chnl) in IWM_SCD_QUEUE_STATUS_BITS()
1283 static __inline unsigned int IWM_FH_MEM_CBBC_QUEUE(unsigned int chnl) in IWM_FH_MEM_CBBC_QUEUE()
H A Dif_iwnreg.h302 #define IWN_FH_TX_STATUS_IDLE(chnl) (1 << ((chnl) + 16)) argument