gpio_io_offset     64 drivers/mfd/vx855.c 	u16 gpio_io_offset;
gpio_io_offset     70 drivers/mfd/vx855.c 	pci_read_config_word(pdev, VX855_CFG_PMIO_OFFSET, &gpio_io_offset);
gpio_io_offset     71 drivers/mfd/vx855.c 	if (!gpio_io_offset) {
gpio_io_offset     80 drivers/mfd/vx855.c 	gpio_io_offset &= 0xff80;
gpio_io_offset     84 drivers/mfd/vx855.c 	vx855_gpio_resources[0].start = gpio_io_offset + VX855_PMIO_R_GPI;
gpio_io_offset     86 drivers/mfd/vx855.c 	vx855_gpio_resources[1].start = gpio_io_offset + VX855_PMIO_R_GPO;