Lines Matching refs:RTC
551 contains persistent storage (GPR), an RTC, and the ON/OFF button. The protocol
559 - Read/write the RTC time in seconds and ticks
561 - Get notifications on RTC update, alarm, or rollover.
564 For most SoC, there is one on-chip RTC (e.g. in BBNSM) and this is RTC ID 0.
565 Board code can add additional GPR and RTC.
567 GPR are not aggregated. The RTC time is also not aggregated. Setting these
569 each. However, RTC alarms are maintained for each LM and the hardware is
571 be given access rights to set an RTC alarm.
692 |uint32 index |Index of RTC |
701 |uint32 attributes |Bit[31:24] Bit width of RTC seconds. |
702 | |Bit[23:16] Bit width of RTC ticks. |
703 | |Bits[15:0] RTC ticks per second |
706 | |describing the RTC name |
720 |uint32 index |Index of RTC |
723 | |Bit[0] RTC time format: |
734 |int32 status |SUCCESS: RTC time was successfully set. |
735 | |NOT_FOUND: rtcId pertains to a non-existent RTC. |
737 | |(beyond the range of the RTC). |
738 | |DENIED: the agent does not have permission to set the RTC. |
752 |uint32 index |Index of RTC |
755 | |Bit[0] RTC time format: |
763 |int32 status |SUCCESS: RTC time was successfully get. |
764 | |NOT_FOUND: rtcId pertains to a non-existent RTC. |
781 |uint32 index |Index of RTC |
784 | |Bit[0] RTC enable flag: |
785 | |Set to 1 if the RTC alarm should be enabled. |
786 | |Set to 0 if the RTC alarm should be disabled |
795 |int32 status |SUCCESS: RTC time was successfully set. |
796 | |NOT_FOUND: rtcId pertains to a non-existent RTC. |
798 | |(beyond the range of the RTC). |
799 | |DENIED: the agent does not have permission to set the RTC |
831 |uint32 index |Index of RTC |
851 | |NOT_FOUND: rtcId pertains to a non-existent RTC. |
852 | |DENIED: the agent does not have permission to request RTC |
921 |uint32 flags |RTC events: |
923 | |Bit[1] RTC rollover notification: |
924 | |1 RTC rollover detected. |
925 | |0 no RTC rollover detected. |
926 | |Bit[0] RTC alarm notification: |
927 | |1 RTC alarm generated. |
928 | |0 no RTC alarm generated. |
942 |uint32 flags |RTC events: |