Home
last modified time | relevance | path

Searched full:ccic (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/media/
H A Dmarvell,mmp2-ccic.yaml5 $id: http://devicetree.org/schemas/media/marvell,mmp2-ccic.yaml#
18 const: marvell,mmp2-ccic
75 compatible = "marvell,mmp2-ccic";
/linux/drivers/media/platform/marvell/
H A Dcafe-driver.c113 #define GCSR_CCIC_EN 0x00004000 /* CCIC Clock enable */
115 #define GIMSK_CCIC_EN 0x00000004 /* CCIC Interrupt enable */
517 printk(KERN_ERR "Unable to ioremap cafe-ccic regs\n"); in cafe_pci_probe()
521 ret = request_irq(pdev->irq, cafe_irq, IRQF_SHARED, "cafe-ccic", cam); in cafe_pci_probe()
647 .name = "cafe1000-ccic",
/linux/include/linux/platform_data/media/
H A Dmmp-camera.h23 int lane; /* ccic used lane number; 0 means DVP mode */
/linux/arch/arm/boot/dts/marvell/
H A Dmmp2.dtsi188 compatible = "marvell,mmp2-ccic";
199 compatible = "marvell,mmp2-ccic";
H A Dmmp3.dtsi294 compatible = "marvell,mmp2-ccic";
307 compatible = "marvell,mmp2-ccic";
/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml427 ccic: s2mm005 {
/linux/arch/arm/mach-dove/
H A Dcommon.c122 orion_clkdev_add(NULL, "cafe1000-ccic.0", camera); in dove_clk_init()