Lines Matching defs:pc8736x_gpio_base
37 static unsigned pc8736x_gpio_base;
159 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
164 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit,
177 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
180 pc8736x_gpio_base + port_offset[port] + PORT_OUT,
188 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT);
190 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
191 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
248 = inb_p(pc8736x_gpio_base + port_offset[port]
295 pc8736x_gpio_base = (superio_inb(SIO_BASE_HADDR) << 8
298 if (!request_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE, DEVNAME)) {
301 pc8736x_gpio_base);
304 dev_info(&pdev->dev, "GPIO ioport %x reserved\n", pc8736x_gpio_base);
332 release_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE);
347 release_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE);