Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c829 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint()
831 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint()
832 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint()
1533 ahc_le32toh(hscb->dataptr), in ahc_print_scb()
1534 ahc_le32toh(hscb->datacnt), in ahc_print_scb()
1535 ahc_le32toh(hscb->sgptr), in ahc_print_scb()
1541 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_print_scb()
1543 ahc_le32toh(scb->sg_list[i].addr), in ahc_print_scb()
1544 ahc_le32toh(scb->sg_list[i].len)); in ahc_print_scb()
3629 sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK; in ahc_handle_ign_wide_residue()
[all …]
Daic7xxx_inline.h275 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual()
Daic7xxx_osm.h132 #define ahc_le32toh(x) le32_to_cpu(x) macro