Lines Matching +defs:bit +defs:offset
88 u32 bit = WMT_BIT_FROM_PIN(pin); in wmt_set_pinmux() local
137 unsigned offset) in wmt_pmx_gpio_disable_free()
147 unsigned offset, in wmt_pmx_gpio_set_direction()
425 u32 bit = WMT_BIT_FROM_PIN(pin); in wmt_pinconf_set() local
480 static int wmt_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_direction()
484 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_get_direction() local
495 static int wmt_gpio_get_value(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_value()
499 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_get_value() local
510 static int wmt_gpio_set_value(struct gpio_chip *chip, unsigned int offset, in wmt_gpio_set_value()
515 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_set_value() local
531 static int wmt_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in wmt_gpio_direction_output()