Searched refs:stm (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loslib.c | 127 struct tm *stm; in os_date() local 129 stm = gmtime(&t); in os_date() 133 stm = localtime(&t); in os_date() 134 if (stm == NULL) /* invalid date? */ in os_date() 138 setfield(L, "sec", stm->tm_sec); in os_date() 139 setfield(L, "min", stm->tm_min); in os_date() 140 setfield(L, "hour", stm->tm_hour); in os_date() 141 setfield(L, "day", stm->tm_mday); in os_date() 142 setfield(L, "month", stm->tm_mon+1); in os_date() 144 setfield(L, "wday", stm->tm_wday+1); in os_date() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/sprd/ |
| H A D | sc9836.dtsi | 182 stm@10006000 { 183 compatible = "arm,coresight-stm", "arm,primecell"; 186 reg-names = "stm-base", "stm-stimulus-base";
|
| H A D | sc9860.dtsi | 352 stm@10006000 { 353 compatible = "arm,coresight-stm", "arm,primecell"; 356 reg-names = "stm-base", "stm-stimulus-base";
|
| /f-stack/dpdk/app/test/ |
| H A D | test_rwlock.c | 298 uint64_t ftm, stm, tm; in try_read_lcore() local 306 stm = rte_get_timer_cycles(); in try_read_lcore() 319 tm = rte_get_timer_cycles() - stm; in try_read_lcore() 332 uint64_t ftm, stm, tm; in try_write_lcore() local 340 stm = rte_get_timer_cycles(); in try_write_lcore() 353 tm = rte_get_timer_cycles() - stm; in try_write_lcore()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | coresight.txt | 44 "arm,coresight-stm", "arm,primecell"; [1] 76 * reg-names: the only acceptable values are "stm-base" and 77 "stm-stimulus-base", each corresponding to the areas defined in "reg". 357 stm@20100000 { 358 compatible = "arm,coresight-stm", "arm,primecell"; 361 reg-names = "stm-base", "stm-stimulus-base";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/arm/ |
| H A D | juno-base.dtsi | 217 stm@20100000 { 218 compatible = "arm,coresight-stm", "arm,primecell"; 221 reg-names = "stm-base", "stm-stimulus-base";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8998.dtsi | 1182 stm: stm@6002000 { label 1183 compatible = "arm,coresight-stm", "arm,primecell"; 1186 reg-names = "stm-base", "stm-data-base";
|
| H A D | msm8998-mtp.dtsi | 343 &stm {
|
| H A D | msm8996.dtsi | 1276 stm@3002000 { 1277 compatible = "arm,coresight-stm", "arm,primecell"; 1280 reg-names = "stm-base", "stm-stimulus-base";
|
| H A D | sc7180.dtsi | 2004 stm@6002000 { 2005 compatible = "arm,coresight-stm", "arm,primecell"; 2008 reg-names = "stm-base", "stm-stimulus-base";
|
| H A D | sdm845.dtsi | 2824 stm@6002000 { 2825 compatible = "arm,coresight-stm", "arm,primecell"; 2828 reg-names = "stm-base", "stm-stimulus-base";
|