Searched refs:rb532_set_bit (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/rb532/ |
H A D | gpio.c | 54 /* rb532_set_bit - sanely set a bit 60 static inline void rb532_set_bit(unsigned bitval, rb532_set_bit() function 104 rb532_set_bit(value, offset, gpch->regbase + GPIOD); rb532_gpio_set() 117 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); rb532_gpio_direction_input() 119 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); rb532_gpio_direction_input() 134 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); rb532_gpio_direction_output() 137 rb532_set_bit(value, offset, gpch->regbase + GPIOD); rb532_gpio_direction_output() 139 rb532_set_bit(1, offset, gpch->regbase + GPIOCFG); rb532_gpio_direction_output() 162 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); rb532_gpio_set_ilevel() 171 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); rb532_gpio_set_istat() 180 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); rb532_gpio_set_func()
|
Completed in 81 milliseconds