Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_osm.c481 sg->addr = ahc_htole32(addr & 0xFFFFFFFF); in ahc_linux_map_seg()
488 sg->len = ahc_htole32(len); in ahc_linux_map_seg()
1526 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG); in ahc_linux_run_command()
1532 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID); in ahc_linux_run_command()
1541 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_linux_run_command()
Daic7xxx_osm.h114 #define ahc_htole32(x) cpu_to_le32(x) macro
Daic7xxx_core.c589 ahc_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag) in ahc_swap_with_next_hscb()
1090 sg->addr = ahc_htole32(sg->addr); in ahc_handle_seqint()
1091 sg->len = ahc_htole32(sg->len); in ahc_handle_seqint()
1135 hscb->sgptr = ahc_htole32(hscb->sgptr); in ahc_handle_seqint()
7043 instr.integer = ahc_htole32(instr.integer); in ahc_download_instr()