Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/winbond/
Dwb35tx.c206 struct T02_descriptor T02, TSTATUS; in Wb35Tx_EP2VM_complete() local
234 T02.value = cpu_to_le32(pltmp[0]) >> 8; // [31:8] -> [24:0] in Wb35Tx_EP2VM_complete()
238 T02.value |= ((cpu_to_le32(pltmp[i]) & 0xff) << 24); in Wb35Tx_EP2VM_complete()
240 TSTATUS.value = T02.value; //20061009 anson's endian in Wb35Tx_EP2VM_complete()
242 T02.value = cpu_to_le32(pltmp[i]) >> 8; in Wb35Tx_EP2VM_complete()
Dwbhal.h325 struct T02_descriptor T02; member