Searched refs:io_pos (Results 1 – 2 of 2) sorted by relevance
64 unsigned char io_pos; member162 while (host->io_pos && length) { in jmb38x_ms_read_data()166 host->io_pos--; in jmb38x_ms_read_data()183 for (host->io_pos = 4; host->io_pos; --host->io_pos) { in jmb38x_ms_read_data()201 while (host->io_pos > 4 && length) { in jmb38x_ms_read_reg_data()205 host->io_pos--; in jmb38x_ms_read_reg_data()211 while (host->io_pos && length) { in jmb38x_ms_read_reg_data()215 host->io_pos--; in jmb38x_ms_read_reg_data()227 if (host->io_pos) { in jmb38x_ms_write_data()228 while (host->io_pos < 4 && length) { in jmb38x_ms_write_data()[all …]
82 unsigned char io_pos; member92 while (host->io_pos && length) { in tifm_ms_read_data()96 host->io_pos--; in tifm_ms_read_data()114 for (host->io_pos = 4; host->io_pos; --host->io_pos) { in tifm_ms_read_data()132 if (host->io_pos) { in tifm_ms_write_data()133 while (host->io_pos < 4 && length) { in tifm_ms_write_data()134 host->io_word |= buf[off++] << (host->io_pos * 8); in tifm_ms_write_data()135 host->io_pos++; in tifm_ms_write_data()140 if (host->io_pos == 4 in tifm_ms_write_data()145 host->io_pos = 0; in tifm_ms_write_data()[all …]