Searched refs:cond_le32_to_cpu (Results 1 – 2 of 2) sorted by relevance
| /linux/include/trace/events/ |
| H A D | firewire_ohci.h | 77 ptr[i] = cond_le32_to_cpu(self_id_receive[i], has_be_header_quirk);
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 48 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk); 662 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk) in cond_le32_to_cpu() function 672 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk __maybe_unused) in cond_le32_to_cpu() function 690 p.header[0] = cond_le32_to_cpu(buffer[0], has_be_header_quirk(ohci)); in handle_ar_packet() 691 p.header[1] = cond_le32_to_cpu(buffer[1], has_be_header_quirk(ohci)); in handle_ar_packet() 692 p.header[2] = cond_le32_to_cpu(buffer[2], has_be_header_quirk(ohci)); in handle_ar_packet() 704 p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci)); in handle_ar_packet() 713 p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci)); in handle_ar_packet() 738 status = cond_le32_to_cpu(buffer[length], has_be_header_quirk(ohci)); in handle_ar_packet() 1932 quadlet = cond_le32_to_cpu(ohci->self_id[0], has_be_header_quirk(ohci)); in handle_selfid_complete_event() [all …]
|