Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/cs46xx/
H A Ddsp_spos.c871 void __iomem *spdst = chip->region.idx[1].remap_addr + in _dsp_create_task_tree() local
877 spdst, task_data[i]); in _dsp_create_task_tree()
878 writel(task_data[i],spdst); in _dsp_create_task_tree()
879 spdst += sizeof(u32); in _dsp_create_task_tree()
885 void __iomem *spdst = chip->region.idx[1].remap_addr + in _dsp_create_scb() local
891 spdst, scb_data[i]); in _dsp_create_scb()
892 writel(scb_data[i],spdst); in _dsp_create_scb()
893 spdst += sizeof(u32); in _dsp_create_scb()