Searched refs:GEN (Results 1 – 14 of 14) sorted by relevance
410 uint32_t prev_gen_id = GCLK->CLKCTRL.bit.GEN; in system_gclk_chan_disable()411 GCLK->CLKCTRL.bit.GEN = 0; in system_gclk_chan_disable()420 GCLK->CLKCTRL.bit.GEN = prev_gen_id; in system_gclk_chan_disable()516 gen_id = GCLK->CLKCTRL.bit.GEN; in system_gclk_chan_get_hz()
42 #define GEN (0x01 << GEN_OFFSET) macro
305 reg_val |= (GEN | RXEN); in sunxi_cir_module_enable()307 reg_val &= ~(GEN | RXEN); in sunxi_cir_module_enable()
45 #define GEN (0x01 << GEN_OFFSET) macro
186 … uint32_t GEN:3; /**< bit: 0..2 Generic Clock Generator */ member
194 uint32_t GEN:4; /*!< bit: 0.. 3 Generic Clock Generator */ member
1356 0x1 << TXEN | 0x1 << GEN, in ac108_codec_set_sysclk()1357 0x1 << TXEN | 0x1 << GEN); in ac108_codec_set_sysclk()1426 0x1 << GEN, 0x0 << GEN); in ac108_codec_hw_free()
309 #define GEN 0 macro
98 uint16_t GEN:4; /*!< bit: 8..11 Generic Clock Generator */ member
101 uint16_t GEN:4; /*!< bit: 8..11 Generic Clock Generator */ member
211 uint32_t GEN:4; /*!< bit: 0.. 3 Generic Clock Generator */ member
Completed in 48 milliseconds