Searched refs:cafe (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
D | cafe_nand.c | 99 #define cafe_readl(cafe, addr) readl((cafe)->mmio + CAFE_##addr) argument 100 #define cafe_writel(cafe, datum, addr) writel(datum, (cafe)->mmio + CAFE_##addr) argument 104 struct cafe_priv *cafe = mtd->priv; in cafe_device_ready() local 105 int result = !!(cafe_readl(cafe, NAND_STATUS) & 0x40000000); in cafe_device_ready() 106 uint32_t irqs = cafe_readl(cafe, NAND_IRQ); in cafe_device_ready() 108 cafe_writel(cafe, irqs, NAND_IRQ); in cafe_device_ready() 110 cafe_dev_dbg(&cafe->pdev->dev, "NAND device is%s ready, IRQ %x (%x) (%x,%x)\n", in cafe_device_ready() 111 result?"":" not", irqs, cafe_readl(cafe, NAND_IRQ), in cafe_device_ready() 112 cafe_readl(cafe, GLOBAL_IRQ), cafe_readl(cafe, GLOBAL_IRQ_MASK)); in cafe_device_ready() 120 struct cafe_priv *cafe = mtd->priv; in cafe_write_buf() local [all …]
|
/linux-4.4.14/drivers/media/platform/marvell-ccic/ |
D | Makefile | 2 cafe_ccic-y := cafe-driver.o mcam-core.o
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 1 "cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 92 f00d cafe
|