Lines Matching defs:basepriv
532 struct dasd_eckd_private *basepriv, *startpriv;
537 basepriv = basedev->private;
562 pfxdata->base_address = basepriv->ned->unit_addr;
563 pfxdata->base_lss = basepriv->ned->ID;
4229 struct dasd_eckd_private *basepriv, *startpriv;
4244 basepriv = basedev->private;
4251 pfxdata.base_address = basepriv->ned->unit_addr;
4252 pfxdata.base_lss = basepriv->ned->ID;
4267 dedata->attributes.operation = basepriv->attrib.operation;
4277 dedata->attributes.operation = basepriv->attrib.operation;
4315 heads = basepriv->rdc_data.trk_per_cyl;
4325 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl)
4326 endcyl += basepriv->attrib.nr_cyl;
4328 endcyl = (basepriv->real_cyl - 1);
4338 switch (basepriv->rdc_data.dev_type) {