Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_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()
H A Daic7xxx_osm.c966 sg->addr = aic_htole32(dm_segs->ds_addr); in ahc_execute_scb()
969 sg->len = aic_htole32(len); in ahc_execute_scb()
980 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
1020 sg->addr = aic_htole32(ahc->dma_bug_buf); in ahc_execute_scb()
1021 sg->len = aic_htole32(1); in ahc_execute_scb()
1026 sg->len |= aic_htole32(AHC_DMA_LAST_SEG); in ahc_execute_scb()
1032 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahc_execute_scb()
H A Daic_osm_lib.h74 #define aic_htole32(x) htole32(x) macro
H A Daic7xxx_inline.h431 aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
H A Daic79xx.c6143 hscb->hscb_busaddr = aic_htole32(hscb_busaddr); in ahd_alloc_scbs()
6369 ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr); in ahd_init()
8818 instr.integer = aic_htole32(instr.integer); in ahd_download_instr()