Searched refs:ahc_le32toh (Results 1 – 2 of 2) sorted by relevance
433 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()1403 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint()1405 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint()1406 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint()2093 ahc_le32toh(hscb->dataptr),2094 ahc_le32toh(hscb->datacnt),2095 ahc_le32toh(hscb->sgptr),2101 (ahc_le32toh(scb->sg_list[i].len) >> 242103 ahc_le32toh(scb->sg_list[i].addr),2104 ahc_le32toh(scb->sg_list[i].len));[all …]
121 #define ahc_le32toh(x) le32_to_cpu(x) macro