cond_le32_to_cpu
quadlet = cond_le32_to_cpu(ohci->self_id[0], has_be_header_quirk(ohci));
u32 id = cond_le32_to_cpu(ohci->self_id[i], has_be_header_quirk(ohci));
u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1], has_be_header_quirk(ohci));
static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk);
p.header[0] = cond_le32_to_cpu(buffer[0], has_be_header_quirk(ohci));
p.header[1] = cond_le32_to_cpu(buffer[1], has_be_header_quirk(ohci));
p.header[2] = cond_le32_to_cpu(buffer[2], has_be_header_quirk(ohci));
p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci));
p.header[3] = cond_le32_to_cpu(buffer[3], has_be_header_quirk(ohci));
status = cond_le32_to_cpu(buffer[length], has_be_header_quirk(ohci));
ptr[i] = cond_le32_to_cpu(self_id_receive[i], has_be_header_quirk);