Lines Matching refs:ahd_le32toh
481 high_addr = ahd_le32toh(sg->len) & 0x7F000000; in ahd_setup_data_scb()
883 ahd_le32toh(scb->hscb->hscb_busaddr), in ahd_queue_scb()
886 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb()
1104 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_update_residual()
1114 sgptr = ahd_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
1749 len = ahd_le32toh(sg_list[i].len); in ahd_dump_sglist()
1765 len = ahd_le32toh(sg_list[i].len); in ahd_dump_sglist()
1769 ahd_le32toh(sg_list[i].addr), in ahd_dump_sglist()
3616 ahd_le32toh(hscb->datacnt),
3617 ahd_le32toh(hscb->sgptr),
5758 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_handle_ign_wide_residue()
5763 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
5791 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_handle_ign_wide_residue()
5796 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
5802 data_addr = ahd_le32toh(sg->addr) in ahd_handle_ign_wide_residue()
5896 + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) in ahd_reinitialize_dataptrs()
5907 dataptr = ahd_le32toh(sg->addr) in ahd_reinitialize_dataptrs()
5908 + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) in ahd_reinitialize_dataptrs()
5911 (ahd_le32toh(sg->len) & ~AHD_SG_LEN_MASK) >> 24); in ahd_reinitialize_dataptrs()
7598 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); in ahd_chip_init()
8125 busaddr = ahd_le32toh(scb->hscb->hscb_busaddr); in ahd_qinfifo_requeue()
8249 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); in ahd_search_qinfifo()
9165 sgptr = ahd_le32toh(hscb->sgptr); in ahd_calc_residual()
9182 resid_sgptr = ahd_le32toh(spkt->residual_sgptr); in ahd_calc_residual()
9207 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()
9218 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) { in ahd_calc_residual()
9220 resid += ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_calc_residual()
9587 instr.integer = ahd_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()