Lines Matching refs:kern_base
740 iounmap(image->kern_base); in tsi148_alloc_resource()
741 image->kern_base = NULL; in tsi148_alloc_resource()
777 image->kern_base = ioremap_nocache( in tsi148_alloc_resource()
779 if (!image->kern_base) { in tsi148_alloc_resource()
801 iounmap(image->kern_base); in tsi148_free_resource()
802 image->kern_base = NULL; in tsi148_free_resource()
1187 void __iomem *addr = image->kern_base + offset; in tsi148_master_read()
1271 void __iomem *addr = image->kern_base + offset; in tsi148_master_write()
1346 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()
1409 result = ioread32be(image->kern_base + offset); in tsi148_master_rmw()
2379 tsi148_device->flush_image->kern_base = NULL; in tsi148_probe()
2403 master_image->kern_base = NULL; in tsi148_probe()