Searched refs:mxcmci_writew (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
H A D | mxcmmc.c | 231 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg) mxcmci_writew() function 268 mxcmci_writew(host, STR_STP_CLK_RESET, MMC_REG_STR_STP_CLK); mxcmci_softreset() 269 mxcmci_writew(host, STR_STP_CLK_RESET | STR_STP_CLK_START_CLK, mxcmci_softreset() 273 mxcmci_writew(host, STR_STP_CLK_START_CLK, MMC_REG_STR_STP_CLK); mxcmci_softreset() 275 mxcmci_writew(host, 0xff, MMC_REG_RES_TO); mxcmci_softreset() 316 mxcmci_writew(host, nob, MMC_REG_NOB); mxcmci_setup_data() 317 mxcmci_writew(host, blksz, MMC_REG_BLK_LEN); mxcmci_setup_data() 428 mxcmci_writew(host, cmd->opcode, MMC_REG_CMD); mxcmci_start_cmd() 430 mxcmci_writew(host, cmdat, MMC_REG_CMD_DAT_CONT); mxcmci_start_cmd() 827 mxcmci_writew(host, (prescaler << 4) | divider, MMC_REG_CLK_RATE); mxcmci_set_clk_rate() 890 mxcmci_writew(host, STR_STP_CLK_START_CLK, MMC_REG_STR_STP_CLK); mxcmci_set_ios() 892 mxcmci_writew(host, STR_STP_CLK_STOP_CLK, MMC_REG_STR_STP_CLK); mxcmci_set_ios() 1125 mxcmci_writew(host, 0x2db4, MMC_REG_READ_TO); mxcmci_probe()
|
Completed in 57 milliseconds