Searched refs:PINCTRL_DOE (Results 1 – 2 of 2) sorted by relevance
20 #define PINCTRL_DOE(n) (0x0700 + ((n) * 0x10)) macro28 #define PINCTRL_DOE(n) (0x0b00 + ((n) * 0x10)) macro81 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_input()93 uint32_t offset = PINCTRL_DOE(bank); in gpio_direction_output()
28 #define PINCTRL_DOE(p) ((is_imx23_gpio(p) ? 0x0700 : 0x0b00) + (p->id) * 0x10) macro250 dir = readl(port->base + PINCTRL_DOE(port)); in mxs_gpio_get_direction()345 port->base + PINCTRL_DOE(port), NULL, 0); in mxs_gpio_probe()