Searched refs:sec1 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_hwtstamp.c | 148 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/ |
D | ptp.c | 127 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/ |
D | fsl-sec2.txt | 7 e.g., "fsl,sec1.2", "fsl,sec1.0" (SEC1)
|
/Linux-v6.1/Documentation/bpf/ |
D | llvm_reloc.rst | 145 __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/ |
D | mpc885ads.dts | 225 compatible = "fsl,sec1.2", "fsl,sec1.0";
|
D | mpc8272ads.dts | 249 compatible = "fsl,sec1.0";
|