Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_pic32.c36 #define PLLIDIV_MASK 0x00000007 macro
99 idiv = ((v >> 8) & PLLIDIV_MASK) + 1; in pic32_get_pll_rate()