Searched refs:flush_image (Results 1 – 2 of 2) sorted by relevance
1323 ioread16(bridge->flush_image->kern_base + 0x7F000); in tsi148_master_write()2335 tsi148_device->flush_image = in tsi148_probe()2336 kmalloc(sizeof(*tsi148_device->flush_image), in tsi148_probe()2338 if (!tsi148_device->flush_image) { in tsi148_probe()2342 tsi148_device->flush_image->parent = tsi148_bridge; in tsi148_probe()2343 spin_lock_init(&tsi148_device->flush_image->lock); in tsi148_probe()2344 tsi148_device->flush_image->locked = 1; in tsi148_probe()2345 tsi148_device->flush_image->number = master_num; in tsi148_probe()2346 memset(&tsi148_device->flush_image->bus_resource, 0, in tsi148_probe()2347 sizeof(tsi148_device->flush_image->bus_resource)); in tsi148_probe()[all …]
41 struct vme_master_resource *flush_image; member