Searched refs:ahc_le32toh (Results 1 – 2 of 2) sorted by relevance
440 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()1411 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint()1413 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint()1414 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint()2117 ahc_le32toh(hscb->dataptr),2118 ahc_le32toh(hscb->datacnt),2119 ahc_le32toh(hscb->sgptr),2125 (ahc_le32toh(scb->sg_list[i].len) >> 242127 ahc_le32toh(scb->sg_list[i].addr),2128 ahc_le32toh(scb->sg_list[i].len));[all …]
126 #define ahc_le32toh(x) le32_to_cpu(x) macro