Searched refs:MPFS_GPIO_CTRL (Results 1 – 1 of 1) sorted by relevance
19 #define MPFS_GPIO_CTRL(i) (0x4 * (i)) macro61 regmap_update_bits(mpfs_gpio->regs, MPFS_GPIO_CTRL(gpio_index), in mpfs_gpio_direction_input()71 regmap_update_bits(mpfs_gpio->regs, MPFS_GPIO_CTRL(gpio_index), in mpfs_gpio_direction_output()85 regmap_read(mpfs_gpio->regs, MPFS_GPIO_CTRL(gpio_index), &gpio_cfg); in mpfs_gpio_get_direction()
Completed in 4 milliseconds