Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dfirmware.c1400 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in acquire_hw_mutex()
1412 write_csr(dd, ASIC_CFG_MUTEX, mask); in acquire_hw_mutex()
1413 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in acquire_hw_mutex()
1428 write_csr(dd, ASIC_CFG_MUTEX, 0); in acquire_hw_mutex()
1439 u8 user = (u8)read_csr(dd, ASIC_CFG_MUTEX); in release_hw_mutex()
1446 write_csr(dd, ASIC_CFG_MUTEX, 0); in release_hw_mutex()
Dchip_registers.h414 #define ASIC_CFG_MUTEX (ASIC + 0x000000000040) macro