Searched refs:ctla (Results 1 – 2 of 2) sorted by relevance
96 static int __init scc_test(volatile char *ctla) in scc_test() argument98 if (!hwreg_present(ctla)) in scc_test()102 *ctla = 2; in scc_test()104 *ctla = 0x40; in scc_test()107 *ctla = 2; in scc_test()109 if (*ctla != 0x40) in scc_test()113 *ctla = 2; in scc_test()115 *ctla = 0x60; in scc_test()118 *ctla = 2; in scc_test()120 if (*ctla != 0x60) in scc_test()
5213 u32 ctla, ctlb; in t4_get_trace_filter() local5217 ctla = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst); in t4_get_trace_filter()5221 *enabled = !!(ctla & TFEN_F); in t4_get_trace_filter()5222 tp->port = TFPORT_G(ctla); in t4_get_trace_filter()5223 tp->invert = !!(ctla & TFINVERTMATCH_F); in t4_get_trace_filter()5225 *enabled = !!(ctla & T5_TFEN_F); in t4_get_trace_filter()5226 tp->port = T5_TFPORT_G(ctla); in t4_get_trace_filter()5227 tp->invert = !!(ctla & T5_TFINVERTMATCH_F); in t4_get_trace_filter()5231 tp->skip_ofst = TFOFFSET_G(ctla); in t4_get_trace_filter()5232 tp->skip_len = TFLENGTH_G(ctla); in t4_get_trace_filter()