Searched refs:io_word (Results 1 – 2 of 2) sorted by relevance
66 unsigned int io_word[2]; member163 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()[all …]
83 unsigned int io_word; member93 buf[off++] = host->io_word & 0xff; in tifm_ms_read_data()94 host->io_word >>= 8; in tifm_ms_read_data()113 host->io_word = readl(sock->addr + SOCK_MS_DATA); in tifm_ms_read_data()115 buf[off++] = host->io_word & 0xff; in tifm_ms_read_data()116 host->io_word >>= 8; in tifm_ms_read_data()134 host->io_word |= buf[off++] << (host->io_pos * 8); in tifm_ms_write_data()144 writel(host->io_word, sock->addr + SOCK_MS_DATA); in tifm_ms_write_data()146 host->io_word = 0; in tifm_ms_write_data()167 host->io_word |= buf[off + 2] << 16; in tifm_ms_write_data()[all …]