Searched refs:ahc_le32toh (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c812 (ahc_le32toh(scb->sg_list[i].len) >> 24
814 ahc_le32toh(scb->sg_list[i].addr),
815 ahc_le32toh(scb->sg_list[i].len)
1462 ahc_le32toh(hscb->dataptr),
1463 ahc_le32toh(hscb->datacnt),
1464 ahc_le32toh(hscb->sgptr),
1470 (ahc_le32toh(scb->sg_list[i].len) >> 24
1472 ahc_le32toh(scb->sg_list[i].addr),
1473 ahc_le32toh(scb->sg_list[i].len));
3358 sglen = ahc_le32toh(s
[all...]
H A Daic7xxx_inline.h255 sgptr = ahc_le32toh(scb->hscb->sgptr);
H A Daic7xxx_osm.h119 #define ahc_le32toh(x) le32_to_cpu(x) macro

Completed in 117 milliseconds