Searched refs:EN (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/kernel/src/drivers/timer/
H A Dimx31-gpt.c16 #define EN 0 macro
44 gpt->gptcr |= BIT(EN);
/seL4-test-master/projects/util_libs/libplatsupport/src/mach/imx/
H A Dgpt.c35 EN = 0, enumerator in enum:__anon9
38 * When GPT is disabled (EN=0), then
41 * the GPT counter when Counter is enabled again (if the EN bit is set).
44 * values are reset to 0 after GPT is enabled (EN=1).
47 * restart counting from their frozen values after GPT is enabled (EN=1).
57 * regardless of the value of EN or ENMOD bits.
136 * for the EN, ENMOD, STOPEN, DOZEN, WAITEN and DBGEN bits in this
191 gpt->gpt_map->gptcr |= BIT(EN);
199 gpt->gpt_map->gptcr &= ~(BIT(EN));
400 gpt->gpt_map->gptcr |= BIT(EN);
[all...]
/seL4-test-master/projects/util_libs/libplatsupport/src/mach/imx/epit/
H A Depit.c31 EN = 0, enumerator in enum:__anon8
34 * By setting this bit, then when EPIT is disabled (EN=0), then
107 epit->epit_map->epitcr &= ~(BIT(EN));
129 BIT(EN);
/seL4-test-master/projects/seL4_libs/libsel4bench/arch_include/x86/sel4bench/arch/
H A Dsel4bench.h243 temp.EN = 1;
292 temp.EN = 0;
H A Dprivate.h92 uint8_t EN : 1; member in struct:__anon432::__anon433::__anon434::__anon435

Completed in 104 milliseconds