Searched refs:DC_LCB_ERR_EN (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | chip_registers.h | 325 #define DC_LCB_ERR_EN (DC_LCB_CSRS + 0x000000000310) macro
|
D | chip.c | 6478 dd->lcb_err_en = read_csr(dd, DC_LCB_ERR_EN); in lcb_shutdown() 6486 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in lcb_shutdown() 6548 write_csr(dd, DC_LCB_ERR_EN, dd->lcb_err_en); in _dc_start() 7568 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in handle_verify_cap() 9169 write_csr(dd, DC_LCB_ERR_EN, 0); /* mask LCB errors */ in do_quick_linkup() 9184 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in do_quick_linkup() 10411 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in goto_offline()
|