Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mediatek/
H A Dmtk_soc.h87 #define MT7621_CLK_STS_MSK 0x1f macro
H A Dmtk_soc.c242 div = (val >> MT7621_CLK_STS_DIV_OFF) & MT7621_CLK_STS_MSK; in mtk_detect_cpuclk_mt7621()
243 val &= MT7621_CLK_STS_MSK; in mtk_detect_cpuclk_mt7621()