hor_sync_start   1462 drivers/video/fbdev/via/hw.c 	timing.hor_sync_start = timing.hor_addr + var->right_margin + dx;
hor_sync_start   1463 drivers/video/fbdev/via/hw.c 	timing.hor_sync_end = timing.hor_sync_start + var->hsync_len;
hor_sync_start     26 drivers/video/fbdev/via/via_modesetting.c 	raw.hor_sync_start = timing->hor_sync_start / 8;
hor_sync_start     42 drivers/video/fbdev/via/via_modesetting.c 	via_write_reg(VIACR, 0x04, raw.hor_sync_start & 0xFF);
hor_sync_start     60 drivers/video/fbdev/via/via_modesetting.c 	via_write_reg_mask(VIACR, 0x33, (raw.hor_sync_start >> (8 - 4) & 0x10)
hor_sync_start     84 drivers/video/fbdev/via/via_modesetting.c 	raw.hor_sync_start = timing->hor_sync_start - 1;
hor_sync_start     99 drivers/video/fbdev/via/via_modesetting.c 		| (raw.hor_sync_start >> (8 - 6) & 0xC0));
hor_sync_start    102 drivers/video/fbdev/via/via_modesetting.c 	via_write_reg(VIACR, 0x56, raw.hor_sync_start & 0xFF);
hor_sync_start    111 drivers/video/fbdev/via/via_modesetting.c 		| (raw.hor_sync_start >> (10 - 7) & 0x80));
hor_sync_start    115 drivers/video/fbdev/via/via_modesetting.c 		| (raw.hor_sync_start >> (11 - 7) & 0x80));
hor_sync_start     26 drivers/video/fbdev/via/via_modesetting.h 	u16 hor_sync_start;