Home
last modified time | relevance | path

Searched +full:0 +full:x198233 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/rtc/
Dxlnx,zynqmp-rtc.yaml46 minimum: 0x1
47 maximum: 0x1FFFFF
48 default: 0x198233
67 reg = <0x0 0xffa60000 0x0 0x100>;
69 interrupts = <0 26 4>, <0 27 4>;
71 calibration = <0x198233>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Dxlnx-rtc.txt20 reg = <0x0 0xffa60000 0x100>;
22 interrupts = <0 26 4>, <0 27 4>;
24 calibration = <0x198233>;
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-zynqmp.c18 #define RTC_SET_TM_WR 0x00
19 #define RTC_SET_TM_RD 0x04
20 #define RTC_CALIB_WR 0x08
21 #define RTC_CALIB_RD 0x0C
22 #define RTC_CUR_TM 0x10
23 #define RTC_CUR_TICK 0x14
24 #define RTC_ALRM 0x18
25 #define RTC_INT_STS 0x20
26 #define RTC_INT_MASK 0x24
27 #define RTC_INT_EN 0x28
[all …]