Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dhisi_dma.c843 u32 *regs_sz) in hisi_dma_get_ch_regs() argument
852 *regs_sz = regs_sz_comm + ARRAY_SIZE(hisi_dma_hip08_chan_regs); in hisi_dma_get_ch_regs()
854 *regs_sz = regs_sz_comm + ARRAY_SIZE(hisi_dma_hip09_chan_regs); in hisi_dma_get_ch_regs()
856 regs = devm_kcalloc(dev, *regs_sz, sizeof(struct debugfs_reg32), in hisi_dma_get_ch_regs()
879 u32 regs_sz; in hisi_dma_create_chan_dir() local
890 regs = hisi_dma_get_ch_regs(hdma_dev, &regs_sz); in hisi_dma_create_chan_dir()
896 regsets[i].nregs = regs_sz; in hisi_dma_create_chan_dir()