Lines Matching defs:data
311 /* write data and address */
751 u8 data, clk, wren, most;
756 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
757 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
758 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
770 reg &= ~(FM801_GPIO_GP(gpio.data) |
774 reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0;
790 if (reg & FM801_GPIO_GP(gpio.data))
804 reg |= FM801_GPIO_GS(gpio.data) |
810 /* clear data and clock lines */
811 reg &= ~(FM801_GPIO_GD(gpio.data) |
814 FM801_GPIO_GP(gpio.data) |
818 /* use GPIO lines, set data direction to input */
819 reg |= FM801_GPIO_GD(gpio.data) |
821 FM801_GPIO_GP(gpio.data) |
824 /* all of lines are in the write direction, except data */
825 /* clear data, write enable and clock lines */
1099 fm801_readw(chip, CODEC_CTRL); /* flush posting data */