Searched refs:ahc_le32toh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 433 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual() 1404 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint() 1406 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint() 1407 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint() 2095 ahc_le32toh(hscb->dataptr), 2096 ahc_le32toh(hscb->datacnt), 2097 ahc_le32toh(hscb->sgptr), 2103 (ahc_le32toh(scb->sg_list[i].len) >> 24 2105 ahc_le32toh(scb->sg_list[i].addr), 2106 ahc_le32toh(sc [all...] |
H A D | aic7xxx_osm.h | 121 #define ahc_le32toh(x) le32_to_cpu(x) macro
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 433 sgptr = ahc_le32toh(scb->hscb->sgptr); in ahc_update_residual() 1403 (ahc_le32toh(scb->sg_list[i].len) >> 24 in ahc_handle_seqint() 1405 ahc_le32toh(scb->sg_list[i].addr), in ahc_handle_seqint() 1406 ahc_le32toh(scb->sg_list[i].len) in ahc_handle_seqint() 2093 ahc_le32toh(hscb->dataptr), 2094 ahc_le32toh(hscb->datacnt), 2095 ahc_le32toh(hscb->sgptr), 2101 (ahc_le32toh(scb->sg_list[i].len) >> 24 2103 ahc_le32toh(scb->sg_list[i].addr), 2104 ahc_le32toh(sc [all...] |
H A D | aic7xxx_osm.h | 121 #define ahc_le32toh(x) le32_to_cpu(x) macro
|
Completed in 11 milliseconds