Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dvx855.c39 static struct resource vx855_gpio_resources[] = { variable
51 .num_resources = ARRAY_SIZE(vx855_gpio_resources),
52 .resources = vx855_gpio_resources,
84 vx855_gpio_resources[0].start = gpio_io_offset + VX855_PMIO_R_GPI; in vx855_probe()
85 vx855_gpio_resources[0].end = vx855_gpio_resources[0].start + 3; in vx855_probe()
86 vx855_gpio_resources[1].start = gpio_io_offset + VX855_PMIO_R_GPO; in vx855_probe()
87 vx855_gpio_resources[1].end = vx855_gpio_resources[1].start + 3; in vx855_probe()