Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dlpc_ich.c165 static struct resource apl_gpio_resources[APL_GPIO_NR_DEVICES][2] = { variable
188 .num_resources = ARRAY_SIZE(apl_gpio_resources[APL_GPIO_NORTH]),
189 .resources = apl_gpio_resources[APL_GPIO_NORTH],
195 .num_resources = ARRAY_SIZE(apl_gpio_resources[APL_GPIO_NORTHWEST]),
196 .resources = apl_gpio_resources[APL_GPIO_NORTHWEST],
202 .num_resources = ARRAY_SIZE(apl_gpio_resources[APL_GPIO_WEST]),
203 .resources = apl_gpio_resources[APL_GPIO_WEST],
209 .num_resources = ARRAY_SIZE(apl_gpio_resources[APL_GPIO_SOUTHWEST]),
210 .resources = apl_gpio_resources[APL_GPIO_SOUTHWEST],
1172 struct resource *mem = &apl_gpio_resources[i][0]; in lpc_ich_init_pinctrl()