Lines Matching refs:kern_base
735 iounmap(image->kern_base); in tsi148_alloc_resource()
736 image->kern_base = NULL; in tsi148_alloc_resource()
772 image->kern_base = ioremap( in tsi148_alloc_resource()
774 if (!image->kern_base) { in tsi148_alloc_resource()
796 iounmap(image->kern_base); in tsi148_free_resource()
797 image->kern_base = NULL; in tsi148_free_resource()
1181 void __iomem *addr = image->kern_base + offset; in tsi148_master_read()
1265 void __iomem *addr = image->kern_base + offset; in tsi148_master_write()
1340 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()
1403 result = ioread32be(image->kern_base + offset); in tsi148_master_rmw()
2369 tsi148_device->flush_image->kern_base = NULL; in tsi148_probe()
2393 master_image->kern_base = NULL; in tsi148_probe()