Home
last modified time | relevance | path

Searched refs:ldovbb_vset_mask (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dti-abb-regulator.c95 * @ldovbb_vset_mask: mask to ldo_base for providing the VSET override
113 u32 ldovbb_vset_mask; member
226 val &= ~(abb->ldovbb_override_mask | abb->ldovbb_vset_mask); in ti_abb_program_ldovbb()
232 val |= info->vset << __ffs(abb->ldovbb_vset_mask); in ti_abb_program_ldovbb()
816 &abb->ldovbb_vset_mask); in ti_abb_probe()
821 if (!abb->ldovbb_vset_mask) { in ti_abb_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dti-abb-regulator.c87 * @ldovbb_vset_mask: mask to ldo_base for providing the VSET override
105 u32 ldovbb_vset_mask; member
218 val &= ~(abb->ldovbb_override_mask | abb->ldovbb_vset_mask); in ti_abb_program_ldovbb()
224 val |= info->vset << __ffs(abb->ldovbb_vset_mask); in ti_abb_program_ldovbb()
805 &abb->ldovbb_vset_mask); in ti_abb_probe()
810 if (!abb->ldovbb_vset_mask) { in ti_abb_probe()

Completed in 3 milliseconds