Searched refs:aic_htole32 (Results 1 – 6 of 6) sorted by relevance
254 sg->len = aic_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()260 sg->addr = aic_htole32(addr & 0xFFFFFFFF); in ahd_sg_setup()261 sg->len = aic_htole32(len | ((addr >> 8) & 0x7F000000) in ahd_sg_setup()285 aic_htole32(scb->sense_busaddr); in ahd_setup_scb_common()322 scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()328 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
965 sg->addr = aic_htole32(dm_segs->ds_addr); in ahc_execute_scb()968 sg->len = aic_htole32(len); in ahc_execute_scb()979 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()1026 sg->addr = aic_htole32(ahc->dma_bug_buf); in ahc_execute_scb()1027 sg->len = aic_htole32(1); in ahc_execute_scb()1032 sg->len |= aic_htole32(AHC_DMA_LAST_SEG); in ahc_execute_scb()1038 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahc_execute_scb()
79 #define aic_htole32(x) htole32(x) macro93 #define aic_htole32(x) (x) macro
431 aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
531 sg->addr = aic_htole32(sg->addr); in ahc_handle_seqint()532 sg->len = aic_htole32(sg->len); in ahc_handle_seqint()576 hscb->sgptr = aic_htole32(hscb->sgptr); in ahc_handle_seqint()6683 instr.integer = aic_htole32(instr.integer); in ahc_download_instr()
6226 hscb->hscb_busaddr = aic_htole32(hscb_busaddr); in ahd_alloc_scbs()6438 ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr); in ahd_init()8900 instr.integer = aic_htole32(instr.integer); in ahd_download_instr()