Searched refs:mpc10 (Results 1 – 2 of 2) sorted by relevance
30 mpc10->mpc_regs->reg33 mpc10->base.ctx37 mpc10->mpc_shift->field_name, mpc10->mpc_mask->field_name123 ASSERT(mpcc_id < mpc10->num_mpcc); in mpc1_get_mpcc()361 mpc10->mpcc_in_use_mask = 0; in mpc1_mpc_init()507 mpc10->base.ctx = ctx; in dcn10_mpc_construct()511 mpc10->mpc_regs = mpc_regs; in dcn10_mpc_construct()512 mpc10->mpc_shift = mpc_shift; in dcn10_mpc_construct()513 mpc10->mpc_mask = mpc_mask; in dcn10_mpc_construct()515 mpc10->mpcc_in_use_mask = 0; in dcn10_mpc_construct()[all …]
670 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create() local673 if (!mpc10) in dcn10_mpc_create()676 dcn10_mpc_construct(mpc10, ctx, in dcn10_mpc_create()682 return &mpc10->base; in dcn10_mpc_create()
Completed in 12 milliseconds