Lines Matching refs:ofst
6567 int i, ofst = idx * 4; in t4_set_trace_filter() local
6575 t4_set_reg_field(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst, en, in t4_set_trace_filter()
6613 t4_set_reg_field(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst, en, 0); in t4_set_trace_filter()
6623 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_B + ofst, in t4_set_trace_filter()
6626 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst, in t4_set_trace_filter()
6648 int i, ofst = idx * 4; in t4_get_trace_filter() local
6651 ctla = t4_read_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst); in t4_get_trace_filter()
6652 ctlb = t4_read_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_B + ofst); in t4_get_trace_filter()
6668 ofst = (A_MPS_TRC_FILTER1_MATCH - A_MPS_TRC_FILTER0_MATCH) * idx; in t4_get_trace_filter()
6669 data_reg = A_MPS_TRC_FILTER0_MATCH + ofst; in t4_get_trace_filter()
6670 mask_reg = A_MPS_TRC_FILTER0_DONT_CARE + ofst; in t4_get_trace_filter()