Home
last modified time | relevance | path

Searched refs:aic_htole32 (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/aic7xxx/
HDaic79xx_inline.h254 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()
HDaic7xxx_osm.c965 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()
HDaic_osm_lib.h79 #define aic_htole32(x) htole32(x) macro
93 #define aic_htole32(x) (x) macro
HDaic7xxx_inline.h431 aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
HDaic7xxx.c531 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()
HDaic79xx.c6226 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()