Searched refs:io_word (Results 1 – 2 of 2) sorted by relevance
63 unsigned int io_word[2]; member161 host->io_word[0] >>= 8; in jmb38x_ms_read_data()182 host->io_word[0] >>= 8; in jmb38x_ms_read_data()200 host->io_word[0] >>= 8; in jmb38x_ms_read_reg_data()210 host->io_word[1] >>= 8; in jmb38x_ms_read_reg_data()236 host->io_word[0] = 0; in jmb38x_ms_write_data()264 host->io_word[0] |= buf[off]; in jmb38x_ms_write_data()384 host->io_word[0] = 0; in jmb38x_ms_issue_cmd()385 host->io_word[1] = 0; in jmb38x_ms_issue_cmd()558 host->io_word[0] in jmb38x_ms_isr()[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()142 host->io_word = 0; in tifm_ms_write_data()163 host->io_word |= buf[off + 2] << 16; in tifm_ms_write_data()167 host->io_word |= buf[off + 1] << 8; in tifm_ms_write_data()171 host->io_word |= buf[off]; in tifm_ms_write_data()[all …]