Searched refs:MSCC_GPIO_OE (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/mscc/ |
H A D | mscc-common.c | 181 if (mscc_readl(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]) & in mscc_gpio_get() 211 val = mscc_readl(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]); in mscc_gpio_get_direction() 220 mscc_clrbits(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]); in mscc_gpio_direction_input() 230 mscc_setbits(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]); in mscc_gpio_direction_output()
|
H A D | mscc-common.h | 17 MSCC_GPIO_OE, enumerator
|
H A D | pinctrl-ocelot.c | 146 [MSCC_GPIO_OE] = 0x10,
|
H A D | pinctrl-luton.c | 131 [MSCC_GPIO_OE] = 0x10,
|
H A D | pinctrl-serval.c | 174 [MSCC_GPIO_OE] = 0x10,
|
H A D | pinctrl-servalt.c | 210 [MSCC_GPIO_OE] = 0x20,
|
H A D | pinctrl-jr2.c | 264 [MSCC_GPIO_OE] = 0x20,
|