Searched refs:OCELOT_GPIO_OE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-ocelot.c | 49 #define OCELOT_GPIO_OE 0x10 macro 592 regmap_update_bits(info->map, REG(OCELOT_GPIO_OE, info, pin), BIT(p), in ocelot_gpio_set_direction() 764 err = regmap_read(info->map, REG(OCELOT_GPIO_OE, info, pin), in ocelot_pinconf_get() 842 REG(OCELOT_GPIO_OE, info, pin), in ocelot_pinconf_set() 984 regmap_read(info->map, REG(OCELOT_GPIO_OE, info, offset), &val); in ocelot_gpio_get_direction()
|