Home
last modified time | relevance | path

Searched refs:cafe (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/mtd/nand/raw/
Dcafe_nand.c101 #define cafe_readl(cafe, addr) readl((cafe)->mmio + CAFE_##addr) argument
102 #define cafe_writel(cafe, datum, addr) writel(datum, (cafe)->mmio + CAFE_##addr) argument
106 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_device_ready() local
107 int result = !!(cafe_readl(cafe, NAND_STATUS) & 0x40000000); in cafe_device_ready()
108 uint32_t irqs = cafe_readl(cafe, NAND_IRQ); in cafe_device_ready()
110 cafe_writel(cafe, irqs, NAND_IRQ); in cafe_device_ready()
112 cafe_dev_dbg(&cafe->pdev->dev, "NAND device is%s ready, IRQ %x (%x) (%x,%x)\n", in cafe_device_ready()
113 result?"":" not", irqs, cafe_readl(cafe, NAND_IRQ), in cafe_device_ready()
114 cafe_readl(cafe, GLOBAL_IRQ), cafe_readl(cafe, GLOBAL_IRQ_MASK)); in cafe_device_ready()
122 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_write_buf() local
[all …]
/Linux-v5.10/drivers/media/platform/marvell-ccic/
DMakefile3 cafe_ccic-y := cafe-driver.o
/Linux-v5.10/Documentation/admin-guide/media/
Dcafe_ccic.rst11 "cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-usb96 f00d cafe
/Linux-v5.10/drivers/mmc/host/
Dsdhci-pci-core.c1844 SDHCI_PCI_DEVICE(MARVELL, 88ALP01_SD, cafe),