Lines Matching refs:zcl
2201 const struct zorrocl *zcl;
2210 zcl = (const struct zorrocl *)ent->driver_data;
2211 btype = zcl->type;
2212 regbase = zorro_resource_start(z) + zcl->regoffset;
2213 ramsize = zcl->ramsize;
2215 rambase = zorro_resource_start(z) + zcl->ramoffset;
2218 rambase += zcl->ramoffset;
2221 struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL);
2229 if (zcl->ramid2 &&
2230 (ram = zorro_find_device(zcl->ramid2, NULL))) {