Searched refs:io_word (Results 1 – 2 of 2) 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 …]
79 unsigned int io_word; member89 buf[off++] = host->io_word & 0xff; in tifm_ms_read_data()90 host->io_word >>= 8; in tifm_ms_read_data()109 host->io_word = readl(sock->addr + SOCK_MS_DATA); in tifm_ms_read_data()111 buf[off++] = host->io_word & 0xff; in tifm_ms_read_data()112 host->io_word >>= 8; in tifm_ms_read_data()130 host->io_word |= buf[off++] << (host->io_pos * 8); in tifm_ms_write_data()140 writel(host->io_word, sock->addr + SOCK_MS_DATA); in tifm_ms_write_data()142 host->io_word = 0; in tifm_ms_write_data()163 host->io_word |= buf[off + 2] << 16; in tifm_ms_write_data()[all …]