Home
last modified time | relevance | path

Searched defs:PLL_FRAC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ieee802154/
H A Dmcr20a.c88 static const u8 PLL_FRAC[16] = { variable
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c83 #define PLL_FRAC(n) (0x66 + ((n) & 0x3)) /* 0..2 */ macro
/openbmc/linux/drivers/clk/qcom/
H A Dclk-alpha-pll.c61 #define PLL_FRAC(p) ((p)->offset + (p)->regs[PLL_OFF_FRAC]) macro