Searched refs:cntp_ctl (Results 1 – 1 of 1) sorted by relevance
140 uint32_t cntp_ctl; in read_cntp_ctl() local142 cntp_ctl = READ_TIMER_REG32(TIMER_REG_CTL); in read_cntp_ctl()143 return cntp_ctl; in read_cntp_ctl()146 static void write_cntp_ctl(uint32_t cntp_ctl) { in write_cntp_ctl() argument147 LTRACEF_LEVEL(3, "cntp_ctl: 0x%x %x\n", cntp_ctl, read_cntp_ctl()); in write_cntp_ctl()148 WRITE_TIMER_REG32(TIMER_REG_CTL, cntp_ctl); in write_cntp_ctl()
Completed in 5 milliseconds