Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.c742 sg->addr = ahc_htole32(addr & 0xFFFFFFFF); in ahc_linux_map_seg()
749 sg->len = ahc_htole32(len); in ahc_linux_map_seg()
3788 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
3794 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
3815 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG);
3821 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
3830 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL);
Daic7xxx_inline.h430 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
Daic7xxx_osm.h125 #define ahc_htole32(x) cpu_to_le32(x) macro
Daic7xxx_core.c516 sg->addr = ahc_htole32(sg->addr); in ahc_handle_seqint()
517 sg->len = ahc_htole32(sg->len); in ahc_handle_seqint()
561 hscb->sgptr = ahc_htole32(hscb->sgptr); in ahc_handle_seqint()
6590 instr.integer = ahc_htole32(instr.integer); in ahc_download_instr()