Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 9 of 9) sorted by relevance

/arch/arm/boot/dts/
Dsama5d3xcm.dtsi47 txc-skew-ps = <3000>;
61 txc-skew-ps = <3000>;
Dsocfpga_cyclone5_sockit.dts58 txc-skew-ps = <2600>;
Dsocfpga_arria5_socdk.dts58 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_socdk.dts58 txc-skew-ps = <2600>;
Dimx6qdl-nitrogen6x.dtsi161 txc-skew-ps = <3000>;
Dimx6qdl-sabrelite.dtsi160 txc-skew-ps = <3000>;
Dimx6sx.dtsi354 "txa", "txb", "txc";
/arch/powerpc/boot/dts/
Dholly.dts69 txc-rxc-delay-disable;
75 txc-rxc-delay-disable;
/arch/alpha/kernel/
Dosf_sys.c1273 struct timex txc; in SYSCALL_DEFINE1() local
1277 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1278 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1282 ret = do_adjtimex(&txc); in SYSCALL_DEFINE1()
1287 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1()
1288 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1()
1290 (put_tv32(&txc_p->time, &txc.time))) in SYSCALL_DEFINE1()