| 2889 | }; |
| 2890 | |
| 2891 | uint32_t |
| 2892 | get_tclk(void) |
| 2893 | { |
| 2894 | |
| 2895 | if (soc_decode_win_spec->get_tclk != NULL) |
| 2896 | return soc_decode_win_spec->get_tclk(); |
| 2897 | else |
| 2898 | return -1; |
| 2899 | } |
| 2900 | |
| 2901 | uint32_t |
| 2902 | get_cpu_freq(void) |
no outgoing calls
no test coverage detected