Searched refs:io_pos (Results 1 – 1 of 1) sorted by relevance
61 unsigned char io_pos; member159 while (host->io_pos && length) { in jmb38x_ms_read_data()163 host->io_pos--; in jmb38x_ms_read_data()180 for (host->io_pos = 4; host->io_pos; --host->io_pos) { in jmb38x_ms_read_data()198 while (host->io_pos > 4 && length) { in jmb38x_ms_read_reg_data()202 host->io_pos--; in jmb38x_ms_read_reg_data()208 while (host->io_pos && length) { in jmb38x_ms_read_reg_data()212 host->io_pos--; in jmb38x_ms_read_reg_data()224 if (host->io_pos) { in jmb38x_ms_write_data()225 while (host->io_pos < 4 && length) { in jmb38x_ms_write_data()[all …]