Searched refs:gtm (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | fsl,gtm.txt | 5 "fsl,<chip>-gtm", "fsl,gtm" for SOC GTMs 6 "fsl,<chip>-qe-gtm", "fsl,qe-gtm", "fsl,gtm" for QE GTMs 7 "fsl,<chip>-cpm2-gtm", "fsl,cpm2-gtm", "fsl,gtm" for CPM2 GTMs 8 - reg : should contain gtm registers location and length (0x40). 15 compatible = "fsl,mpc8360-gtm", "fsl,gtm"; 24 compatible = "fsl,mpc8360-qe-gtm", "fsl,qe-gtm", "fsl,gtm";
|
| /freebsd/crypto/openssh/ |
| H A D | moduli.c | 149 struct tm *gtm; in qfileout() local 154 gtm = gmtime(&time_now); in qfileout() 155 if (gtm == NULL) in qfileout() 159 gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday, in qfileout() 160 gtm->tm_hour, gtm->tm_min, gtm->tm_sec, in qfileout()
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | mpc8313erdb.dts | 307 compatible = "fsl,mpc8313-gtm", "fsl,gtm"; 314 compatible = "fsl,mpc8313-gtm", "fsl,gtm";
|
| H A D | mpc8315erdb.dts | 310 compatible = "fsl,mpc8315-gtm", "fsl,gtm"; 318 compatible = "fsl,mpc8315-gtm", "fsl,gtm";
|
| H A D | mpc836x_rdk.dts | 222 compatible = "fsl,mpc8360-qe-gtm", 223 "fsl,qe-gtm", "fsl,gtm";
|
| H A D | mpc836x_mds.dts | 313 compatible = "fsl,mpc8360-qe-gtm", 314 "fsl,qe-gtm", "fsl,gtm";
|
| H A D | mpc8308_p1m.dts | 257 compatible = "fsl,mpc8308-gtm", "fsl,gtm";
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8569si-post.dtsi | 213 compatible = "fsl,mpc8569-qe-gtm", 214 "fsl,qe-gtm", "fsl,gtm";
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | pmc.txt | 33 this is a phandle to an "fsl,gtm" node on which timer 4 can be used as
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | if_bnxt.c | 4410 struct bnxt_ioctl_hwrm_fw_get_time *gtm = in bnxt_priv_ioctl() local 4413 rc = bnxt_hwrm_fw_get_time(softc, >m->year, in bnxt_priv_ioctl() 4414 >m->month, >m->day, >m->hour, >m->minute, in bnxt_priv_ioctl() 4415 >m->second, >m->millisecond, >m->zone); in bnxt_priv_ioctl()
|