Searched refs:rb532_set_bit (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/rb532/ |
A D | gpio.c | 60 static inline void rb532_set_bit(unsigned bitval, in rb532_set_bit() function 104 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_set() 117 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input() 119 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input() 134 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_output() 137 rb532_set_bit(value, offset, gpch->regbase + GPIOD); in rb532_gpio_direction_output() 139 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_output() 168 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); in rb532_gpio_set_ilevel() 177 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat() 186 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); in rb532_gpio_set_func()
|
Completed in 4 milliseconds