Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/
Dimx-sdma.c1872 dma_addr_t ccb_phys; in sdma_init() local
1891 &ccb_phys, GFP_KERNEL); in sdma_init()
1900 sdma->context_phys = ccb_phys + in sdma_init()
1926 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
/Linux-v5.10/drivers/scsi/
Dgdth.h822 u32 ccb_phys; /* phys. address */ member
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()