Lines Matching refs:ofst
5959 int i, ofst = idx * 4; in t4_set_trace_filter() local
5963 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, 0); in t4_set_trace_filter()
5990 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, 0); in t4_set_trace_filter()
6000 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst, in t4_set_trace_filter()
6003 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, in t4_set_trace_filter()
6026 int i, ofst = idx * 4; in t4_get_trace_filter() local
6029 ctla = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst); in t4_get_trace_filter()
6030 ctlb = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst); in t4_get_trace_filter()
6046 ofst = (MPS_TRC_FILTER1_MATCH_A - MPS_TRC_FILTER0_MATCH_A) * idx; in t4_get_trace_filter()
6047 data_reg = MPS_TRC_FILTER0_MATCH_A + ofst; in t4_get_trace_filter()
6048 mask_reg = MPS_TRC_FILTER0_DONT_CARE_A + ofst; in t4_get_trace_filter()