Home
last modified time | relevance | path

Searched refs:ahd_htole32 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_inline.h254 sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); in ahd_sg_setup()
260 sg->addr = ahd_htole32(addr & 0xFFFFFFFF); in ahd_sg_setup()
261 sg->len = ahd_htole32(len | ((addr >> 8) & 0x7F000000) in ahd_sg_setup()
285 ahd_htole32(scb->sense_busaddr); in ahd_setup_scb_common()
322 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()
328 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
Daic79xx_osm.h114 #define ahd_htole32(x) cpu_to_le32(x) macro
Daic79xx_osm.c751 sg->addr = ahd_htole32(addr & 0xFFFFFFFF); in ahd_linux_map_seg()
758 sg->len = ahd_htole32(len); in ahd_linux_map_seg()
Daic79xx_core.c5744 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr); in ahd_alloc_scbs()
5951 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr); in ahd_init()
8365 instr.integer = ahd_htole32(instr.integer); in ahd_download_instr()