Searched refs:A_MPS_TRC_CFG (Results 1 – 2 of 2) sorted by relevance
3318 cfg = t4_read_reg(adap, A_MPS_TRC_CFG); in t4_set_trace_filter()3320 t4_write_reg(adap, A_MPS_TRC_CFG, cfg ^ F_TRCEN); in t4_set_trace_filter()3321 (void) t4_read_reg(adap, A_MPS_TRC_CFG); /* flush */ in t4_set_trace_filter()3323 if (!(t4_read_reg(adap, A_MPS_TRC_CFG) & F_TRCFIFOEMPTY)) in t4_set_trace_filter()3346 t4_write_reg(adap, A_MPS_TRC_CFG, cfg | F_TRCEN | multitrc); in t4_set_trace_filter()3347 out: (void) t4_read_reg(adap, A_MPS_TRC_CFG); /* flush */ in t4_set_trace_filter()
15853 #define A_MPS_TRC_CFG 0x9800 macro