Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c357 if (!chan->chip->apb_regs) { in dw_axi_dma_set_byte_halfword()
358 dev_dbg(chan->chip->dev, "apb_regs not initialized\n"); in dw_axi_dma_set_byte_halfword()
366 val = ioread32(chan->chip->apb_regs + offset); in dw_axi_dma_set_byte_halfword()
373 iowrite32(val, chan->chip->apb_regs + offset); in dw_axi_dma_set_byte_halfword()
405 if (chan->chip->apb_regs) in axi_chan_block_xfer_start()
414 if (chan->chip->apb_regs) in axi_chan_block_xfer_start()
524 if (!chip->apb_regs) { in dw_axi_dma_set_hw_channel()
525 dev_err(chip->dev, "apb_regs not initialized\n"); in dw_axi_dma_set_hw_channel()
539 reg_value = lo_hi_readq(chip->apb_regs + DMAC_APB_HW_HS_SEL_0); in dw_axi_dma_set_hw_channel()
547 lo_hi_writeq(reg_value, chip->apb_regs in dw_axi_dma_set_hw_channel()
[all...]
H A Ddw-axi-dmac.h70 void __iomem *apb_regs; member

Completed in 4 milliseconds