Searched refs:ctl17 (Results 1 – 2 of 2) sorted by relevance
31 u32 val, ctl12, ctl17; in ar9003_set_txdesc() local90 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()
89 u32 ctl17; /* DMA control 17 */ member