Searched refs:sh_mmcif_writel (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dsh_mmcif.c541 sh_mmcif_writel(host->addr, MMCIF_CE_VERSION, SOFT_RST_ON);
542 sh_mmcif_writel(host->addr, MMCIF_CE_VERSION, SOFT_RST_OFF);
546 sh_mmcif_writel(host->addr, MMCIF_CE_CLK_CTRL2, 0x0F0F0000);
752 sh_mmcif_writel(host->addr, MMCIF_CE_DATA, *p++);
807 sh_mmcif_writel(host->addr, MMCIF_CE_DATA, *p++);
964 sh_mmcif_writel(host->addr, MMCIF_CE_BLOCK_SET, 0);
965 sh_mmcif_writel(host->addr, MMCIF_CE_BLOCK_SET,
971 sh_mmcif_writel(host->addr, MMCIF_CE_INT, 0xD80430C0);
973 sh_mmcif_writel(host->addr, MMCIF_CE_INT, 0xD80430C0 | INT_CCS);
974 sh_mmcif_writel(hos
[all...]
/linux-master/include/linux/platform_data/
H A Dsh_mmcif.h84 static inline void sh_mmcif_writel(void __iomem *addr, int reg, u32 val) function
94 sh_mmcif_writel(base, MMCIF_CE_INT, 0);
95 sh_mmcif_writel(base, MMCIF_CE_ARG, arg);
96 sh_mmcif_writel(base, MMCIF_CE_CMD_SET, cmd);
107 sh_mmcif_writel(base, MMCIF_CE_INT, tmp & ~mask);
154 sh_mmcif_writel(base, MMCIF_CE_CLK_CTRL,
177 sh_mmcif_writel(base, MMCIF_CE_VERSION, SOFT_RST_ON);
178 sh_mmcif_writel(base, MMCIF_CE_VERSION, SOFT_RST_OFF);
181 sh_mmcif_writel(base, MMCIF_CE_BUF_ACC, BUF_ACC_ATYP);
184 sh_mmcif_writel(bas
[all...]

Completed in 161 milliseconds