Searched refs:ctla (Results 1 – 2 of 2) sorted by relevance
92 static int __init scc_test(volatile char *ctla) in scc_test() argument94 if (!hwreg_present(ctla)) in scc_test()98 *ctla = 2; in scc_test()100 *ctla = 0x40; in scc_test()103 *ctla = 2; in scc_test()105 if (*ctla != 0x40) in scc_test()109 *ctla = 2; in scc_test()111 *ctla = 0x60; in scc_test()114 *ctla = 2; in scc_test()116 if (*ctla != 0x60) in scc_test()
6020 u32 ctla, ctlb; in t4_get_trace_filter() local6024 ctla = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst); in t4_get_trace_filter()6028 *enabled = !!(ctla & TFEN_F); in t4_get_trace_filter()6029 tp->port = TFPORT_G(ctla); in t4_get_trace_filter()6030 tp->invert = !!(ctla & TFINVERTMATCH_F); in t4_get_trace_filter()6032 *enabled = !!(ctla & T5_TFEN_F); in t4_get_trace_filter()6033 tp->port = T5_TFPORT_G(ctla); in t4_get_trace_filter()6034 tp->invert = !!(ctla & T5_TFINVERTMATCH_F); in t4_get_trace_filter()6038 tp->skip_ofst = TFOFFSET_G(ctla); in t4_get_trace_filter()6039 tp->skip_len = TFLENGTH_G(ctla); in t4_get_trace_filter()