Home
last modified time | relevance | path

Searched refs:active_h_disp (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/video/fbdev/
Dw100fb.c1309 union active_h_disp_u active_h_disp; in w100_init_lcd() local
1317 active_h_disp.val = 0; in w100_init_lcd()
1318 active_h_disp.f.active_h_start=mode->left_margin; in w100_init_lcd()
1319 active_h_disp.f.active_h_end=mode->left_margin + mode->xres; in w100_init_lcd()
1320 writel(active_h_disp.val, remapped_regs + mmACTIVE_H_DISP); in w100_init_lcd()