Searched refs:rb532_set_bit (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/mips/rb532/ |
D | gpio.c | 70 static inline void rb532_set_bit(unsigned bitval, in rb532_set_bit() function 114 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_set() 127 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input() 129 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input() 144 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_output() 147 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_direction_output() 149 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_output() 178 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); in rb532_gpio_set_ilevel() 187 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat() 196 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); in rb532_gpio_set_func()
|