Home
last modified time | relevance | path

Searched refs:ahc_le32toh (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx/
Daic7xxx_core.c440 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) >> 24
2127 ahc_le32toh(scb->sg_list[i].addr),
2128 ahc_le32toh(scb->sg_list[i].len));
[all …]
Daic7xxx_osm.h126 #define ahc_le32toh(x) le32_to_cpu(x) macro