Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_hwtstamp.c188 u64 ns, sec0, sec1; in get_systime() local
191 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime()
193 sec0 = sec1; in get_systime()
197 sec1 = readl_relaxed(ioaddr + PTP_STSR); in get_systime()
198 } while (sec0 != sec1); in get_systime()
201 *systime = ns + (sec1 * 1000000000ULL); in get_systime()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c155 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/arch/powerpc/boot/dts/
H A Dmpc885ads.dts225 compatible = "fsl,sec1.2", "fsl,sec1.0";
/linux/Documentation/bpf/
H A 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: