Searched refs:DC_LCB_CFG_RUN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip_registers.h | 311 #define DC_LCB_CFG_RUN (DC_LCB_CSRS + 0x000000000000) macro
|
H A D | chip.c | 6520 write_csr(dd, DC_LCB_CFG_RUN, 0); in lcb_shutdown() 8625 regno = (addr - DC_LCB_CFG_RUN) >> 3; in read_lcb_via_8051() 8720 regno = (addr - DC_LCB_CFG_RUN) >> 3; in write_lcb_via_8051() 9251 write_csr(dd, DC_LCB_CFG_RUN, in do_quick_linkup() 10421 write_csr(dd, DC_LCB_CFG_RUN, 1ull << DC_LCB_CFG_RUN_EN_SHIFT); in force_logical_link_state_down()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip_registers.h | 269 #define DC_LCB_CFG_RUN (DC_LCB_CSRS + 0x000000000000) macro
|
H A D | chip.c | 6481 write_csr(dd, DC_LCB_CFG_RUN, 0); in lcb_shutdown() 8586 regno = (addr - DC_LCB_CFG_RUN) >> 3; in read_lcb_via_8051() 8681 regno = (addr - DC_LCB_CFG_RUN) >> 3; in write_lcb_via_8051() 9212 write_csr(dd, DC_LCB_CFG_RUN, in do_quick_linkup() 10382 write_csr(dd, DC_LCB_CFG_RUN, 1ull << DC_LCB_CFG_RUN_EN_SHIFT); in force_logical_link_state_down()
|
Completed in 51 milliseconds