Searched refs:io_word (Results 1 – 1 of 1) sorted by relevance
63 unsigned int io_word[2]; member160 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()[all …]