Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_hwtstamp.c191 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()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.c154 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()
/Linux-v6.6/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt7 e.g., "fsl,sec1.2", "fsl,sec1.0" (SEC1)
/Linux-v6.6/arch/powerpc/boot/dts/
Dmpc885ads.dts225 compatible = "fsl,sec1.2", "fsl,sec1.0";
/Linux-v6.6/Documentation/bpf/
Dllvm_reloc.rst147 __attribute__((noinline)) __attribute__((section("sec1")))
151 static __attribute__((noinline)) __attribute__((section("sec1")))
174 0000000000000030: R_BPF_64_32 sec1
182 Disassembly of section sec1: