Lines Matching refs:cond_le32_to_cpu
48 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk);
876 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk)
886 static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk __maybe_unused)
904 p.header[0] = cond_le32_to_cpu(buffer[0], has_be_header_quirk(ohci));
905 p.header[1] = cond_le32_to_cpu(buffer[1], has_be_header_quirk(ohci));
906 p.header[2] = cond_le32_to_cpu(buffer[2], has_be_header_quirk(ohci));
918 p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci));
927 p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci));
952 status = cond_le32_to_cpu(buffer[length], has_be_header_quirk(ohci));
2079 quadlet = cond_le32_to_cpu(ohci->self_id[0], has_be_header_quirk(ohci));
2084 u32 id = cond_le32_to_cpu(ohci->self_id[i], has_be_header_quirk(ohci));
2085 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1], has_be_header_quirk(ohci));