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

/linux-4.1.27/drivers/mfd/
H A Dvx855.c54 static struct resource vx855_gpio_resources[] = { variable in typeref:struct:resource
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; vx855_probe()
100 vx855_gpio_resources[0].end = vx855_gpio_resources[0].start + 3; vx855_probe()
101 vx855_gpio_resources[1].start = gpio_io_offset + VX855_PMIO_R_GPO; vx855_probe()
102 vx855_gpio_resources[1].end = vx855_gpio_resources[1].start + 3; vx855_probe()

Completed in 62 milliseconds