zcl              2202 drivers/video/fbdev/cirrusfb.c 	const struct zorrocl *zcl;
zcl              2211 drivers/video/fbdev/cirrusfb.c 	zcl = (const struct zorrocl *)ent->driver_data;
zcl              2212 drivers/video/fbdev/cirrusfb.c 	btype = zcl->type;
zcl              2213 drivers/video/fbdev/cirrusfb.c 	regbase = zorro_resource_start(z) + zcl->regoffset;
zcl              2214 drivers/video/fbdev/cirrusfb.c 	ramsize = zcl->ramsize;
zcl              2216 drivers/video/fbdev/cirrusfb.c 		rambase = zorro_resource_start(z) + zcl->ramoffset;
zcl              2219 drivers/video/fbdev/cirrusfb.c 			rambase += zcl->ramoffset;
zcl              2222 drivers/video/fbdev/cirrusfb.c 		struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL);
zcl              2230 drivers/video/fbdev/cirrusfb.c 		if (zcl->ramid2 &&
zcl              2231 drivers/video/fbdev/cirrusfb.c 		    (ram = zorro_find_device(zcl->ramid2, NULL))) {