GPIO_DIRECTION   2786 drivers/media/pci/ddbridge/ddbridge-core.c 	ddbwritel(dev, 1, GPIO_DIRECTION);
GPIO_DIRECTION   3389 drivers/media/pci/ddbridge/ddbridge-core.c 		ddbwritel(dev, 1, GPIO_DIRECTION);
GPIO_DIRECTION    188 sound/pci/ice1712/ice1724.c 	outl(data, ICEREG1724(ice, GPIO_DIRECTION));
GPIO_DIRECTION    189 sound/pci/ice1712/ice1724.c 	inw(ICEREG1724(ice, GPIO_DIRECTION)); /* dummy read for pci-posting */
GPIO_DIRECTION    195 sound/pci/ice1712/ice1724.c 	return inl(ICEREG1724(ice, GPIO_DIRECTION));
GPIO_DIRECTION   1990 sound/pci/maestro3.c 		dir = inw(io + GPIO_DIRECTION);
GPIO_DIRECTION   1999 sound/pci/maestro3.c 		outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION);
GPIO_DIRECTION   2002 sound/pci/maestro3.c 		outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION);
GPIO_DIRECTION   2240 sound/pci/maestro3.c 	outw(inw(io + GPIO_DIRECTION) | gpo,
GPIO_DIRECTION   2241 sound/pci/maestro3.c 	     io + GPIO_DIRECTION);
GPIO_DIRECTION   2266 sound/pci/maestro3.c 	outw(inw(io + GPIO_DIRECTION) & ~val, io + GPIO_DIRECTION);