Searched refs:ccb_phys (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/dma/ |
D | imx-sdma.c | 1163 dma_addr_t ccb_phys; in sdma_init() local 1185 &ccb_phys, GFP_KERNEL); in sdma_init() 1194 sdma->context_phys = ccb_phys + in sdma_init() 1222 __raw_writel(ccb_phys, sdma->regs + SDMA_H_C0PTR); in sdma_init()
|
/linux-2.6.39/drivers/scsi/ |
D | gdth.c | 1443 outl(ha->ccb_phys, ha->bmic + MAILBOXREG); in gdth_release_event() 4743 ha->ccb_phys = 0L; in gdth_isa_probe_one() 4869 ha->ccb_phys = 0L; in gdth_eisa_probe_one() 4895 ha->ccb_phys = pci_map_single(ha->pdev,ha->pccb, in gdth_eisa_probe_one() 4897 if (!ha->ccb_phys) in gdth_eisa_probe_one() 4940 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one() 5004 ha->ccb_phys = 0L; in gdth_pci_probe_one() 5141 if (ha->ccb_phys) in gdth_remove_one() 5142 pci_unmap_single(ha->pdev,ha->ccb_phys, in gdth_remove_one()
|
D | gdth.h | 863 u32 ccb_phys; /* phys. address */ member
|