Home
last modified time | relevance | path

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

/linux-6.15/drivers/memstick/host/
H A Djmb38x_ms.c163 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()
202 host->io_pos--; in jmb38x_ms_read_reg_data()
212 host->io_pos--; in jmb38x_ms_read_reg_data()
227 host->io_pos++; in jmb38x_ms_write_data()
257 host->io_pos++; in jmb38x_ms_write_data()
261 host->io_pos++; in jmb38x_ms_write_data()
265 host->io_pos++; in jmb38x_ms_write_data()
282 host->io_pos++; in jmb38x_ms_write_reg_data()
292 host->io_pos++; in jmb38x_ms_write_reg_data()
[all …]
H A Dtifm_ms.c92 host->io_pos--; in tifm_ms_read_data()
110 for (host->io_pos = 4; host->io_pos; --host->io_pos) { in tifm_ms_read_data()
128 if (host->io_pos) { in tifm_ms_write_data()
131 host->io_pos++; in tifm_ms_write_data()
141 host->io_pos = 0; in tifm_ms_write_data()
164 host->io_pos++; in tifm_ms_write_data()
168 host->io_pos++; in tifm_ms_write_data()
172 host->io_pos++; in tifm_ms_write_data()
175 off += host->io_pos; in tifm_ms_write_data()
235 if (host->io_pos) { in tifm_ms_transfer_data()
[all …]