Searched refs:cafe (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | cafe_nand.c | 101 #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/drivers/media/platform/marvell/ |
H A D | Makefile | 3 cafe_ccic-y := cafe-driver.o
|
/linux/Documentation/admin-guide/media/ |
H A D | cafe_ccic.rst | 11 "cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera
|
/linux/tools/testing/selftests/net/ |
H A D | srv6_end_dx6_netfilter_test.sh | 118 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_end_dt6_l3vpn_test.sh | 171 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_end_dt46_l3vpn_test.sh | 200 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_end_flavors_test.sh | 205 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_hencap_red_l3vpn_test.sh | 178 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_hl2encap_red_l2vpn_test.sh | 128 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 300 readonly IPv6_HS_NETWORK=cafe
|
H A D | srv6_end_next_csid_l3vpn_test.sh | 258 readonly IPv6_HS_NETWORK=cafe
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb | 62 f00d cafe
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci-core.c | 1847 SDHCI_PCI_DEVICE(MARVELL, 88ALP01_SD, cafe),
|