Lines Matching defs:OMAP_MMC_WRITE
82 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, reg))
223 OMAP_MMC_WRITE(host, CON, slot->saved_con & 0xFC00);
242 OMAP_MMC_WRITE(host, CON, slot->saved_con);
400 OMAP_MMC_WRITE(host, CTO, 200);
401 OMAP_MMC_WRITE(host, ARGL, cmd->arg & 0xffff);
402 OMAP_MMC_WRITE(host, ARGH, cmd->arg >> 16);
410 OMAP_MMC_WRITE(host, IE, irq_mask);
411 OMAP_MMC_WRITE(host, CMD, cmdreg);
493 OMAP_MMC_WRITE(host, STAT, 0xFFFF);
494 OMAP_MMC_WRITE(host, CMD, (3 << 12) | (1 << 7));
508 OMAP_MMC_WRITE(host, STAT, stat);
646 OMAP_MMC_WRITE(host, IE, 0);
745 OMAP_MMC_WRITE(host, STAT, status);
746 OMAP_MMC_WRITE(host, IE, 0);
759 OMAP_MMC_WRITE(host, STAT, status);
849 OMAP_MMC_WRITE(host, IE, 0);
931 OMAP_MMC_WRITE(host, SDIO, reg);
933 OMAP_MMC_WRITE(host, CTO, 0xfd);
952 OMAP_MMC_WRITE(host, SDIO, reg);
953 OMAP_MMC_WRITE(host, DTO, timeout);
966 OMAP_MMC_WRITE(host, BLEN, 0);
967 OMAP_MMC_WRITE(host, NBLK, 0);
968 OMAP_MMC_WRITE(host, BUF, 0);
976 OMAP_MMC_WRITE(host, NBLK, data->blocks - 1);
977 OMAP_MMC_WRITE(host, BLEN, block_size - 1);
1058 OMAP_MMC_WRITE(host, BUF, buf);
1071 OMAP_MMC_WRITE(host, BUF, 0x1f1f);
1135 OMAP_MMC_WRITE(host, CON, w | (1 << 11));
1138 OMAP_MMC_WRITE(host, CON, w & ~(1 << 11));
1218 OMAP_MMC_WRITE(host, CON, dsor);
1225 OMAP_MMC_WRITE(host, IE, 0);
1226 OMAP_MMC_WRITE(host, STAT, 0xffff);
1227 OMAP_MMC_WRITE(host, CMD, 1 << 7);
1232 OMAP_MMC_WRITE(host, STAT, 1);