Lines Matching +defs:bit +defs:offset
762 u32 offset, u8 size, uint64_t *data) in mt7530_read_port_stats()
2094 mt7530_gpio_to_bit(unsigned int offset) in mt7530_gpio_to_bit()
2107 mt7530_gpio_get(struct gpio_chip *gc, unsigned int offset) in mt7530_gpio_get()
2110 u32 bit = mt7530_gpio_to_bit(offset); in mt7530_gpio_get() local
2116 mt7530_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in mt7530_gpio_set()
2119 u32 bit = mt7530_gpio_to_bit(offset); in mt7530_gpio_set() local
2130 mt7530_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in mt7530_gpio_get_direction()
2133 u32 bit = mt7530_gpio_to_bit(offset); in mt7530_gpio_get_direction() local
2140 mt7530_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) in mt7530_gpio_direction_input()
2143 u32 bit = mt7530_gpio_to_bit(offset); in mt7530_gpio_direction_input() local
2152 mt7530_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) in mt7530_gpio_direction_output()
2155 u32 bit = mt7530_gpio_to_bit(offset); in mt7530_gpio_direction_output() local