Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c580 * @phy_lcpa: The physical address of the LCPA.
617 dma_addr_t phy_lcpa; member
3544 base->phy_lcpa = res_lcpa.start; in d40_probe()
3546 &base->phy_lcpa, &base->lcpa_size); in d40_probe()
3550 if (base->phy_lcpa != val && val != 0) { in d40_probe()
3553 __func__, val, (u32)base->phy_lcpa); in d40_probe()
3555 writel(base->phy_lcpa, base->virtbase + D40_DREG_LCPA); in d40_probe()
3557 base->lcpa_base = devm_ioremap(dev, base->phy_lcpa, base->lcpa_size); in d40_probe()
/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c553 * @phy_lcpa: The physical address of the LCPA.
592 dma_addr_t phy_lcpa; member
3547 base->phy_lcpa = res->start; in d40_probe()
3686 if (base->phy_lcpa) in d40_probe()
3687 release_mem_region(base->phy_lcpa, in d40_probe()

Completed in 9 milliseconds