Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_osm.c480 sg->addr = ahc_htole32(addr & 0xFFFFFFFF); in ahc_linux_map_seg()
487 sg->len = ahc_htole32(len); in ahc_linux_map_seg()
1546 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG); in ahc_linux_run_command()
1552 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID); in ahc_linux_run_command()
1561 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_linux_run_command()
Daic7xxx_osm.h119 #define ahc_htole32(x) cpu_to_le32(x) macro
Daic7xxx_core.c596 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
1097 sg->addr = ahc_htole32(sg->addr); in ahc_handle_seqint()
1098 sg->len = ahc_htole32(sg->len); in ahc_handle_seqint()
1142 hscb->sgptr = ahc_htole32(hscb->sgptr); in ahc_handle_seqint()
7110 instr.integer = ahc_htole32(instr.integer); in ahc_download_instr()