Lines Matching refs:ippn10
31 (ippn10->regs->reg)
35 ippn10->ipp_shift->field_name, ippn10->ipp_mask->field_name
38 ippn10->base.ctx
59 struct dcn10_ipp *ippn10, in dcn10_ipp_construct() argument
66 ippn10->base.ctx = ctx; in dcn10_ipp_construct()
67 ippn10->base.inst = inst; in dcn10_ipp_construct()
68 ippn10->base.funcs = &dcn10_ipp_funcs; in dcn10_ipp_construct()
70 ippn10->regs = regs; in dcn10_ipp_construct()
71 ippn10->ipp_shift = ipp_shift; in dcn10_ipp_construct()
72 ippn10->ipp_mask = ipp_mask; in dcn10_ipp_construct()
76 struct dcn10_ipp *ippn10, in dcn20_ipp_construct() argument
83 ippn10->base.ctx = ctx; in dcn20_ipp_construct()
84 ippn10->base.inst = inst; in dcn20_ipp_construct()
85 ippn10->base.funcs = &dcn20_ipp_funcs; in dcn20_ipp_construct()
87 ippn10->regs = regs; in dcn20_ipp_construct()
88 ippn10->ipp_shift = ipp_shift; in dcn20_ipp_construct()
89 ippn10->ipp_mask = ipp_mask; in dcn20_ipp_construct()