Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.c33 static unsigned int mscc_readl(unsigned int offset, void *addr) in mscc_readl() function
181 if (mscc_readl(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]) & in mscc_gpio_get()
183 val = mscc_readl(offset, in mscc_gpio_get()
186 val = mscc_readl(offset, in mscc_gpio_get()
211 val = mscc_readl(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]); in mscc_gpio_get_direction()