Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfirmware.c1185 write_csr(dd, ASIC_CFG_MUTEX, mask); in acquire_hw_mutex()
1186 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in acquire_hw_mutex()
1201 write_csr(dd, ASIC_CFG_MUTEX, 0); in acquire_hw_mutex()
1211 write_csr(dd, ASIC_CFG_MUTEX, 0); in release_hw_mutex()
Dchip_registers.h409 #define ASIC_CFG_MUTEX (ASIC + 0x000000000040) macro
Dchip.c9453 write_csr(dd, ASIC_CFG_MUTEX, 0); /* this will clear it */ in reset_asic_csrs()