Lines Matching refs:ahd_le32toh

473 			high_addr = ahd_le32toh(sg->len) & 0x7F000000;  in ahd_setup_data_scb()
875 ahd_le32toh(scb->hscb->hscb_busaddr), in ahd_queue_scb()
878 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb()
1096 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),
5722 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_handle_ign_wide_residue()
5727 sglen = ahd_le32toh(sg->len); in ahd_handle_ign_wide_residue()
5755 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; 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()
5860 + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) in ahd_reinitialize_dataptrs()
5871 dataptr = ahd_le32toh(sg->addr) in ahd_reinitialize_dataptrs()
5872 + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) in ahd_reinitialize_dataptrs()
5875 (ahd_le32toh(sg->len) & ~AHD_SG_LEN_MASK) >> 24); in ahd_reinitialize_dataptrs()
7505 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); in ahd_chip_init()
8028 busaddr = ahd_le32toh(scb->hscb->hscb_busaddr); in ahd_qinfifo_requeue()
8152 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); in ahd_search_qinfifo()
9069 sgptr = ahd_le32toh(hscb->sgptr); in ahd_calc_residual()
9086 resid_sgptr = ahd_le32toh(spkt->residual_sgptr); in ahd_calc_residual()
9111 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()
9122 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) { in ahd_calc_residual()
9124 resid += ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; in ahd_calc_residual()
9490 instr.integer = ahd_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()