Home
last modified time | relevance | path

Searched refs:rtcInfo (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/rtc/
H A Drtc_hi35xx.c34 static uint32_t HiSpiRead(struct RtcConfigInfo *rtcInfo, uint8_t regAdd, uint8_t *value) in HiSpiRead() argument
45 OSAL_WRITEL(writeConfig.data, RTC_SPI_RW((uintptr_t)rtcInfo->remapBaseAddr)); in HiSpiRead()
48 readConfig.data = OSAL_READL(RTC_SPI_RW((uintptr_t)rtcInfo->remapBaseAddr)); in HiSpiRead()
61 static uint32_t HiRtcSpiRead(struct RtcConfigInfo *rtcInfo, uint8_t regAdd, uint8_t *value) in HiRtcSpiRead() argument
64 OsalMutexLock(&rtcInfo->mutex); in HiRtcSpiRead()
65 ret = HiSpiRead(rtcInfo, regAdd, value); in HiRtcSpiRead()
66 OsalMutexUnlock(&rtcInfo->mutex); in HiRtcSpiRead()
70 static uint32_t HiSpiWrite(struct RtcConfigInfo *rtcInfo, uint8_t regAdd, uint8_t value) in HiSpiWrite() argument
82 OSAL_WRITEL(writeConfig.data, RTC_SPI_RW((uintptr_t)rtcInfo->remapBaseAddr)); in HiSpiWrite()
85 readConfig.data = OSAL_READL(RTC_SPI_RW((uintptr_t)rtcInfo in HiSpiWrite()
97 HiRtcSpiWrite(struct RtcConfigInfo *rtcInfo, uint8_t regAdd, uint8_t value) HiRtcSpiWrite() argument
106 HiRtcReadTimeData(struct RtcConfigInfo *rtcInfo, struct RtcTimeReg *regAddr, struct RtcTime *time) HiRtcReadTimeData() argument
157 HiRtcReadPreviousConfig(struct RtcConfigInfo *rtcInfo) HiRtcReadPreviousConfig() argument
203 struct RtcConfigInfo *rtcInfo = NULL; HiRtcReadTime() local
236 HiRtcWriteTimeData(struct RtcConfigInfo *rtcInfo, struct RtcTimeReg *regAddr, const struct RtcTime *time) HiRtcWriteTimeData() argument
286 struct RtcConfigInfo *rtcInfo = NULL; HiRtcWriteTime() local
330 struct RtcConfigInfo *rtcInfo = NULL; HiReadAlarm() local
356 struct RtcConfigInfo *rtcInfo = NULL; HiWriteAlarm() local
382 struct RtcConfigInfo *rtcInfo = NULL; HiRegisterAlarmCallback() local
402 struct RtcConfigInfo *rtcInfo = NULL; HiAlarmInterruptEnable() local
438 struct RtcConfigInfo *rtcInfo = NULL; HiGetFreq() local
462 struct RtcConfigInfo *rtcInfo = NULL; HiSetFreq() local
492 struct RtcConfigInfo *rtcInfo = NULL; HiReset() local
516 struct RtcConfigInfo *rtcInfo = NULL; HiReadReg() local
534 struct RtcConfigInfo *rtcInfo = NULL; HiWriteReg() local
564 HiRtcAttachConfigData(struct RtcConfigInfo *rtcInfo, const struct DeviceResourceNode *node) HiRtcAttachConfigData() argument
610 HiRtcConfigData(struct RtcConfigInfo *rtcInfo, const struct DeviceResourceNode *node) HiRtcConfigData() argument
659 struct RtcConfigInfo *rtcInfo = NULL; HiRtcIrqHandle() local
691 HiRtcSwInit(struct RtcConfigInfo *rtcInfo) HiRtcSwInit() argument
722 HiRtcSwExit(struct RtcConfigInfo *rtcInfo) HiRtcSwExit() argument
733 HiRtcHwAttachInit(struct RtcConfigInfo *rtcInfo) HiRtcHwAttachInit() argument
757 HiRtcHwInit(struct RtcConfigInfo *rtcInfo) HiRtcHwInit() argument
804 struct RtcConfigInfo *rtcInfo = NULL; HiRtcInit() local
844 struct RtcConfigInfo *rtcInfo = NULL; HiRtcRelease() local
[all...]

Completed in 1 milliseconds