Searched refs:year (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/imx/common/include/sci/svc/timer/ |
A D | sci_timer_api.h | 210 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon, 227 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon, 259 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon,
|
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/timer/ |
A D | timer_rpc_clnt.c | 191 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_time() argument 201 RPC_U16(&msg, 0U) = (uint16_t)year; in sc_timer_set_rtc_time() 215 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon, in sc_timer_get_rtc_time() argument 229 if (year != NULL) in sc_timer_get_rtc_time() 230 *year = RPC_U16(&msg, 0U); in sc_timer_get_rtc_time() 270 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_alarm() argument 280 RPC_U16(&msg, 0U) = (uint16_t)year; in sc_timer_set_rtc_alarm()
|
/arm-trusted-firmware-2.8.0/include/drivers/brcm/ |
A D | fru.h | 111 unsigned int year; member
|
/arm-trusted-firmware-2.8.0/licenses/ |
A D | LICENSE.MIT | 3 Copyright (c) [year] [fullname]
|
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/src/ |
A D | bl2_setup.c | 441 fru_tm.year, fru_tm.month, fru_tm.day, in board_detect_fru()
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | contributing.rst | 78 where XXXX is the year of first contribution (if different to YYYY) and YYYY 79 is the year of most recent contribution. <OWNER> is your name or your company
|
Completed in 21 milliseconds