Searched +full:mmp +full:- +full:rtc (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | pxa910.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,pxa910.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cells = <1>; 24 compatible = "simple-bus"; 25 interrupt-parent = <&intc>; 28 L2: l2-cache { 29 compatible = "marvell,tauros2-cache"; [all …]
|
D | pxa168.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,pxa168.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cells = <1>; 24 compatible = "simple-bus"; 25 interrupt-parent = <&intc>; 29 compatible = "mrvl,axi-bus", "simple-bus"; 30 #address-cells = <1>; [all …]
|
D | mmp2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,mmp2.h> 8 #include <dt-bindings/power/marvell,mmp2.h> 9 #include <dt-bindings/clock/marvell,mmp2-audio.h> 12 #address-cells = <1>; 13 #size-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <1>; 27 compatible = "simple-bus"; 28 interrupt-parent = <&intc>; [all …]
|
D | mmp3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 6 #include <dt-bindings/clock/marvell,mmp2.h> 7 #include <dt-bindings/power/marvell,mmp2.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 17 enable-method = "marvell,mmp3-smp"; 22 next-level-cache = <&l2>; [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/rtc/ |
D | sa1100-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/rtc/sa1100-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: rtc.yaml# 13 - Alessandro Zummo <a.zummo@towertech.it> 14 - Alexandre Belloni <alexandre.belloni@bootlin.com> 15 - Rob Herring <robh@kernel.org> 20 - mrvl,sa1100-rtc 21 - mrvl,mmp-rtc [all …]
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-sa1100.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Based on rtc.c by Paul Gortmaker 16 * Converted to the RTC subsystem and Driver Model 23 #include <linux/rtc.h> 35 #define RTSR_ALE BIT(2) /* RTC alarm interrupt enable */ 36 #define RTSR_HZ BIT(1) /* HZ rising-edge detected */ 37 #define RTSR_AL BIT(0) /* RTC alarm detected */ 39 #include "rtc-sa1100.h" 41 #define RTC_DEF_DIVIDER (32768 - 1) 49 struct rtc_device *rtc = info->rtc; in sa1100_rtc_interrupt() local [all …]
|
/linux-6.12.1/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * drivers/video/mmp/hw/mmp_ctrl.h 16 /* ------------< LCD register >------------ */ 150 #define LCD_SCLK(path) ((PATH_PN == path->id) ? LCD_CFG_SCLK_DIV :\ 151 ((PATH_TV == path->id) ? LCD_TCLK_DIV : LCD_PN2_SCLK_DIV)) 386 #define CFG_RXBITS(rx) (((rx) - 1)<<16) /* 0x1F~0x1 */ 388 #define CFG_TXBITS(tx) (((tx) - 1)<<8) /* 0x1F~0x1 */ 411 1. Smart Pannel 8-bit Bus Control Register. 529 /* SRAM RTC/WTC Control Register */ 685 /* FIXME - JUST GUESS */ [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|
D | CREDITS | 1 This is at least a partial credits-file of people that have 4 scripts. The fields are: name (N), email (E), web-address 6 snail-mail address (S). 10 ---------- 47 D: in-kernel DRM Maintainer 72 E: tim_alpaerts@toyota-motor-europe.com 76 S: B-2610 Wilrijk-Antwerpen 81 W: http://www-stu.christs.cam.ac.uk/~aia21/ 102 D: Maintainer of ide-cd and Uniform CD-ROM driver, 103 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|