Searched refs:htime2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | tc358775.c | 378 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local 400 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable() 446 d2l_write(tc->i2c, HTIM2, htime2); in tc_bridge_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358775.c | 379 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local 401 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable() 447 d2l_write(tc->i2c, HTIM2, htime2); in tc_bridge_enable()
|
Completed in 3 milliseconds