Home
last modified time | relevance | path

Searched refs:OCELOT_GPIO_OE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-ocelot.c44 #define OCELOT_GPIO_OE 0x10 macro
1249 regmap_update_bits(info->map, REG(OCELOT_GPIO_OE, info, pin), BIT(p), in ocelot_gpio_set_direction()
1485 err = regmap_read(info->map, REG(OCELOT_GPIO_OE, info, pin), in ocelot_pinconf_get()
1567 REG(OCELOT_GPIO_OE, info, pin), in ocelot_pinconf_set()
1771 regmap_read(info->map, REG(OCELOT_GPIO_OE, info, offset), &val); in ocelot_gpio_get_direction()