Lines Matching full:gpt
30 /* Use the first device defined with GPT HW timer compatible string */
41 * this value is updated in the GPT isr, and is used to keep the value
46 /* GPT timer base address */
52 /* Helper function to set GPT compare value, so we don't set a compare point in past */
62 /* GPT fires interrupt at next counter cycle after a compare point is in gpt_set_safe()
84 /* Interrupt fires every time GPT reaches the current capture value */
97 /* Clear GPT capture interrupts */ in mcux_imx_gpt_isr()
162 /* Set GPT output value */ in sys_clock_set_timeout()
198 /* Configure ISR. Use instance 0 of the GPT timer */ in sys_clock_driver_init()
205 /* Enable GPT timer to run in SOC low power states */ in sys_clock_driver_init()
214 /* Initialize the GPT timer, and enable the relevant interrupts */ in sys_clock_driver_init()
221 * Set GPT capture value 1 to MAX_CYCLES, and use GPT capture in sys_clock_driver_init()
222 * value 2 as the source for GPT interrupts. This way, we can in sys_clock_driver_init()
232 /* Enable GPT interrupts for timer match, and reset at capture value 1 */ in sys_clock_driver_init()