Home
last modified time | relevance | path

Searched refs:ctl17 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c31 u32 val, ctl12, ctl17; in ar9003_set_txdesc() local
90 ctl17 = SM(i->keytype, AR_EncrType); in ar9003_set_txdesc()
96 WRITE_ONCE(ads->ctl17, ctl17); in ar9003_set_txdesc()
119 ctl17 |= (i->flags & ATH9K_TXDESC_LDPC ? AR_LDPC : 0); in ar9003_set_txdesc()
122 ctl17 |= SM(i->aggr_len, AR_AggrLen); in ar9003_set_txdesc()
126 ctl17 |= SM(i->ndelim, AR_PadDelim); in ar9003_set_txdesc()
139 WRITE_ONCE(ads->ctl17, ctl17); in ar9003_set_txdesc()
H A Dar9003_mac.h89 u32 ctl17; /* DMA control 17 */ member