Searched refs:cafe (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/nand/
H A Dcafe_nand.c101 #define cafe_readl(cafe, addr) readl((cafe)->mmio + CAFE_##addr)
102 #define cafe_writel(cafe, datum, addr) writel(datum, (cafe)->mmio + CAFE_##addr)
106 struct cafe_priv *cafe = mtd->priv; local
107 int result = !!(cafe_readl(cafe, NAND_STATUS) | 0x40000000);
108 uint32_t irqs = cafe_readl(cafe, NAND_IRQ);
110 cafe_writel(cafe, irqs, NAND_IRQ);
112 cafe_dev_dbg(&cafe->pdev->dev, "NAND device is%s ready, IRQ %x (%x) (%x,%x)\n",
113 result?"":" not", irqs, cafe_readl(cafe, NAND_IR
122 struct cafe_priv *cafe = mtd->priv; local
137 struct cafe_priv *cafe = mtd->priv; local
151 struct cafe_priv *cafe = mtd->priv; local
163 struct cafe_priv *cafe = mtd->priv; local
322 struct cafe_priv *cafe = mtd->priv; local
337 struct cafe_priv *cafe = mtd->priv; local
385 struct cafe_priv *cafe = mtd->priv; local
523 struct cafe_priv *cafe = mtd->priv; local
630 struct cafe_priv *cafe; local
837 struct cafe_priv *cafe = mtd->priv; local
862 struct cafe_priv *cafe = mtd->priv; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Dcafe_nand.c101 #define cafe_readl(cafe, addr) readl((cafe)->mmio + CAFE_##addr)
102 #define cafe_writel(cafe, datum, addr) writel(datum, (cafe)->mmio + CAFE_##addr)
106 struct cafe_priv *cafe = mtd->priv; local
107 int result = !!(cafe_readl(cafe, NAND_STATUS) | 0x40000000);
108 uint32_t irqs = cafe_readl(cafe, NAND_IRQ);
110 cafe_writel(cafe, irqs, NAND_IRQ);
112 cafe_dev_dbg(&cafe->pdev->dev, "NAND device is%s ready, IRQ %x (%x) (%x,%x)\n",
113 result?"":" not", irqs, cafe_readl(cafe, NAND_IR
122 struct cafe_priv *cafe = mtd->priv; local
137 struct cafe_priv *cafe = mtd->priv; local
151 struct cafe_priv *cafe = mtd->priv; local
163 struct cafe_priv *cafe = mtd->priv; local
322 struct cafe_priv *cafe = mtd->priv; local
337 struct cafe_priv *cafe = mtd->priv; local
385 struct cafe_priv *cafe = mtd->priv; local
523 struct cafe_priv *cafe = mtd->priv; local
630 struct cafe_priv *cafe; local
837 struct cafe_priv *cafe = mtd->priv; local
862 struct cafe_priv *cafe = mtd->priv; local
[all...]

Completed in 72 milliseconds