Searched refs:SEND_CTRL (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | pio.c | 65 write_csr(dd, SEND_CTRL, sendctrl | SEND_CTRL_CM_RESET_SMASK); in __cm_reset() 68 sendctrl = read_csr(dd, SEND_CTRL); in __cm_reset() 85 reg = read_csr(dd, SEND_CTRL); in pio_send_control() 123 write_csr(dd, SEND_CTRL, reg); in pio_send_control() 125 (void)read_csr(dd, SEND_CTRL); /* flush write */ in pio_send_control()
|
D | chip_registers.h | 882 #define SEND_CTRL (TXE + 0x000000000000) macro
|
D | chip.c | 13749 write_csr(dd, SEND_CTRL, 0); in reset_txe_csrs() 14079 write_csr(dd, SEND_CTRL, 0); in init_chip()
|