GPIO_DIRECTION    193 sound/pci/ice1712/ice1724.c 	outl(data, ICEREG1724(ice, GPIO_DIRECTION));
GPIO_DIRECTION    194 sound/pci/ice1712/ice1724.c 	inw(ICEREG1724(ice, GPIO_DIRECTION)); /* dummy read for pci-posting */
GPIO_DIRECTION   2023 sound/pci/maestro3.c 		dir = inw(io + GPIO_DIRECTION);
GPIO_DIRECTION   2032 sound/pci/maestro3.c 		outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION);
GPIO_DIRECTION   2035 sound/pci/maestro3.c 		outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION);
GPIO_DIRECTION   2267 sound/pci/maestro3.c 	outw(inw(io + GPIO_DIRECTION) | gpo,
GPIO_DIRECTION   2268 sound/pci/maestro3.c 	     io + GPIO_DIRECTION);
GPIO_DIRECTION   2293 sound/pci/maestro3.c 	outw(inw(io + GPIO_DIRECTION) & ~val, io + GPIO_DIRECTION);