Searched refs:cond_le32_to_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/firewire/
H A Dohci.c839 #define cond_le32_to_cpu(v) \ macro
842 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
852 p.header[0] = cond_le32_to_cpu(buffer[0]);
853 p.header[1] = cond_le32_to_cpu(buffer[1]);
854 p.header[2] = cond_le32_to_cpu(buffer[2]);
866 p.header[3] = cond_le32_to_cpu(buffer[3]);
875 p.header[3] = cond_le32_to_cpu(buffer[3]);
900 status = cond_le32_to_cpu(buffer[length]);
1979 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff;
1983 u32 id = cond_le32_to_cpu(ohc
[all...]

Completed in 86 milliseconds