Lines Matching defs:mxcmci_writew
209 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg)
246 mxcmci_writew(host, STR_STP_CLK_RESET, MMC_REG_STR_STP_CLK);
247 mxcmci_writew(host, STR_STP_CLK_RESET | STR_STP_CLK_START_CLK,
251 mxcmci_writew(host, STR_STP_CLK_START_CLK, MMC_REG_STR_STP_CLK);
253 mxcmci_writew(host, 0xff, MMC_REG_RES_TO);
291 mxcmci_writew(host, nob, MMC_REG_NOB);
292 mxcmci_writew(host, blksz, MMC_REG_BLK_LEN);
403 mxcmci_writew(host, cmd->opcode, MMC_REG_CMD);
405 mxcmci_writew(host, cmdat, MMC_REG_CMD_DAT_CONT);
800 mxcmci_writew(host, (prescaler << 4) | divider, MMC_REG_CLK_RATE);
863 mxcmci_writew(host, STR_STP_CLK_START_CLK, MMC_REG_STR_STP_CLK);
865 mxcmci_writew(host, STR_STP_CLK_STOP_CLK, MMC_REG_STR_STP_CLK);
1093 mxcmci_writew(host, 0x2db4, MMC_REG_READ_TO);