Home
last modified time | relevance | path

Searched refs:itct_dma (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas.h375 dma_addr_t itct_dma; member
Dhisi_sas_v1_hw.c726 lower_32_bits(hisi_hba->itct_dma)); in init_reg_v1_hw()
729 upper_32_bits(hisi_hba->itct_dma)); in init_reg_v1_hw()
Dhisi_sas_v2_hw.c1290 lower_32_bits(hisi_hba->itct_dma)); in init_reg_v2_hw()
1293 upper_32_bits(hisi_hba->itct_dma)); in init_reg_v2_hw()
Dhisi_sas_v3_hw.c659 lower_32_bits(hisi_hba->itct_dma)); in init_reg_v3_hw()
662 upper_32_bits(hisi_hba->itct_dma)); in init_reg_v3_hw()
Dhisi_sas_main.c2350 hisi_hba->itct = dmam_alloc_coherent(dev, s, &hisi_hba->itct_dma, in hisi_sas_alloc()