Lines Matching refs:flush_image
1342 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()
2242 retval = tsi148_master_set(bridge->flush_image, 1, in tsi148_crcsr_init()
2362 tsi148_device->flush_image = in tsi148_probe()
2363 kmalloc(sizeof(*tsi148_device->flush_image), in tsi148_probe()
2365 if (!tsi148_device->flush_image) { in tsi148_probe()
2369 tsi148_device->flush_image->parent = tsi148_bridge; in tsi148_probe()
2370 spin_lock_init(&tsi148_device->flush_image->lock); in tsi148_probe()
2371 tsi148_device->flush_image->locked = 1; in tsi148_probe()
2372 tsi148_device->flush_image->number = master_num; in tsi148_probe()
2373 memset(&tsi148_device->flush_image->bus_resource, 0, in tsi148_probe()
2374 sizeof(tsi148_device->flush_image->bus_resource)); in tsi148_probe()
2375 tsi148_device->flush_image->kern_base = NULL; in tsi148_probe()