Home
last modified time | relevance | path

Searched refs:sec1 (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_hwtstamp.c148 u64 ns, sec0, sec1; in get_systime() local
151 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime()
153 sec0 = sec1; in get_systime()
157 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime()
158 } while (sec0 != sec1); in get_systime()
161 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.c127 u64 sec, sec1, nsec; in read_ptp_tstmp_sec_nsec() local
133 sec1 = readq(ptp->reg_base + PTP_CLOCK_SEC) & 0xFFFFFFFFUL; in read_ptp_tstmp_sec_nsec()
135 if (sec1 > sec) { in read_ptp_tstmp_sec_nsec()
137 sec = sec1; in read_ptp_tstmp_sec_nsec()
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt7 e.g., "fsl,sec1.2", "fsl,sec1.0" (SEC1)
/Linux-v6.1/Documentation/bpf/
Dllvm_reloc.rst145 __attribute__((noinline)) __attribute__((section("sec1")))
149 static __attribute__((noinline)) __attribute__((section("sec1")))
172 0000000000000030: R_BPF_64_32 sec1
180 Disassembly of section sec1:
/Linux-v6.1/arch/powerpc/boot/dts/
Dmpc885ads.dts225 compatible = "fsl,sec1.2", "fsl,sec1.0";
Dmpc8272ads.dts249 compatible = "fsl,sec1.0";