Home
last modified time | relevance | path

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

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