Lines Matching refs:tioca_common
43 struct tioca_common *tioca_common; in tioca_gart_init() local
46 tioca_common = tioca_kern->ca_common; in tioca_gart_init()
47 ca_base = (struct tioca __iomem *)tioca_common->ca_common.bs_base; in tioca_gart_init()
223 struct tioca_common *common; in tioca_fastwrite_enable()
327 struct tioca_common *tioca_common; in tioca_dma_d48() local
335 tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; in tioca_dma_d48()
336 ca_base = (struct tioca __iomem *)tioca_common->ca_common.bs_base; in tioca_dma_d48()
377 struct tioca_common *tioca_common; in tioca_dma_mapped() local
385 tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; in tioca_dma_mapped()
386 tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; in tioca_dma_mapped()
466 struct tioca_common *tioca_common; in tioca_dma_unmap() local
472 tioca_common = (struct tioca_common *)pcidev_info->pdi_pcibus_info; in tioca_dma_unmap()
473 tioca_kern = (struct tioca_kernel *)tioca_common->ca_kernel_private; in tioca_dma_unmap()
555 struct tioca_common *soft = arg; in tioca_error_intr_handler()
586 struct tioca_common *tioca_common; in tioca_bus_fixup() local
603 tioca_common = kmemdup(prom_bussoft, sizeof(struct tioca_common), in tioca_bus_fixup()
605 if (!tioca_common) in tioca_bus_fixup()
608 tioca_common->ca_common.bs_base = (unsigned long) in tioca_bus_fixup()
609 ioremap(REGION_OFFSET(tioca_common->ca_common.bs_base), in tioca_bus_fixup()
610 sizeof(struct tioca_common)); in tioca_bus_fixup()
616 kfree(tioca_common); in tioca_bus_fixup()
620 tioca_kern->ca_common = tioca_common; in tioca_bus_fixup()
624 nasid_to_cnodeid(tioca_common->ca_closest_nasid); in tioca_bus_fixup()
625 tioca_common->ca_kernel_private = (u64) tioca_kern; in tioca_bus_fixup()
627 bus = pci_find_bus(tioca_common->ca_common.bs_persist_segment, in tioca_bus_fixup()
628 tioca_common->ca_common.bs_persist_busnum); in tioca_bus_fixup()
636 kfree(tioca_common); in tioca_bus_fixup()
645 IRQF_SHARED, "TIOCA error", (void *)tioca_common)) in tioca_bus_fixup()
650 (int)tioca_common->ca_common.bs_persist_busnum); in tioca_bus_fixup()
657 return tioca_common; in tioca_bus_fixup()