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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dpc8736x_gpio.c36 static unsigned pc8736x_gpio_base; variable
158 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
163 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit,
176 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
179 pc8736x_gpio_base + port_offset[port] + PORT_OUT,
187 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT);
189 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
190 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
246 = inb_p(pc8736x_gpio_base + port_offset[port]
293 pc8736x_gpio_base
[all...]

Completed in 23 milliseconds