Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Dtps65185.c93 #define DDLY_6ms(index) (0x00 << (((index) % 4) * 2)) macro
397 priv_data->dwnseq1 = DDLY_6ms(0) | DDLY_6ms(1) in tps65185_init_arg()
398 | DDLY_6ms(2) | DDLY_6ms(3); in tps65185_init_arg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/pmic/
H A Dtps65185.c64 #define DDLY_6ms(index) (0x00 << ((index%4) * 2)) macro
322 sess->dwnseq1 = DDLY_6ms(0) | DDLY_6ms(1) | DDLY_6ms(2) | DDLY_6ms(3); in papyrus_hw_arg_init()