Lines Matching defs:FM801_GPIO_GP
133 #define FM801_GPIO_GP(x) (1<<(0+(x)))
769 reg &= ~(FM801_GPIO_GP(gpio.data) |
770 FM801_GPIO_GP(gpio.clk) |
771 FM801_GPIO_GP(gpio.wren));
773 reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0;
774 reg |= (pins & TEA575X_CLK) ? FM801_GPIO_GP(gpio.clk) : 0;
776 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren);
789 if (reg & FM801_GPIO_GP(gpio.data))
791 if (reg & FM801_GPIO_GP(gpio.most))
813 FM801_GPIO_GP(gpio.data) |
814 FM801_GPIO_GP(gpio.clk) |
815 FM801_GPIO_GP(gpio.wren));
820 FM801_GPIO_GP(gpio.data) |
821 FM801_GPIO_GP(gpio.most) |
822 FM801_GPIO_GP(gpio.wren);
827 FM801_GPIO_GP(gpio.clk));