Searched refs:rb532_set_bit (Results 1 – 1 of 1) sorted by relevance
| /arch/mips/rb532/ |
| A 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() 129 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input() 131 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input() 146 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_output() 149 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_direction_output() 151 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_output() 180 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); in rb532_gpio_set_ilevel() 189 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat() 198 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); in rb532_gpio_set_func()
|
Completed in 3 milliseconds