Searched refs:ctl17 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.c | 31 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 D | ar9003_mac.h | 89 u32 ctl17; /* DMA control 17 */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.c | 31 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 D | ar9003_mac.h | 89 u32 ctl17; /* DMA control 17 */ member
|
Completed in 3 milliseconds