Searched refs:T02 (Results 1 – 2 of 2) sorted by relevance
206 struct T02_descriptor T02, TSTATUS; in Wb35Tx_EP2VM_complete() local234 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()
325 struct T02_descriptor T02; member