Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c419 static void hisi_sas_write32(struct hisi_hba *hisi_hba, in hisi_sas_write32() function
543 hisi_sas_write32(hisi_hba, CFG_AGING_TIME, reg_val); in clear_itct_v1_hw()
549 hisi_sas_write32(hisi_hba, CFG_AGING_TIME, reg_val); in clear_itct_v1_hw()
656 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, in init_reg_v1_hw()
658 hisi_sas_write32(hisi_hba, HGC_TRANS_TASK_CNT_LIMIT, 0x11); in init_reg_v1_hw()
659 hisi_sas_write32(hisi_hba, DEVICE_MSG_WORK_MODE, 0x1); in init_reg_v1_hw()
660 hisi_sas_write32(hisi_hba, HGC_SAS_TXFAIL_RETRY_CTRL, 0x1ff); in init_reg_v1_hw()
661 hisi_sas_write32(hisi_hba, HGC_ERR_STAT_EN, 0x401); in init_reg_v1_hw()
662 hisi_sas_write32(hisi_hba, CFG_1US_TIMER_TRSH, 0x64); in init_reg_v1_hw()
663 hisi_sas_write32(hisi_hba, HGC_GET_ITV_TIME, 0x1); in init_reg_v1_hw()
[all …]
Dhisi_sas_v2_hw.c743 static void hisi_sas_write32(struct hisi_hba *hisi_hba, u32 off, u32 val) in hisi_sas_write32() function
989 hisi_sas_write32(hisi_hba, ENT_INT_SRC3, in clear_itct_v2_hw()
995 hisi_sas_write32(hisi_hba, ITCT_CLR, reg_val); in clear_itct_v2_hw()
1029 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, 0); in reset_hw_v2_hw()
1173 hisi_sas_write32(hisi_hba, AM_CFG_MAX_TRANS, 0x2020); in init_reg_v2_hw()
1174 hisi_sas_write32(hisi_hba, AM_CFG_SINGLE_PORT_MAX_TRANS, in init_reg_v2_hw()
1178 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, in init_reg_v2_hw()
1180 hisi_sas_write32(hisi_hba, AXI_USER1, 0xc0000000); in init_reg_v2_hw()
1181 hisi_sas_write32(hisi_hba, AXI_USER2, 0x10000); in init_reg_v2_hw()
1182 hisi_sas_write32(hisi_hba, HGC_SAS_TXFAIL_RETRY_CTRL, 0x0); in init_reg_v2_hw()
[all …]
Dhisi_sas_v3_hw.c570 static void hisi_sas_write32(struct hisi_hba *hisi_hba, u32 off, u32 val) in hisi_sas_write32() function
612 hisi_sas_write32(hisi_hba, OQ0_INT_SRC_MSK + 0x4 * i, 0); in interrupt_enable_v3_hw()
614 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1, 0xfefefefe); in interrupt_enable_v3_hw()
615 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK2, 0xfefefefe); in interrupt_enable_v3_hw()
616 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, 0xffc220ff); in interrupt_enable_v3_hw()
617 hisi_sas_write32(hisi_hba, SAS_ECC_INTR_MSK, 0x155555); in interrupt_enable_v3_hw()
634 hisi_sas_write32(hisi_hba, DLVRY_QUEUE_ENABLE, in init_reg_v3_hw()
636 hisi_sas_write32(hisi_hba, CFG_MAX_TAG, 0xfff0400); in init_reg_v3_hw()
638 hisi_sas_write32(hisi_hba, TRANS_LOCK_ICT_TIME, 0x4A817C80); in init_reg_v3_hw()
639 hisi_sas_write32(hisi_hba, HGC_SAS_TXFAIL_RETRY_CTRL, 0x108); in init_reg_v3_hw()
[all …]