Home
last modified time | relevance | path

Searched full:365 (Results 1 – 25 of 84) sorted by relevance

1234

/linux/drivers/rtc/
H A Drtc-efi.c24 * returns day of the year [0-365]
39 int ndays = eft->year * (365 % 7) in compute_wday()
95 /* day in the year [1-365]*/ in convert_from_efi_time()
H A Dlib.c22 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
37 * The number of days since January 1. (0 to 365)
95 * February 29th 365-th day of the year (if it exists). in rtc_time64_to_tm()
H A Drtc-rtd119x.c51 return 365 + (is_leap_year(year) ? 1 : 0); in rtd119x_rtc_days_in_year()
/linux/arch/m68k/mac/
H A Dmisc.c555 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, in unmktime()
586 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()
588 /* Guess a corrected year, assuming 365 days per year. */ in unmktime()
589 long int yg = y + days / 365 - (days % 365 < 0); in unmktime()
592 days -= (yg - y) * 365 + in unmktime()
/linux/include/dt-bindings/clock/
H A Dexynos5410.h59 #define CLK_USBH20 365
H A Dexynos5250.h169 #define CLK_CAMIF_TOP 365
H A Dexynos5420.h125 #define CLK_USBH20 365
H A Drk3228-cru.h116 #define PCLK_HDMI_PHY 365
H A Drk3568-cru.h429 #define CLK_TIMER0 365
818 #define SRST_OTPC_NS_SBPI 365
H A Drk3288-cru.h157 #define PCLK_PUBL0 365
H A Drk3368-cru.h148 #define PCLK_DDRPHY 365
H A Drockchip,rv1126b-cru.h380 #define PCLK_KEY_READER_S 365
H A Dtegra210-car.h401 #define TEGRA210_CLK_SCLK_MUX 365
H A Dimx7d-clock.h374 #define IMX7D_ENET_PHY_REF_ROOT_PRE_DIV 365
H A Drockchip,rk3528-cru.h377 #define FCLK_MCU 365
/linux/Documentation/devicetree/bindings/i2c/
H A Dhisilicon,ascend910-i2c.yaml45 default: 365
/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/linux/fs/affs/
H A Damigaffs.h36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
/linux/include/linux/
H A Dtime.h54 /* the number of days since January 1, in the range 0 to 365 */
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_core.c76 while (days >= 365) { in ras_core_convert_timestamp_to_time()
82 days -= 365; in ras_core_convert_timestamp_to_time()
/linux/include/uapi/linux/
H A Dvbox_err.h147 #define VERR_DEADLOCK (-365)
/linux/Documentation/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt94 <363 1>,<364 1>,<365 1>,/* cq27-29 */
/linux/kernel/time/
H A Dtimeconv.c92 * February 29th 365-th day of the year (if it exists). in time64_to_tm()
/linux/drivers/ata/
H A Dpata_jmicron.c68 /* The 365/366 may have this bit set to map the second PATA port in jmicron_pre_reset()
/linux/include/dt-bindings/arm/
H A Dqcom,ids.h196 #define QCOM_ID_SM7150 365

1234