FM801_GPIO_GP     760 sound/pci/fm801.c 	reg &= ~(FM801_GPIO_GP(gpio.data) |
FM801_GPIO_GP     761 sound/pci/fm801.c 		 FM801_GPIO_GP(gpio.clk) |
FM801_GPIO_GP     762 sound/pci/fm801.c 		 FM801_GPIO_GP(gpio.wren));
FM801_GPIO_GP     764 sound/pci/fm801.c 	reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0;
FM801_GPIO_GP     765 sound/pci/fm801.c 	reg |= (pins & TEA575X_CLK)  ? FM801_GPIO_GP(gpio.clk) : 0;
FM801_GPIO_GP     767 sound/pci/fm801.c 	reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren);
FM801_GPIO_GP     780 sound/pci/fm801.c 	if (reg & FM801_GPIO_GP(gpio.data))
FM801_GPIO_GP     782 sound/pci/fm801.c 	if (reg & FM801_GPIO_GP(gpio.most))
FM801_GPIO_GP     804 sound/pci/fm801.c 			 FM801_GPIO_GP(gpio.data) |
FM801_GPIO_GP     805 sound/pci/fm801.c 			 FM801_GPIO_GP(gpio.clk) |
FM801_GPIO_GP     806 sound/pci/fm801.c 			 FM801_GPIO_GP(gpio.wren));
FM801_GPIO_GP     811 sound/pci/fm801.c 		       FM801_GPIO_GP(gpio.data) |
FM801_GPIO_GP     812 sound/pci/fm801.c 		       FM801_GPIO_GP(gpio.most) |
FM801_GPIO_GP     813 sound/pci/fm801.c 		       FM801_GPIO_GP(gpio.wren);
FM801_GPIO_GP     818 sound/pci/fm801.c 			 FM801_GPIO_GP(gpio.clk));