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