Searched defs:T02 (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/winbond/
H A Dwb35tx.c206 struct T02_descriptor T02, TSTATUS; local
234 T02.value = cpu_to_le32(pltmp[0]) >> 8; // [31:8] -> [24:0]
238 T02.value |= ((cpu_to_le32(pltmp[i]) & 0xff) << 24);
240 TSTATUS.value = T02.value; //20061009 anson's endian
242 T02.value = cpu_to_le32(pltmp[i]) >> 8;
H A Dwbhal.h322 /* For R02 and T02 ------------------------------ */
325 struct T02_descriptor T02; member in union:wb35_descriptor::__anon5616

Completed in 74 milliseconds