Searched refs:TLP_OP_MODE (Results 1 – 2 of 2) sorted by relevance
2981 op_mode = READ_CSR(TLP_OP_MODE); in check_intr_status()2986 WRITE_CSR(TLP_OP_MODE, op_mode & ~TLP_OP_TX_RUN); in check_intr_status()2989 WRITE_CSR(TLP_OP_MODE, op_mode); /* restart tx */ in check_intr_status()3007 op_mode = READ_CSR(TLP_OP_MODE); in check_intr_status()3008 WRITE_CSR(TLP_OP_MODE, op_mode & ~TLP_OP_RX_RUN); in check_intr_status()3011 WRITE_CSR(TLP_OP_MODE, op_mode); /* restart rx */ in check_intr_status()3348 u_int32_t op_mode = READ_CSR(TLP_OP_MODE); in config_proto()3350 WRITE_CSR(TLP_OP_MODE, op_mode); in config_proto()3358 u_int32_t op_mode = READ_CSR(TLP_OP_MODE); in config_proto()3360 WRITE_CSR(TLP_OP_MODE, op_mode); in config_proto()[all …]
106 #define TLP_OP_MODE 6 * TLP_CSR_STRIDE macro