Home
last modified time | relevance | path

Searched refs:resultl_second (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_csr_drv.h61 uint32_t resultl_second = read_csr(CSR_CYCLE); in hpm_csr_get_core_cycle() local
62 if (resultl_first < resultl_second) { in hpm_csr_get_core_cycle()
66 …result = ((uint64_t)resulth << 32) | resultl_second; /* if CYCLE rolled over, need to get the CYCL… in hpm_csr_get_core_cycle()
82 uint32_t resultl_second = read_csr(CSR_MCYCLE); in hpm_csr_get_core_mcycle() local
83 if (resultl_first < resultl_second) { in hpm_csr_get_core_mcycle()
87 …result = ((uint64_t)resulth << 32) | resultl_second; /* if MCYCLE rolled over, need to get the MCY… in hpm_csr_get_core_mcycle()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/HPM6880/
A Dhpm_clock_drv.c534 uint32_t resultl_second = read_csr(CSR_MCYCLE); in get_core_mcycle() local
535 if (resultl_first < resultl_second) { in get_core_mcycle()
539 …result = ((uint64_t)resulth << 32) | resultl_second; /* if MCYCLE rolled over, need to get the MCY… in get_core_mcycle()

Completed in 6 milliseconds