Home
last modified time | relevance | path

Searched refs:ahc_htole32 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A 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()
1527 sg->len |= ahc_htole32(AHC_DMA_LAST_SEG); in ahc_linux_run_command()
1533 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID); in ahc_linux_run_command()
1542 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_linux_run_command()
H A Daic7xxx_osm.h114 #define ahc_htole32(x) cpu_to_le32(x) macro
H A 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()
7048 instr.integer = ahc_htole32(instr.integer); in ahc_download_instr()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A 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()
H A Daic7xxx_osm.h114 #define ahc_htole32(x) cpu_to_le32(x) macro
H A 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()

Completed in 27 milliseconds