Searched defs:TA (Results 1 – 8 of 8) sorted by relevance
81 #define TA(a) (MCFSLT_TIMER0 + (a)) macro
35 #define TA(a) (MCFPIT_BASE1 + (a)) macro
32 #define TA(a) (MCFTIMER_BASE1 + (a)) macro
43 #define TA 0 macro
122 #define TA 0 /* A port */ macro
33 #define TA(x) ((x) << TA_SHIFT) macro
106 .set TA, REG_TA define
208 static void tkip_mixing_phase1(u16 * TTAK, const u8 * TK, const u8 * TA, in tkip_mixing_phase1()