Lines Matching refs:flush_image
1340 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()
2236 retval = tsi148_master_set(bridge->flush_image, 1, in tsi148_crcsr_init()
2356 tsi148_device->flush_image = in tsi148_probe()
2357 kmalloc(sizeof(*tsi148_device->flush_image), in tsi148_probe()
2359 if (!tsi148_device->flush_image) { in tsi148_probe()
2363 tsi148_device->flush_image->parent = tsi148_bridge; in tsi148_probe()
2364 spin_lock_init(&tsi148_device->flush_image->lock); in tsi148_probe()
2365 tsi148_device->flush_image->locked = 1; in tsi148_probe()
2366 tsi148_device->flush_image->number = master_num; in tsi148_probe()
2367 memset(&tsi148_device->flush_image->bus_resource, 0, in tsi148_probe()
2368 sizeof(tsi148_device->flush_image->bus_resource)); in tsi148_probe()
2369 tsi148_device->flush_image->kern_base = NULL; in tsi148_probe()