Lines Matching refs:kern_base
736 iounmap(image->kern_base); in tsi148_alloc_resource()
737 image->kern_base = NULL; in tsi148_alloc_resource()
773 image->kern_base = ioremap( in tsi148_alloc_resource()
775 if (!image->kern_base) { in tsi148_alloc_resource()
797 iounmap(image->kern_base); in tsi148_free_resource()
798 image->kern_base = NULL; in tsi148_free_resource()
1183 void __iomem *addr = image->kern_base + offset; in tsi148_master_read()
1267 void __iomem *addr = image->kern_base + offset; in tsi148_master_write()
1342 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()
1405 result = ioread32be(image->kern_base + offset); in tsi148_master_rmw()
2375 tsi148_device->flush_image->kern_base = NULL; in tsi148_probe()
2399 master_image->kern_base = NULL; in tsi148_probe()