Searched refs:F_TRCEN (Results 1 – 2 of 2) sorted by relevance
3319 if ((cfg & F_TRCEN) && multitrc != (cfg & F_TRCMULTIFILTER)) { in t4_set_trace_filter()3320 t4_write_reg(adap, A_MPS_TRC_CFG, cfg ^ F_TRCEN); in t4_set_trace_filter()3346 t4_write_reg(adap, A_MPS_TRC_CFG, cfg | F_TRCEN | multitrc); in t4_set_trace_filter()
15869 #define F_TRCEN V_TRCEN(1U) macro