Searched refs:DC_LCB_ERR_EN (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | chip_registers.h | 283 #define DC_LCB_ERR_EN (DC_LCB_CSRS + 0x000000000310) macro
|
D | chip.c | 6486 dd->lcb_err_en = read_csr(dd, DC_LCB_ERR_EN); in lcb_shutdown() 6494 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in lcb_shutdown() 6556 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in _dc_start() 7577 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in handle_verify_cap() 9237 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in do_quick_linkup() 9252 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in do_quick_linkup() 10466 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in goto_offline()
|