Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Dvx855.c54 static struct resource vx855_gpio_resources[] = { variable
66 .num_resources = ARRAY_SIZE(vx855_gpio_resources),
67 .resources = vx855_gpio_resources,
99 vx855_gpio_resources[0].start = gpio_io_offset + VX855_PMIO_R_GPI; in vx855_probe()
100 vx855_gpio_resources[0].end = vx855_gpio_resources[0].start + 3; in vx855_probe()
101 vx855_gpio_resources[1].start = gpio_io_offset + VX855_PMIO_R_GPO; in vx855_probe()
102 vx855_gpio_resources[1].end = vx855_gpio_resources[1].start + 3; in vx855_probe()