Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/media/platform/marvell/
DMakefile3 cafe_ccic-y := cafe-driver.o
/linux-6.6.21/Documentation/admin-guide/media/
Dcafe_ccic.rst11 "cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera
/linux-6.6.21/tools/testing/selftests/net/
Dsrv6_end_dt6_l3vpn_test.sh172 readonly IPv6_HS_NETWORK=cafe
Dsrv6_end_dt46_l3vpn_test.sh201 readonly IPv6_HS_NETWORK=cafe
Dsrv6_end_flavors_test.sh205 readonly IPv6_HS_NETWORK=cafe
Dsrv6_hl2encap_red_l2vpn_test.sh128 readonly IPv6_HS_NETWORK=cafe
Dsrv6_hencap_red_l3vpn_test.sh178 readonly IPv6_HS_NETWORK=cafe
Dsrv6_end_next_csid_l3vpn_test.sh258 readonly IPv6_HS_NETWORK=cafe
Dsrv6_end_x_next_csid_l3vpn_test.sh300 readonly IPv6_HS_NETWORK=cafe
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-usb62 f00d cafe
/linux-6.6.21/drivers/mmc/host/
Dsdhci-pci-core.c1826 SDHCI_PCI_DEVICE(MARVELL, 88ALP01_SD, cafe),