Lines Matching defs:basepriv
535 struct dasd_eckd_private *basepriv, *startpriv;
540 basepriv = basedev->private;
565 pfxdata->base_address = basepriv->conf.ned->unit_addr;
566 pfxdata->base_lss = basepriv->conf.ned->ID;
4344 struct dasd_eckd_private *basepriv, *startpriv;
4359 basepriv = basedev->private;
4366 pfxdata.base_address = basepriv->conf.ned->unit_addr;
4367 pfxdata.base_lss = basepriv->conf.ned->ID;
4382 dedata->attributes.operation = basepriv->attrib.operation;
4392 dedata->attributes.operation = basepriv->attrib.operation;
4430 heads = basepriv->rdc_data.trk_per_cyl;
4440 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl)
4441 endcyl += basepriv->attrib.nr_cyl;
4443 endcyl = (basepriv->real_cyl - 1);
4453 switch (basepriv->rdc_data.dev_type) {