Searched refs:ccb_phys (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | imx-sdma.c | 1355 dma_addr_t ccb_phys; in sdma_init() local 1366 &ccb_phys, GFP_KERNEL); in sdma_init() 1375 sdma->context_phys = ccb_phys + in sdma_init() 1403 writel_relaxed(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.c | 1434 outl(ha->ccb_phys, ha->bmic + MAILBOXREG); in gdth_release_event() 4735 ha->ccb_phys = 0L; in gdth_isa_probe_one() 4861 ha->ccb_phys = 0L; in gdth_eisa_probe_one() 4887 ha->ccb_phys = pci_map_single(ha->pdev,ha->pccb, in gdth_eisa_probe_one() 4889 if (!ha->ccb_phys) in gdth_eisa_probe_one() 4932 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one() 4995 ha->ccb_phys = 0L; in gdth_pci_probe_one() 5132 if (ha->ccb_phys) in gdth_remove_one() 5133 pci_unmap_single(ha->pdev,ha->ccb_phys, in gdth_remove_one()
|
D | gdth.h | 854 u32 ccb_phys; /* phys. address */ member
|