Home
last modified time | relevance | path

Searched refs:io_pos (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/memstick/host/
H A Djmb38x_ms.c61 unsigned char io_pos; member
159 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 …]