Home
last modified time | relevance | path

Searched refs:PLLCON_LOKS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c41 #define PLLCON_LOKS BIT(30) macro
804 value |= PLLCON_LOKS; in npcm7xx_clk_write()
809 if (value & PLLCON_LOKS) { in npcm7xx_clk_write()
810 value &= ~PLLCON_LOKS; in npcm7xx_clk_write()
812 value |= (value & PLLCON_LOKS); in npcm7xx_clk_write()
/openbmc/linux/drivers/clk/
H A Dclk-npcm7xx.c31 #define PLLCON_LOKS BIT(30) macro