Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_inline.h311 high_addr = ahd_le32toh(sg->len) & 0x7F000000; in ahd_setup_data_scb()
473 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
489 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_update_residual()
789 SCB_GET_TAG(scb), ahd_le32toh(scb->hscb->hscb_busaddr), in ahd_queue_scb()
792 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb()
Daic79xx_core.c2290 ahd_le32toh(hscb->datacnt), in ahd_print_scb()
2291 ahd_le32toh(hscb->sgptr), in ahd_print_scb()
2311 len = ahd_le32toh(sg_list[i].len); in ahd_dump_sglist()
2327 len = ahd_le32toh(sg_list[i].len); in ahd_dump_sglist()
2331 ahd_le32toh(sg_list[i].addr), in ahd_dump_sglist()
4461 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_handle_ign_wide_residue()
4466 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
4494 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_handle_ign_wide_residue()
4499 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
4505 data_addr = ahd_le32toh(sg->addr) in ahd_handle_ign_wide_residue()
[all …]
Daic79xx_osm.h121 #define ahd_le32toh(x) le32_to_cpu(x) macro