Home
last modified time | relevance | path

Searched refs:era (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c106 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 Dtime_utils.cpp245 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 DREADME.P1010RDB-PB152 => 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 DREADME.nand4 A lot of Allwinner devices, especially the older ones (pre-H3 era),
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h415 uint32_t era : 1; member
423 uint32_t era : 1;
/openbmc/u-boot/board/freescale/t208xrdb/
H A DREADME153 => 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 DREADME136 era eff00000 efffffff
148 era fff00000 ffffffff
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/
H A Dchrony_4.6.1.bb78 --with-ntp-era=$(shell date -d '1970-01-01 00:00:00+00:00' +'%s') \
/openbmc/u-boot/board/freescale/m53017evb/
H A DREADME168 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
/openbmc/u-boot/board/freescale/m52277evb/
H A DREADME159 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
/openbmc/u-boot/board/freescale/m547xevb/
H A DREADME191 prog=prot off bank 1;era ff800000 ff82ffff;cp.b ${loadaddr} ff800000 ${filesize};save
/openbmc/u-boot/board/freescale/t208xqds/
H A DREADME170 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
/openbmc/u-boot/board/freescale/t102xrdb/
H A DREADME192 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
/openbmc/qemu/qapi/
H A Dmisc.json464 # (M)ega, (G)iga, (T)era
/openbmc/u-boot/board/freescale/t102xqds/
H A DREADME219 => pro off all;era eff40000 efffffff;cp.b 1000000 eff40000 $filesize
/openbmc/u-boot/board/freescale/m5373evb/
H A DREADME167 prog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};save
/openbmc/u-boot/board/freescale/m54455evb/
H A DREADME239 prog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};save
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h2997 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 Dimx6sx.dtsi774 fsl,sec-era = <4>;