cafe_readl
int result = !!(cafe_readl(cafe, NAND_STATUS) & 0x40000000);
uint32_t irqs = cafe_readl(cafe, NAND_IRQ);
result?"":" not", irqs, cafe_readl(cafe, NAND_IRQ),
cafe_readl(cafe, GLOBAL_IRQ), cafe_readl(cafe, GLOBAL_IRQ_MASK));
cafe->datalen, ctl1, cafe_readl(cafe, NAND_CTRL2));
irqs = cafe_readl(cafe, NAND_IRQ);
command, 500000-c, irqs, cafe_readl(cafe, NAND_IRQ));
uint32_t irqs = cafe_readl(cafe, NAND_IRQ);
cafe_dev_dbg(&cafe->pdev->dev, "irq, bits %x (%x)\n", irqs, cafe_readl(cafe, NAND_IRQ));
cafe_readl(cafe, NAND_ECC_RESULT),
cafe_readl(cafe, NAND_ECC_SYN01));
if (checkecc && cafe_readl(cafe, NAND_ECC_RESULT) & (1<<18)) {
uint32_t tmp = cafe_readl(cafe, NAND_ECC_SYN01 + (i*2));
cafe_readl(cafe, NAND_ADDR2) * 2048);
cafe_readl(cafe, NAND_DMA_ADDR0), cafe->dmabuf);
timing[0] = cafe_readl(cafe, NAND_TIMING1);
timing[1] = cafe_readl(cafe, NAND_TIMING2);
timing[2] = cafe_readl(cafe, NAND_TIMING3);
ctrl = cafe_readl(cafe, GLOBAL_CTRL);
cafe_readl(cafe, GLOBAL_CTRL),
cafe_readl(cafe, GLOBAL_IRQ_MASK));
cafe_writel(cafe, ~1 & cafe_readl(cafe, GLOBAL_IRQ_MASK), GLOBAL_IRQ_MASK);
cafe_writel(cafe, ~1 & cafe_readl(cafe, GLOBAL_IRQ_MASK), GLOBAL_IRQ_MASK);
ctrl = cafe_readl(cafe, GLOBAL_CTRL);