Searched refs:ctla (Results 1 – 2 of 2) sorted by relevance
93 static int __init scc_test(volatile char *ctla) in scc_test() argument95 if (!hwreg_present(ctla)) in scc_test()99 *ctla = 2; in scc_test()101 *ctla = 0x40; in scc_test()104 *ctla = 2; in scc_test()106 if (*ctla != 0x40) in scc_test()110 *ctla = 2; in scc_test()112 *ctla = 0x60; in scc_test()115 *ctla = 2; in scc_test()117 if (*ctla != 0x60) in scc_test()
6006 u32 ctla, ctlb; in t4_get_trace_filter() local6010 ctla = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst); in t4_get_trace_filter()6014 *enabled = !!(ctla & TFEN_F); in t4_get_trace_filter()6015 tp->port = TFPORT_G(ctla); in t4_get_trace_filter()6016 tp->invert = !!(ctla & TFINVERTMATCH_F); in t4_get_trace_filter()6018 *enabled = !!(ctla & T5_TFEN_F); in t4_get_trace_filter()6019 tp->port = T5_TFPORT_G(ctla); in t4_get_trace_filter()6020 tp->invert = !!(ctla & T5_TFINVERTMATCH_F); in t4_get_trace_filter()6024 tp->skip_ofst = TFOFFSET_G(ctla); in t4_get_trace_filter()6025 tp->skip_len = TFLENGTH_G(ctla); in t4_get_trace_filter()