Lines Matching refs:ReadData
124 unsigned char ReadData;
129 ReadData = gfx_inb(CENT_97317_CLOCK_PORT);
130 ReadData &= ~CENT_97317_CLOCK_MASK & ~CENT_97317_DATA_OUT_MASK;
131 gfx_outb(CENT_97317_CLOCK_PORT, ReadData);
133 ReadData = gfx_inb(CENT_97317_CHIP_SELECT);
134 ReadData &= ~CENT_97317_CHIP_SEL_MASK & ~CENT_97317_DATA_IN_MASK;
135 gfx_outb(CENT_97317_CHIP_SELECT, ReadData);
526 unsigned char ReadData;
544 ReadData = read_Centaurus_CX9211_GPIO();
546 Data = Data | (((unsigned long) ReadData) << count);