Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_pic32.c36 #define PLLODIV_MASK 0x00000007 macro
99 odiv = ((v >> 24) & PLLODIV_MASK); in pic32_get_pll_rate()