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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dgpio.c88 struct rb532_gpio_chip *gpch; local
90 gpch = container_of(chip, struct rb532_gpio_chip, chip);
91 return rb532_get_bit(offset, gpch->regbase + GPIOD);
100 struct rb532_gpio_chip *gpch; local
102 gpch = container_of(chip, struct rb532_gpio_chip, chip);
103 rb532_set_bit(value, offset, gpch->regbase + GPIOD);
111 struct rb532_gpio_chip *gpch; local
113 gpch = container_of(chip, struct rb532_gpio_chip, chip);
116 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC);
118 rb532_set_bit(0, offset, gpch
128 struct rb532_gpio_chip *gpch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Drdc321x-gpio.c46 struct rdc321x_gpio *gpch; local
50 gpch = container_of(chip, struct rdc321x_gpio, chip);
51 reg = gpio < 32 ? gpch->reg1_data_base : gpch->reg2_data_base;
53 spin_lock(&gpch->lock);
54 pci_write_config_dword(gpch->sb_pdev, reg,
55 gpch->data_reg[gpio < 32 ? 0 : 1]);
56 pci_read_config_dword(gpch->sb_pdev, reg, &value);
57 spin_unlock(&gpch->lock);
65 struct rdc321x_gpio *gpch; local
84 struct rdc321x_gpio *gpch; local
95 struct rdc321x_gpio *gpch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dgpio.c33 struct ar7_gpio_chip *gpch = local
35 void __iomem *gpio_in = gpch->regs + AR7_GPIO_INPUT;
43 struct ar7_gpio_chip *gpch = local
45 void __iomem *gpio_out = gpch->regs + AR7_GPIO_OUTPUT;
56 struct ar7_gpio_chip *gpch = local
58 void __iomem *gpio_dir = gpch->regs + AR7_GPIO_DIR;
68 struct ar7_gpio_chip *gpch = local
70 void __iomem *gpio_dir = gpch->regs + AR7_GPIO_DIR;

Completed in 31 milliseconds