Home
last modified time | relevance | path

Searched refs:OSC_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dxlnx-versal-trng.c105 REG32(OSC_EN, 0xd4)
106 FIELD(OSC_EN, VAL, 0, 1)
168 if (!ARRAY_FIELD_EX32(s->regs, OSC_EN, VAL)) { in trng_trss_enabled()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c335 …aty_st_pll_ct(PLL_GEN_CNTL, (pll->ct.pll_gen_cntl & (~(PLL_OVERRIDE | PLL_MCLK_RST))) | OSC_EN, pa… in aty_set_pll_ct()
558 pll->ct.pll_gen_cntl = OSC_EN; in aty_init_pll_ct()
560 pll->ct.pll_gen_cntl = OSC_EN | DLL_PWDN /* | FORCE_DCLK_TRI_STATE */; in aty_init_pll_ct()
/openbmc/linux/drivers/input/keyboard/
H A Dadp5589-keys.c158 #define OSC_EN BIT(7) macro
772 INT_CFG | OSC_EN | CORE_CLK(3)); in adp5589_setup()
/openbmc/linux/include/video/
H A Dmach64.h786 #define OSC_EN 0x04 macro