Lines Matching refs:io_word

63 	unsigned int            io_word[2];  member
160 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_data()
161 host->io_word[0] >>= 8; in jmb38x_ms_read_data()
179 host->io_word[0] = readl(host->addr + DATA); in jmb38x_ms_read_data()
181 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_data()
182 host->io_word[0] >>= 8; in jmb38x_ms_read_data()
199 buf[off++] = host->io_word[0] & 0xff; in jmb38x_ms_read_reg_data()
200 host->io_word[0] >>= 8; in jmb38x_ms_read_reg_data()
209 buf[off++] = host->io_word[1] & 0xff; in jmb38x_ms_read_reg_data()
210 host->io_word[1] >>= 8; in jmb38x_ms_read_reg_data()
226 host->io_word[0] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_data()
234 writel(host->io_word[0], host->addr + DATA); in jmb38x_ms_write_data()
236 host->io_word[0] = 0; in jmb38x_ms_write_data()
256 host->io_word[0] |= buf[off + 2] << 16; in jmb38x_ms_write_data()
260 host->io_word[0] |= buf[off + 1] << 8; in jmb38x_ms_write_data()
264 host->io_word[0] |= buf[off]; in jmb38x_ms_write_data()
280 host->io_word[0] &= ~(0xff << (host->io_pos * 8)); in jmb38x_ms_write_reg_data()
281 host->io_word[0] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_reg_data()
290 host->io_word[1] &= ~(0xff << (host->io_pos * 8)); in jmb38x_ms_write_reg_data()
291 host->io_word[1] |= buf[off++] << (host->io_pos * 8); in jmb38x_ms_write_reg_data()
356 writel(host->io_word[0], host->addr + TPC_P0); in jmb38x_ms_transfer_data()
357 writel(host->io_word[1], host->addr + TPC_P1); in jmb38x_ms_transfer_data()
359 writel(host->io_word[0], host->addr + DATA); in jmb38x_ms_transfer_data()
384 host->io_word[0] = 0; in jmb38x_ms_issue_cmd()
385 host->io_word[1] = 0; in jmb38x_ms_issue_cmd()
450 writel(host->io_word[0], host->addr + TPC_P0); in jmb38x_ms_issue_cmd()
451 writel(host->io_word[1], host->addr + TPC_P1); in jmb38x_ms_issue_cmd()
558 host->io_word[0] in jmb38x_ms_isr()
561 host->io_word[1] in jmb38x_ms_isr()