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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dpc8736x_gpio.c36 static unsigned pc8736x_gpio_base; variable
153 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
158 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit,
171 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
174 pc8736x_gpio_base + port_offset[port] + PORT_OUT,
182 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT);
184 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
185 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
241 = inb_p(pc8736x_gpio_base + port_offset[port]
288 pc8736x_gpio_base
[all...]

Completed in 40 milliseconds