Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A Dsa1111.c1177 static unsigned int __sa1111_pll_clock(struct sa1111 *sachip) in __sa1111_pll_clock() function
1203 return __sa1111_pll_clock(sachip); in sa1111_pll_clock()
1248 div = (__sa1111_pll_clock(sachip) / 256 + rate / 2) / rate; in sa1111_set_audio_rate()
1274 return __sa1111_pll_clock(sachip) / (256 * div); in sa1111_get_audio_rate()