GPIO_MASK          63 arch/powerpc/platforms/4xx/gpio.c 	return !!(in_be32(&regs->ir) & GPIO_MASK(gpio));
GPIO_MASK          73 arch/powerpc/platforms/4xx/gpio.c 		setbits32(&regs->or, GPIO_MASK(gpio));
GPIO_MASK          75 arch/powerpc/platforms/4xx/gpio.c 		clrbits32(&regs->or, GPIO_MASK(gpio));
GPIO_MASK         103 arch/powerpc/platforms/4xx/gpio.c 	clrbits32(&regs->odr, GPIO_MASK(gpio));
GPIO_MASK         106 arch/powerpc/platforms/4xx/gpio.c 	clrbits32(&regs->tcr, GPIO_MASK(gpio));
GPIO_MASK         136 arch/powerpc/platforms/4xx/gpio.c 	clrbits32(&regs->odr, GPIO_MASK(gpio));
GPIO_MASK         139 arch/powerpc/platforms/4xx/gpio.c 	setbits32(&regs->tcr, GPIO_MASK(gpio));
GPIO_MASK          47 arch/unicore32/kernel/irq.c 		mask = GPIO_MASK(d->irq);
GPIO_MASK         141 arch/unicore32/kernel/irq.c 	unsigned int mask = GPIO_MASK(d->irq);
GPIO_MASK         148 arch/unicore32/kernel/irq.c 	unsigned int mask = GPIO_MASK(d->irq);
GPIO_MASK         158 arch/unicore32/kernel/irq.c 	unsigned int mask = GPIO_MASK(d->irq);
GPIO_MASK          68 drivers/gpio/gpio-xgene-sb.c 		data |= GPIO_MASK(gpio);
GPIO_MASK          70 drivers/gpio/gpio-xgene-sb.c 		data &= ~GPIO_MASK(gpio);
GPIO_MASK        2596 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c 					      GPIO_MASK);
GPIO_MASK        2000 sound/pci/maestro3.c 		outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK);
GPIO_MASK        2010 sound/pci/maestro3.c 		outw(~0, io + GPIO_MASK);
GPIO_MASK        2238 sound/pci/maestro3.c 	outw(~gpo, io + GPIO_MASK);
GPIO_MASK        2246 sound/pci/maestro3.c 	outw(0xffff, io + GPIO_MASK);
GPIO_MASK        2262 sound/pci/maestro3.c 	outw(0xffff, io + GPIO_MASK);
GPIO_MASK        2265 sound/pci/maestro3.c 	outw(~val, io + GPIO_MASK);
GPIO_MASK        2267 sound/pci/maestro3.c 	outw(val, io + GPIO_MASK);
GPIO_MASK        2269 sound/pci/maestro3.c 	outw(0xffff, io + GPIO_MASK);