Lines Matching defs:OMAP_MMC_WRITE
81 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, reg))
218 OMAP_MMC_WRITE(host, CON, slot->saved_con & 0xFC00);
232 OMAP_MMC_WRITE(host, CON, slot->saved_con);
387 OMAP_MMC_WRITE(host, CTO, 200);
388 OMAP_MMC_WRITE(host, ARGL, cmd->arg & 0xffff);
389 OMAP_MMC_WRITE(host, ARGH, cmd->arg >> 16);
397 OMAP_MMC_WRITE(host, IE, irq_mask);
398 OMAP_MMC_WRITE(host, CMD, cmdreg);
480 OMAP_MMC_WRITE(host, STAT, 0xFFFF);
481 OMAP_MMC_WRITE(host, CMD, (3 << 12) | (1 << 7));
495 OMAP_MMC_WRITE(host, STAT, stat);
633 OMAP_MMC_WRITE(host, IE, 0);
732 OMAP_MMC_WRITE(host, STAT, status);
733 OMAP_MMC_WRITE(host, IE, 0);
746 OMAP_MMC_WRITE(host, STAT, status);
836 OMAP_MMC_WRITE(host, IE, 0);
918 OMAP_MMC_WRITE(host, SDIO, reg);
920 OMAP_MMC_WRITE(host, CTO, 0xfd);
939 OMAP_MMC_WRITE(host, SDIO, reg);
940 OMAP_MMC_WRITE(host, DTO, timeout);
953 OMAP_MMC_WRITE(host, BLEN, 0);
954 OMAP_MMC_WRITE(host, NBLK, 0);
955 OMAP_MMC_WRITE(host, BUF, 0);
963 OMAP_MMC_WRITE(host, NBLK, data->blocks - 1);
964 OMAP_MMC_WRITE(host, BLEN, block_size - 1);
1045 OMAP_MMC_WRITE(host, BUF, buf);
1058 OMAP_MMC_WRITE(host, BUF, 0x1f1f);
1117 OMAP_MMC_WRITE(host, CON, w | (1 << 11));
1120 OMAP_MMC_WRITE(host, CON, w & ~(1 << 11));
1200 OMAP_MMC_WRITE(host, CON, dsor);
1207 OMAP_MMC_WRITE(host, IE, 0);
1208 OMAP_MMC_WRITE(host, STAT, 0xffff);
1209 OMAP_MMC_WRITE(host, CMD, 1 << 7);
1214 OMAP_MMC_WRITE(host, STAT, 1);