Searched refs:ahc_le32toh (Results 1 – 2 of 2) sorted by relevance
433 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()1404 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint()1406 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint()1407 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint()2095 ahc_le32toh(hscb->dataptr),2096 ahc_le32toh(hscb->datacnt),2097 ahc_le32toh(hscb->sgptr),2103 (ahc_le32toh(scb->sg_list[i].len) >> 242105 ahc_le32toh(scb->sg_list[i].addr),2106 ahc_le32toh(scb->sg_list[i].len));[all …]
121 #define ahc_le32toh(x) le32_to_cpu(x) macro