| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | sec.c | 106 u8 era; in caam_get_era() member 130 u8 era = (ccbvid & SEC_CCBVID_ERA_MASK) >> SEC_CCBVID_ERA_SHIFT; in caam_get_era() local 134 if (era) /* This is '0' prior to CAAM ERA-6 */ in caam_get_era() 135 return era; in caam_get_era() 140 return caam_eras[i].era; in caam_get_era() 145 static void fdt_fixup_crypto_era(void *blob, u32 era) in fdt_fixup_crypto_era() argument 156 err = fdt_setprop_u32(blob, crypto_node, "fsl,sec-era", era); in fdt_fixup_crypto_era() 165 u8 era; in fdt_fixup_crypto_node() local 173 era = caam_get_era(); in fdt_fixup_crypto_node() 174 if (era) { in fdt_fixup_crypto_node() [all …]
|
| /openbmc/bmcweb/redfish-core/src/utils/ |
| H A D | time_utils.cpp | 245 IntType era = (z >= 0 ? z : z - 146096) / 146097; in civilFromDays() local 246 unsigned doe = static_cast<unsigned>(z - era * 146097); // [0, 146096] in civilFromDays() 249 IntType y = static_cast<IntType>(yoe) + era * 400; in civilFromDays()
|
| /openbmc/u-boot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PB | 152 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize 156 => pro off all;era eef40000 eeffffff;cp.b 1000000 eef40000 $filesize
|
| /openbmc/u-boot/board/sunxi/ |
| H A D | README.nand | 4 A lot of Allwinner devices, especially the older ones (pre-H3 era),
|
| /openbmc/qemu/hw/net/can/ |
| H A D | ctu_can_fd_regs.h | 415 uint32_t era : 1; member 423 uint32_t era : 1;
|
| /openbmc/u-boot/board/freescale/t208xrdb/ |
| H A D | README | 153 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize 254 => pro off all;era 0xefe00000 0xefefffff;cp.b 1000000 0xefe00000 $filesize
|
| /openbmc/u-boot/board/sbc8548/ |
| H A D | README | 136 era eff00000 efffffff 148 era fff00000 ffffffff
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/ |
| H A D | chrony_4.6.1.bb | 78 --with-ntp-era=$(shell date -d '1970-01-01 00:00:00+00:00' +'%s') \
|
| /openbmc/u-boot/board/freescale/m53017evb/ |
| H A D | README | 168 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
|
| /openbmc/u-boot/board/freescale/m52277evb/ |
| H A D | README | 159 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
|
| /openbmc/u-boot/board/freescale/m547xevb/ |
| H A D | README | 191 prog=prot off bank 1;era ff800000 ff82ffff;cp.b ${loadaddr} ff800000 ${filesize};save
|
| /openbmc/u-boot/board/freescale/t208xqds/ |
| H A D | README | 170 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
|
| /openbmc/u-boot/board/freescale/t102xrdb/ |
| H A D | README | 192 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
|
| /openbmc/qemu/qapi/ |
| H A D | misc.json | 464 # (M)ega, (G)iga, (T)era
|
| /openbmc/u-boot/board/freescale/t102xqds/ |
| H A D | README | 219 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
|
| /openbmc/u-boot/board/freescale/m5373evb/ |
| H A D | README | 167 prog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};save
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | README | 239 prog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};save
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 2997 auto const era = (y >= 0 ? y : y-399) / 400; 2998 auto const yoe = static_cast<unsigned>(y - era * 400); // [0, 399] 3001 return days{era * 146097 + static_cast<int>(doe) - 719468}; 3109 auto const era = (z >= 0 ? z : z - 146096) / 146097; 3110 auto const doe = static_cast<unsigned>(z - era * 146097); // [0, 146096] 3112 auto const y = static_cast<days::rep>(yoe) + era * 400;
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx6sx.dtsi | 774 fsl,sec-era = <4>;
|