hor_sync_end     1463 drivers/video/fbdev/via/hw.c 	timing.hor_sync_end = timing.hor_sync_start + var->hsync_len;
hor_sync_end     1464 drivers/video/fbdev/via/hw.c 	timing.hor_total = timing.hor_sync_end + var->left_margin + dx;
hor_sync_end       27 drivers/video/fbdev/via/via_modesetting.c 	raw.hor_sync_end = timing->hor_sync_end / 8;
hor_sync_end       43 drivers/video/fbdev/via/via_modesetting.c 	via_write_reg_mask(VIACR, 0x05, (raw.hor_sync_end & 0x1F)
hor_sync_end       85 drivers/video/fbdev/via/via_modesetting.c 	raw.hor_sync_end = timing->hor_sync_end - 1;
hor_sync_end      103 drivers/video/fbdev/via/via_modesetting.c 	via_write_reg(VIACR, 0x57, raw.hor_sync_end & 0xFF);
hor_sync_end      110 drivers/video/fbdev/via/via_modesetting.c 		| (raw.hor_sync_end >> (8 - 6) & 0x40)
hor_sync_end       27 drivers/video/fbdev/via/via_modesetting.h 	u16 hor_sync_end;