Searched refs:hphase (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_vi_scaler.c | 915 u32 hscale, u32 vscale, u32 hphase, u32 vphase, in sun8i_vi_scaler_setup() argument 921 hphase <<= SUN8I_VI_SCALER_PHASE_FRAC - 16; in sun8i_vi_scaler_setup() 935 chphase = hphase >> 1; in sun8i_vi_scaler_setup() 939 chphase = hphase; in sun8i_vi_scaler_setup() 952 SUN8I_SCALER_VSU_YHPHASE(layer), hphase); in sun8i_vi_scaler_setup()
|
D | sun8i_ui_scaler.c | 135 u32 hscale, u32 vscale, u32 hphase, u32 vphase) in sun8i_ui_scaler_setup() argument 144 hphase <<= SUN8I_UI_SCALER_PHASE_FRAC - 16; in sun8i_ui_scaler_setup() 163 SUN8I_SCALER_GSU_HPHASE(vi_cnt, layer), hphase); in sun8i_ui_scaler_setup()
|
D | sun8i_vi_layer.c | 76 u32 hphase, vphase; in sun8i_vi_layer_update_coord() local 87 hphase = state->src.x1 & 0xffff; in sun8i_vi_layer_update_coord() 97 hphase += remainder << 16; in sun8i_vi_layer_update_coord() 130 if (insize != outsize || subsampled || hphase || vphase) { in sun8i_vi_layer_update_coord() 139 dst_h, hscale, vscale, hphase, vphase, in sun8i_vi_layer_update_coord()
|
D | sun8i_ui_layer.c | 81 u32 hphase, vphase; in sun8i_ui_layer_update_coord() local 91 hphase = state->src.x1 & 0xffff; in sun8i_ui_layer_update_coord() 138 if (insize != outsize || hphase || vphase) { in sun8i_ui_layer_update_coord() 147 dst_h, hscale, vscale, hphase, vphase); in sun8i_ui_layer_update_coord()
|
D | sun8i_ui_scaler.h | 47 u32 hscale, u32 vscale, u32 hphase, u32 vphase);
|
D | sun8i_vi_scaler.h | 55 u32 hscale, u32 vscale, u32 hphase, u32 vphase,
|
/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2.h | 299 u8 hphase; /* scaling registers */ member
|