Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rk3528.c108 #define RK3528_PULL_BITS_PER_PIN 2 macro
152 *bit *= RK3528_PULL_BITS_PER_PIN; in rk3528_calc_pull_reg_and_bit()
175 data = ((1 << RK3528_PULL_BITS_PER_PIN) - 1) << (bit + 16); in rk3528_set_pull()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.c2335 #define RK3528_PULL_BITS_PER_PIN 2 macro
2378 *bit *= RK3528_PULL_BITS_PER_PIN; in rk3528_calc_pull_reg_and_bit()