Searched refs:CSR_TIME (Results 1 – 6 of 6) sorted by relevance
71 case CSR_TIME: in cppc_ffh_csr_read() 72 data->ret.value = csr_read(CSR_TIME); in cppc_ffh_csr_read()
53 return csr_read(CSR_TIME); in get_cycles()
27 return csr_read(CSR_TIME); in timer_get_cycles()
75 * The purpose of csr_read(CSR_TIME) is to trap the system into in __arch_get_hw_counter() 76 * M-mode to obtain the value of CSR_TIME. Hence, unlike other in __arch_get_hw_counter() 79 return csr_read(CSR_TIME); in __arch_get_hw_counter()
415 #define CSR_TIME 0xc01 macro 472 return csr_read_num(CSR_TIME); in read_timestamp()
219 #define CSR_TIME 0xc01 macro