Searched refs:txc (Results 1 – 9 of 9) sorted by relevance
/arch/arm/boot/dts/ |
D | sama5d3xcm.dtsi | 47 txc-skew-ps = <3000>; 61 txc-skew-ps = <3000>;
|
D | socfpga_cyclone5_sockit.dts | 58 txc-skew-ps = <2600>;
|
D | socfpga_arria5_socdk.dts | 58 txc-skew-ps = <2600>;
|
D | socfpga_cyclone5_socdk.dts | 58 txc-skew-ps = <2600>;
|
D | imx6qdl-nitrogen6x.dtsi | 161 txc-skew-ps = <3000>;
|
D | imx6qdl-sabrelite.dtsi | 160 txc-skew-ps = <3000>;
|
D | imx6sx.dtsi | 354 "txa", "txb", "txc";
|
/arch/powerpc/boot/dts/ |
D | holly.dts | 69 txc-rxc-delay-disable; 75 txc-rxc-delay-disable;
|
/arch/alpha/kernel/ |
D | osf_sys.c | 1273 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()
|