Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Dtps65185.c87 #define UDLY_3ms(index) (0x00 << (((index) % 4) * 2)) macro
392 priv_data->upseq1 = UDLY_3ms(0) | UDLY_3ms(1) in tps65185_init_arg()
393 | UDLY_3ms(2) | UDLY_3ms(3); in tps65185_init_arg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/pmic/
H A Dtps65185.c58 #define UDLY_3ms(index) (0x00 << ((index%4) * 2)) macro
320 sess->upseq1 = UDLY_3ms(0) | UDLY_3ms(1) | UDLY_3ms(2) | UDLY_3ms(3); in papyrus_hw_arg_init()