Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-rockchip.c511 #define RK3188_PULL_BITS_PER_PIN 2 macro
529 *bit *= RK3188_PULL_BITS_PER_PIN; in rk3188_calc_pull_reg_and_bit()
546 *bit *= RK3188_PULL_BITS_PER_PIN; in rk3188_calc_pull_reg_and_bit()
564 *bit *= RK3188_PULL_BITS_PER_PIN; in rk3288_calc_pull_reg_and_bit()
575 *bit *= RK3188_PULL_BITS_PER_PIN; in rk3288_calc_pull_reg_and_bit()
699 data &= (1 << RK3188_PULL_BITS_PER_PIN) - 1; in rockchip_get_pull()
756 data = ((1 << RK3188_PULL_BITS_PER_PIN) - 1) << (bit + 16); in rockchip_set_pull()