Lines Matching refs:zcl
2200 const struct zorrocl *zcl;
2209 zcl = (const struct zorrocl *)ent->driver_data;
2210 btype = zcl->type;
2211 regbase = zorro_resource_start(z) + zcl->regoffset;
2212 ramsize = zcl->ramsize;
2214 rambase = zorro_resource_start(z) + zcl->ramoffset;
2217 rambase += zcl->ramoffset;
2220 struct zorro_dev *ram = zorro_find_device(zcl->ramid, NULL);
2228 if (zcl->ramid2 &&
2229 (ram = zorro_find_device(zcl->ramid2, NULL))) {