Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm0010.c583 u64 *img_swap; in wm0010_boot() local
661 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
662 if (!img_swap) in wm0010_boot()
666 byte_swap_64((u64 *)&pll_rec, img_swap, len); in wm0010_boot()
671 t.tx_buf = img_swap; in wm0010_boot()
702 kfree(img_swap); in wm0010_boot()
721 kfree(img_swap); in wm0010_boot()