Home
last modified time | relevance | path

Searched refs:ccb_phys (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dimx-sdma.c1863 dma_addr_t ccb_phys; in sdma_init() local
1882 &ccb_phys, GFP_KERNEL); in sdma_init()
1891 sdma->context_phys = ccb_phys + in sdma_init()
1917 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
/kernel/linux/linux-6.6/drivers/dma/
H A Dimx-sdma.c2074 dma_addr_t ccb_phys; in sdma_init() local
2093 &ccb_phys, GFP_KERNEL); in sdma_init()
2102 sdma->context_phys = ccb_phys + in sdma_init()
2128 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.h822 u32 ccb_phys; /* phys. address */ member
H A Dgdth.c4053 ha->ccb_phys = 0L; in gdth_pci_probe_one()
4166 if (ha->ccb_phys) in gdth_remove_one()
4167 dma_unmap_single(&ha->pdev->dev, ha->ccb_phys, in gdth_remove_one()

Completed in 15 milliseconds