Lines Matching refs:mpc201
30 mpc201->mpc_regs->reg
33 mpc201->base.ctx
36 mpc201->base.ctx->logger
40 mpc201->mpc_shift->field_name, mpc201->mpc_mask->field_name
49 struct dcn201_mpc *mpc201 = TO_DCN201_MPC(mpc); in mpc201_set_out_rate_control() local
103 void dcn201_mpc_construct(struct dcn201_mpc *mpc201, in dcn201_mpc_construct() argument
112 mpc201->base.ctx = ctx; in dcn201_mpc_construct()
114 mpc201->base.funcs = &dcn201_mpc_funcs; in dcn201_mpc_construct()
116 mpc201->mpc_regs = mpc_regs; in dcn201_mpc_construct()
117 mpc201->mpc_shift = mpc_shift; in dcn201_mpc_construct()
118 mpc201->mpc_mask = mpc_mask; in dcn201_mpc_construct()
120 mpc201->mpcc_in_use_mask = 0; in dcn201_mpc_construct()
121 mpc201->num_mpcc = num_mpcc; in dcn201_mpc_construct()
124 mpc201_init_mpcc(&mpc201->base.mpcc_array[i], i); in dcn201_mpc_construct()