Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dohci.c807 #define cond_le32_to_cpu(v) \ macro
810 #define cond_le32_to_cpu(v) le32_to_cpu(v) macro
820 p.header[0] = cond_le32_to_cpu(buffer[0]); in handle_ar_packet()
821 p.header[1] = cond_le32_to_cpu(buffer[1]); in handle_ar_packet()
822 p.header[2] = cond_le32_to_cpu(buffer[2]); in handle_ar_packet()
834 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
843 p.header[3] = cond_le32_to_cpu(buffer[3]); in handle_ar_packet()
868 status = cond_le32_to_cpu(buffer[length]); in handle_ar_packet()
1933 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1937 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
[all …]