Searched refs:SEND_CTRL (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 70 write_csr(dd, SEND_CTRL, sendctrl | SEND_CTRL_CM_RESET_SMASK); in __cm_reset() 73 sendctrl = read_csr(dd, SEND_CTRL); in __cm_reset() 97 reg = read_csr(dd, SEND_CTRL); in pio_send_control() 131 write_csr(dd, SEND_CTRL, reg); in pio_send_control() 133 (void) read_csr(dd, SEND_CTRL); /* flush write */ in pio_send_control()
|
D | chip_registers.h | 849 #define SEND_CTRL (TXE + 0x000000000000) macro
|
D | chip.c | 9540 write_csr(dd, SEND_CTRL, 0); in reset_txe_csrs() 9873 write_csr(dd, SEND_CTRL, 0); in init_chip()
|