Searched refs:rmask_bits (Results 1 – 5 of 5) sorted by relevance
160 u32 data, rmask_bits, temp; in rk3399_set_drive() local174 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()
123 int rmask_bits = RV1103B_DRV_BITS_PER_PIN; in rv1103b_set_drive() local133 rmask_bits = 2; in rv1103b_set_drive()138 data = ((1 << rmask_bits) - 1) << (bit + 16); in rv1103b_set_drive()
197 int rmask_bits = RK3506_DRV_BITS_PER_PIN; in rk3506_set_drive() local207 rmask_bits = 2; in rk3506_set_drive()212 data = ((1 << rmask_bits) - 1) << (bit + 16); in rk3506_set_drive()
95 int rmask_bits = RV1126B_DRV_BITS_PER_PIN; in rv1126b_set_drive() local102 data = ((1 << rmask_bits) - 1) << (bit + 16); in rv1126b_set_drive()
2552 u32 data, rmask_bits, temp; in rockchip_set_drive_perpin() local2562 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()