Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm0010.c575 struct dfw_pllrec pll_rec; in wm0010_boot() local
642 memset(&pll_rec, 0, sizeof(pll_rec)); in wm0010_boot()
643 pll_rec.command = DFW_CMD_PLL; in wm0010_boot()
644 pll_rec.length = (sizeof(pll_rec) - 8); in wm0010_boot()
647 pll_rec.clkctrl1 = wm0010->pll_clkctrl1; in wm0010_boot()
650 len = pll_rec.length + 8; in wm0010_boot()
660 byte_swap_64((u64 *)&pll_rec, img_swap, len); in wm0010_boot()