Searched refs:hor_start (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 74 uint16_t hor_start; member 791 WREG32(RADEON_TV_HSTART, const_ptr->hor_start); in radeon_legacy_tv_mode_set()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1391 u8 hor_start, hor_end, vert_start, vert_end; in dispc_ovl_set_vid_accu0() local 1393 dss_feat_get_reg_field(FEAT_REG_HORIZONTALACCU, &hor_start, &hor_end); in dispc_ovl_set_vid_accu0() 1397 FLD_VAL(haccu, hor_start, hor_end); in dispc_ovl_set_vid_accu0() 1405 u8 hor_start, hor_end, vert_start, vert_end; in dispc_ovl_set_vid_accu1() local 1407 dss_feat_get_reg_field(FEAT_REG_HORIZONTALACCU, &hor_start, &hor_end); in dispc_ovl_set_vid_accu1() 1411 FLD_VAL(haccu, hor_start, hor_end); in dispc_ovl_set_vid_accu1()
|