Searched refs:MMCIF_CE_INT (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/platform_data/ |
D | sh_mmcif.h | 49 #define MMCIF_CE_INT 0x00000040 macro 94 sh_mmcif_writel(base, MMCIF_CE_INT, 0); in sh_mmcif_boot_cmd_send() 105 tmp = sh_mmcif_readl(base, MMCIF_CE_INT); in sh_mmcif_boot_cmd_poll() 107 sh_mmcif_writel(base, MMCIF_CE_INT, tmp & ~mask); in sh_mmcif_boot_cmd_poll()
|
/Linux-v6.6/drivers/mmc/host/ |
D | sh_mmcif.c | 933 sh_mmcif_writel(host->addr, MMCIF_CE_INT, 0xD80430C0); in sh_mmcif_start_cmd() 935 sh_mmcif_writel(host->addr, MMCIF_CE_INT, 0xD80430C0 | INT_CCS); in sh_mmcif_start_cmd() 1289 state = sh_mmcif_readl(host->addr, MMCIF_CE_INT); in sh_mmcif_intr() 1292 sh_mmcif_writel(host->addr, MMCIF_CE_INT, ~(state & mask)); in sh_mmcif_intr() 1294 sh_mmcif_writel(host->addr, MMCIF_CE_INT, INT_CCS | ~(state & mask)); in sh_mmcif_intr()
|