Searched refs:sec1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_hwtstamp.c | 191 u64 ns, sec0, sec1; in get_systime() local 194 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime() 196 sec0 = sec1; in get_systime() 200 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime() 201 } while (sec0 != sec1); in get_systime() 204 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 293 | 80 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10 142 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec1 171 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}keyslot=0 175 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10,${PR}ke… 187 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec1
|
H A D | 294 | 61 $QEMU_IMG amend $SECRETS $IMGS0 -o state=active,new-secret=sec1,keyslot=1,iter-time=10
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | ptp.c | 154 u64 sec, sec1, nsec; in read_ptp_tstmp_sec_nsec() local 160 sec1 = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec() 162 if (sec1 > sec) { in read_ptp_tstmp_sec_nsec() 164 sec = sec1; in read_ptp_tstmp_sec_nsec()
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | fsl-sec2.txt | 7 e.g., "fsl,sec1.2", "fsl,sec1.0" (SEC1)
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc885ads.dts | 225 compatible = "fsl,sec1.2", "fsl,sec1.0";
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 147 __attribute__((noinline)) __attribute__((section("sec1"))) 151 static __attribute__((noinline)) __attribute__((section("sec1"))) 174 0000000000000030: R_BPF_64_32 sec1 182 Disassembly of section sec1:
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | cargo-c-crates.inc | 234 crate://crates.io/sec1/0.7.3 \ 560 SRC_URI[sec1-0.7.3.sha256sum] = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|