Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rv1106.c118 #define RV1106_PULL_BITS_PER_PIN 2 macro
168 *bit *= RV1106_PULL_BITS_PER_PIN; in rv1106_calc_pull_reg_and_bit()
191 data = ((1 << RV1106_PULL_BITS_PER_PIN) - 1) << (bit + 16); in rv1106_set_pull()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.c1474 #define RV1106_PULL_BITS_PER_PIN 2 macro
1522 *bit *= RV1106_PULL_BITS_PER_PIN; in rv1106_calc_pull_reg_and_bit()