Searched refs:rb532_set_bit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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, 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(bi in rb532_gpio_set_istat() [all...] |
/kernel/linux/linux-6.6/arch/mips/rb532/ |
H A D | gpio.c | 64 /* rb532_set_bit - sanely set a bit 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(bi in rb532_gpio_set_istat() [all...] |
Completed in 1 milliseconds