Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dimx-sdma.c1866 dma_addr_t ccb_phys; in sdma_init() local
1885 &ccb_phys, GFP_KERNEL); in sdma_init()
1894 sdma->context_phys = ccb_phys + in sdma_init()
1920 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
/Linux-v5.4/drivers/scsi/
Dgdth.h822 u32 ccb_phys; /* phys. address */ member
Dgdth.c4130 ha->ccb_phys = 0L; in gdth_pci_probe_one()
4243 if (ha->ccb_phys) in gdth_remove_one()
4244 dma_unmap_single(&ha->pdev->dev, ha->ccb_phys, in gdth_remove_one()