Searched refs:ccb_phys (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | imx-sdma.c | 1797 dma_addr_t ccb_phys; in sdma_init() local 1812 &ccb_phys, GFP_KERNEL); in sdma_init() 1821 sdma->context_phys = ccb_phys + in sdma_init() 1849 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.c | 1435 outl(ha->ccb_phys, ha->bmic + MAILBOXREG); in gdth_release_event() 4733 ha->ccb_phys = 0L; in gdth_isa_probe_one() 4859 ha->ccb_phys = 0L; in gdth_eisa_probe_one() 4885 ha->ccb_phys = pci_map_single(ha->pdev,ha->pccb, in gdth_eisa_probe_one() 4887 if (!ha->ccb_phys) in gdth_eisa_probe_one() 4930 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one() 4993 ha->ccb_phys = 0L; in gdth_pci_probe_one() 5130 if (ha->ccb_phys) in gdth_remove_one() 5131 pci_unmap_single(ha->pdev,ha->ccb_phys, in gdth_remove_one()
|
D | gdth.h | 852 u32 ccb_phys; /* phys. address */ member
|