Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm0010.c577 u64 *img_swap; in wm0010_boot() local
655 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
656 if (!img_swap) in wm0010_boot()
660 byte_swap_64((u64 *)&pll_rec, img_swap, len); in wm0010_boot()
665 t.tx_buf = img_swap; in wm0010_boot()
696 kfree(img_swap); in wm0010_boot()
715 kfree(img_swap); in wm0010_boot()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm0010.c577 u64 *img_swap; in wm0010_boot() local
655 img_swap = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_boot()
656 if (!img_swap) in wm0010_boot()
660 byte_swap_64((u64 *)&pll_rec, img_swap, len); in wm0010_boot()
665 t.tx_buf = img_swap; in wm0010_boot()
696 kfree(img_swap); in wm0010_boot()
715 kfree(img_swap); in wm0010_boot()

Completed in 3 milliseconds