Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pic32/pic32mzda/
H A Dearly_clk.c11 #define ICLK_MASK 0x00000080 macro
48 plliclk = (spllcon & ICLK_MASK); in pic32_get_sysclk()
/openbmc/u-boot/drivers/clk/
H A Dclk_pic32.c34 #define ICLK_MASK 0x00000080 macro
97 iclk = (v & ICLK_MASK); in pic32_get_pll_rate()