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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dppc4xx_gpio.c34 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
81 return in_be32(&regs->ir) & GPIO_MASK(gpio);
91 setbits32(&regs->or, GPIO_MASK(gpio));
93 clrbits32(&regs->or, GPIO_MASK(gpio));
122 clrbits32(&regs->odr, GPIO_MASK(gpio));
125 clrbits32(&regs->tcr, GPIO_MASK(gpio));
155 clrbits32(&regs->odr, GPIO_MASK(gpio));
158 setbits32(&regs->tcr, GPIO_MASK(gpio));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/sysdev/
H A Dppc4xx_gpio.c34 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
81 return in_be32(&regs->ir) & GPIO_MASK(gpio);
91 setbits32(&regs->or, GPIO_MASK(gpio));
93 clrbits32(&regs->or, GPIO_MASK(gpio));
122 clrbits32(&regs->odr, GPIO_MASK(gpio));
125 clrbits32(&regs->tcr, GPIO_MASK(gpio));
155 clrbits32(&regs->odr, GPIO_MASK(gpio));
158 setbits32(&regs->tcr, GPIO_MASK(gpio));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-h720x/
H A Dcommon.c84 CPU_REG (reg_base, GPIO_MASK) &= ~bit;
94 CPU_REG (reg_base, GPIO_MASK) |= bit;
191 CPU_REG (GPIO_A_VIRT, GPIO_MASK) = 0x0;
192 CPU_REG (GPIO_B_VIRT, GPIO_MASK) = 0x0;
193 CPU_REG (GPIO_C_VIRT, GPIO_MASK) = 0x0;
194 CPU_REG (GPIO_D_VIRT, GPIO_MASK) = 0x0;
H A Dcpu-h7202.c195 CPU_REG (GPIO_E_VIRT, GPIO_MASK) = 0x0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-h720x/
H A Dcommon.c84 CPU_REG (reg_base, GPIO_MASK) &= ~bit;
94 CPU_REG (reg_base, GPIO_MASK) |= bit;
191 CPU_REG (GPIO_A_VIRT, GPIO_MASK) = 0x0;
192 CPU_REG (GPIO_B_VIRT, GPIO_MASK) = 0x0;
193 CPU_REG (GPIO_C_VIRT, GPIO_MASK) = 0x0;
194 CPU_REG (GPIO_D_VIRT, GPIO_MASK) = 0x0;
H A Dcpu-h7202.c195 CPU_REG (GPIO_E_VIRT, GPIO_MASK) = 0x0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-h720x/include/mach/
H A Dhardware.h67 #define GPIO_MASK 0x08 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-h720x/include/mach/
H A Dhardware.h67 #define GPIO_MASK 0x08 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Dmaestro3.c309 #define GPIO_MASK 0x64 macro
2103 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK);
2113 outw(~0, io + GPIO_MASK);
2329 outw(~gpo, io + GPIO_MASK);
2337 outw(0xffff, io + GPIO_MASK);
2353 outw(0xffff, io + GPIO_MASK);
2356 outw(~val, io + GPIO_MASK);
2358 outw(val, io + GPIO_MASK);
2360 outw(0xffff, io + GPIO_MASK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Dmaestro3.c309 #define GPIO_MASK 0x64 macro
2103 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK);
2113 outw(~0, io + GPIO_MASK);
2329 outw(~gpo, io + GPIO_MASK);
2337 outw(0xffff, io + GPIO_MASK);
2353 outw(0xffff, io + GPIO_MASK);
2356 outw(~val, io + GPIO_MASK);
2358 outw(val, io + GPIO_MASK);
2360 outw(0xffff, io + GPIO_MASK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm97115/include/
H A Ddev_bcm4413.h270 #define GPIO_MASK 0x7ff /* output/enable/input */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_realtek.c268 #define GPIO_MASK 0x03 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/hda/
H A Dpatch_realtek.c268 #define GPIO_MASK 0x03 macro

Completed in 171 milliseconds