Searched refs:sec1 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_hwtstamp.c | 204 u64 ns, sec0, sec1; in get_systime() local 207 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime() 209 sec0 = sec1; in get_systime() 213 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime() 214 } while (sec0 != sec1); in get_systime() 217 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
|
| /linux-6.15/Documentation/devicetree/bindings/crypto/ |
| H A D | fsl,sec2.0.yaml | 54 - const: fsl,sec1.2 55 - const: fsl,sec1.0 57 - const: fsl,sec1.0
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | ptp.c | 155 u64 sec, sec1, nsec; in read_ptp_tstmp_sec_nsec() local 161 sec1 = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec() 163 if (sec1 > sec) { in read_ptp_tstmp_sec_nsec() 165 sec = sec1; in read_ptp_tstmp_sec_nsec()
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | mpc885ads.dts | 225 compatible = "fsl,sec1.2", "fsl,sec1.0";
|
| /linux-6.15/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:
|