Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1096 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_update_residual()
1106 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
1755 len = ahd_le32toh(sg_list[i].len); in ahd_dump_sglist()
1759 ahd_le32toh(sg_list[i].addr), in ahd_dump_sglist()
3583 ahd_le32toh(hscb->datacnt),
3584 ahd_le32toh(hscb->sgptr),
5727 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
5760 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
5766 data_addr = ahd_le32toh(sg->addr) in ahd_handle_ign_wide_residue()
5871 dataptr = ahd_le32toh(sg->addr) in ahd_reinitialize_dataptrs()
[all …]
H A Daic79xx_osm.h109 #define ahd_le32toh(x) le32_to_cpu(x) macro