Searched refs:y3 (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_paprd.c | 434 int y5, y3, tmp; in create_pa_curve() local 653 y3 = (alpha * tmp) >> order2_3x; in create_pa_curve() 654 y3 = (y3 * tmp) >> order2_3x; in create_pa_curve() 655 y3 = (y3 * tmp) >> order2_3x; in create_pa_curve() 656 y3 = y3 >> order2_3x_rem; in create_pa_curve() 657 PA_in[i] = y5 + y3 + (256 * tmp) / G_fxp; in create_pa_curve() 720 y3 = (alpha * tmp - in create_pa_curve() 723 y3 = (alpha * tmp + in create_pa_curve() 725 y3 = (y3 * tmp) / (1 << order2_3x); in create_pa_curve() 726 y3 = (y3 * tmp) / (1 << order2_3x); in create_pa_curve() [all …]
|
/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
D | ia_css_ctc1_5.host.c | 82 to->y3 = from->y3; in ia_css_ctc_encode() 105 from->y3, from->y2, in ia_css_ctc_encode() 110 from->y4, from->y3, in ia_css_ctc_encode()
|
D | ia_css_ctc1_5_param.h | 27 s32 y3; member
|
/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_types.h | 69 u16 y3; /** 4th kneepoint gain. member
|
D | ia_css_ctc.host.c | 57 config->x3, config->y3, in ia_css_ctc_debug_dtrace()
|
/drivers/video/fbdev/ |
D | cg6.c | 204 u32 x3, y3, z3, color3; member 381 sbus_writel(area->dy + area->height - 1, &fbc->y3); in cg6_copyarea()
|