Searched refs:mscc_gpios (Results 1 – 2 of 2) sorted by relevance
104 regoff = info->mscc_gpios[MSCC_GPIO_ALT0]; in mscc_pinmux_set_mux()107 regoff = info->mscc_gpios[MSCC_GPIO_ALT1]; in mscc_pinmux_set_mux()181 if (mscc_readl(offset, info->regs + info->mscc_gpios[MSCC_GPIO_OE]) & in mscc_gpio_get()184 info->regs + info->mscc_gpios[MSCC_GPIO_OUT]); in mscc_gpio_get()187 info->regs + info->mscc_gpios[MSCC_GPIO_IN]); in mscc_gpio_get()198 info->regs + info->mscc_gpios[MSCC_GPIO_OUT_SET]); in mscc_gpio_set()201 info->regs + info->mscc_gpios[MSCC_GPIO_OUT_CLR]); in mscc_gpio_set()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()[all …]
57 const unsigned long *mscc_gpios; member63 const unsigned long *mscc_gpios);