Home
last modified time | relevance | path

Searched refs:PRLD (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/microchip/mec/mec172x/
Dpower.c92 htmr0->PRLD = 0U; /* make sure its stopped */ in z_power_soc_deep_sleep()
94 htmr0->PRLD = 216U; /* ~6.6 ms 2x the expected lock time */ in z_power_soc_deep_sleep()
95 temp = htmr0->PRLD; in z_power_soc_deep_sleep()
97 temp = htmr0->PRLD; in z_power_soc_deep_sleep()
103 htmr0->PRLD = 0U; /* stop */ in z_power_soc_deep_sleep()
Dtiming.c30 regs->PRLD = 0; /* Preload */ in soc_timing_init()
/Zephyr-latest/drivers/counter/
Dcounter_mchp_xec.c95 counter->CNT = counter->PRLD; in counter_xec_stop()
136 if (alarm_cfg->ticks > counter->PRLD) { in counter_xec_set_alarm()
187 return counter->PRLD; in counter_xec_get_top_value()
223 counter->PRLD = cfg->ticks; in counter_xec_set_top_value()
300 counter->PRLD = counter_cfg->info.max_top_value; in counter_xec_init()
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_timers.h77 volatile uint32_t PRLD; member
107 volatile uint16_t PRLD; member
181 volatile uint32_t PRLD; member
/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c240 htmr0->PRLD = 0; /* disable */ in pll_wait_lock_periph()
243 htmr0->PRLD = hcount; in pll_wait_lock_periph()
404 htmr0->PRLD = 0; /* disable */ in hib_timer_delay()
405 while (htmr0->PRLD != 0) { in hib_timer_delay()
411 htmr0->PRLD = hib_timer_count; in hib_timer_delay()
420 htmr0->PRLD = 0; /* disable */ in hib_timer_delay()
421 while (htmr0->PRLD != 0) { in hib_timer_delay()
499 htmr0->PRLD = 0; in check_32k_crystal()
517 htmr0->PRLD = HIBTIMER_10_MS; in check_32k_crystal()
539 htmr0->PRLD = 0; in check_32k_crystal()
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dtiming.c20 B32TMR1_REGS->PRLD = 0; /* Preload */ in soc_timing_init()
/Zephyr-latest/drivers/timer/
Dmchp_xec_rtos_timer.c143 TIMER_REGS->PRLD = countdown; in timer_restart()
430 BTMR32_0_REGS->PRLD = UINT32_MAX; in sys_clock_driver_init()