Lines Matching defs:pull
176 * @pupd_reg: The pull-up/down register offset.
181 * @pupd_bit: The start bit of pull-up/down register.
218 u8 pull;
4779 * struct atlas7_pull_info - Atlas7 Pad pull info
4781 * @mask: The mas value of this pin's pull bits.
4782 * @v2s: The map of pull register value to pull status.
4783 * @s2v: The map of pull status to pull register value.
4905 * @mask: The mask value of this pin's pull bits.
5175 /* Clear & Set new value to pull register */
5517 status->pull = pull_info->v2s[regv].data;
5557 (u32)status->pull & 0xff);