Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c3953 u32 caepaest_val; in hns_roce_v1_msix_interrupt_abn() local
3982 caepaest_val = roce_read(hr_dev, ROCEE_CAEP_AE_ST_REG); in hns_roce_v1_msix_interrupt_abn()
3983 tmp = cpu_to_le32(caepaest_val); in hns_roce_v1_msix_interrupt_abn()
3985 caepaest_val = le32_to_cpu(tmp); in hns_roce_v1_msix_interrupt_abn()
3986 roce_write(hr_dev, ROCEE_CAEP_AE_ST_REG, caepaest_val); in hns_roce_v1_msix_interrupt_abn()