Lines Matching refs:io_word

66 	unsigned int            io_word[2];  member
163 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_data()
164 host->io_word[0] >>= 8; in jmb38x_ms_read_data()
182 host->io_word[0] = readl(host->addr + DATA); in jmb38x_ms_read_data()
184 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_data()
185 host->io_word[0] >>= 8; in jmb38x_ms_read_data()
202 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_reg_data()
203 host->io_word[0] >>= 8; in jmb38x_ms_read_reg_data()
212 buf[off++] = host->io_word[1] & 0xff; in jmb38x_ms_read_reg_data()
213 host->io_word[1] >>= 8; in jmb38x_ms_read_reg_data()
229 host->io_word[0] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_data()
237 writel(host->io_word[0], host->addr + DATA); in jmb38x_ms_write_data()
239 host->io_word[0] = 0; in jmb38x_ms_write_data()
259 host->io_word[0] |= buf[off + 2] << 16; in jmb38x_ms_write_data()
262 host->io_word[0] |= buf[off + 1] << 8; in jmb38x_ms_write_data()
265 host->io_word[0] |= buf[off]; in jmb38x_ms_write_data()
281 host->io_word[0] &= ~(0xff << (host->io_pos * 8)); in jmb38x_ms_write_reg_data()
282 host->io_word[0] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_reg_data()
291 host->io_word[1] &= ~(0xff << (host->io_pos * 8)); in jmb38x_ms_write_reg_data()
292 host->io_word[1] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_reg_data()
357 writel(host->io_word[0], host->addr + TPC_P0); in jmb38x_ms_transfer_data()
358 writel(host->io_word[1], host->addr + TPC_P1); in jmb38x_ms_transfer_data()
360 writel(host->io_word[0], host->addr + DATA); in jmb38x_ms_transfer_data()
386 host->io_word[0] = 0; in jmb38x_ms_issue_cmd()
387 host->io_word[1] = 0; in jmb38x_ms_issue_cmd()
454 writel(host->io_word[0], host->addr + TPC_P0); in jmb38x_ms_issue_cmd()
455 writel(host->io_word[1], host->addr + TPC_P1); in jmb38x_ms_issue_cmd()
562 host->io_word[0] in jmb38x_ms_isr()
565 host->io_word[1] in jmb38x_ms_isr()