Lines Matching +full:0 +full:x01c
40 #define RTCDR 0x000
41 #define RTCMR 0x004
42 #define RTCLR 0x008
43 #define RTCCR 0x00C
44 #define RTCIMSC 0x010
45 #define RTCRIS 0x014
46 #define RTCMIS 0x018
47 #define RTCICR 0x01C
49 #define RTCPeriphID0 0xFE0
50 #define RTCPeriphID1 0xFE4
51 #define RTCPeriphID2 0xFE8
52 #define RTCPeriphID3 0xFEC
53 #define _RTCPeriphID_VAL 0x00141031
54 #define RTCPeriphID_VAL(_n) ((_RTCPeriphID_VAL >> (8 * (_n))) & 0xff)
56 #define RTCCellID0 0xFF0
57 #define RTCCellID1 0xFF4
58 #define RTCCellID2 0xFF8
59 #define RTCCellID3 0xFFC
60 #define _RTCCellID_VAL 0xb105f00d
61 #define RTCCellID_VAL(_n) ((_RTCCellID_VAL >> (8 * (_n))) & 0xff)
122 if (ticks == 0) in rtc_pl031_next_match_ticks()
151 match = ticks >= 0 && in rtc_pl031_tick()
161 if (match || from_timer || ticks < 0) in rtc_pl031_tick()
248 /* Return 0 in reads from unasigned registers */ in rtc_pl031_read()
249 reg = 0; in rtc_pl031_read()