Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rk3399.c160 u32 data, rmask_bits, temp; in rk3399_set_drive() local
174 rmask_bits = ROCKCHIP_DRV_3BITS_PER_PIN; in rk3399_set_drive()
212 rmask_bits = ROCKCHIP_DRV_BITS_PER_PIN; in rk3399_set_drive()
221 data = ((1 << rmask_bits) - 1) << (bit + 16); in rk3399_set_drive()
H A Dpinctrl-rv1103b.c123 int rmask_bits = RV1103B_DRV_BITS_PER_PIN; in rv1103b_set_drive() local
133 rmask_bits = 2; in rv1103b_set_drive()
138 data = ((1 << rmask_bits) - 1) << (bit + 16); in rv1103b_set_drive()
H A Dpinctrl-rk3506.c197 int rmask_bits = RK3506_DRV_BITS_PER_PIN; in rk3506_set_drive() local
207 rmask_bits = 2; in rk3506_set_drive()
212 data = ((1 << rmask_bits) - 1) << (bit + 16); in rk3506_set_drive()
H A Dpinctrl-rv1126b.c95 int rmask_bits = RV1126B_DRV_BITS_PER_PIN; in rv1126b_set_drive() local
102 data = ((1 << rmask_bits) - 1) << (bit + 16); in rv1126b_set_drive()
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-rockchip.c2552 u32 data, rmask_bits, temp; in rockchip_set_drive_perpin() local
2562 rmask_bits = RV1126_DRV_BITS_PER_PIN; in rockchip_set_drive_perpin()
2607 rmask_bits = RK3399_DRV_3BITS_PER_PIN; in rockchip_set_drive_perpin()
2645 rmask_bits = RK3288_DRV_BITS_PER_PIN; in rockchip_set_drive_perpin()
2656 data &= ~(((1 << rmask_bits) - 1) << bit); in rockchip_set_drive_perpin()
2659 data = ((1 << rmask_bits) - 1) << (bit + 16); in rockchip_set_drive_perpin()