Lines Matching defs:endcyl
283 u32 begcyl, endcyl;
365 endcyl = totrk / heads;
372 if (endcyl + private->attrib.nr_cyl < private->real_cyl)
373 endcyl += private->attrib.nr_cyl;
375 endcyl = (private->real_cyl - 1);
379 set_ch_t(&data->end_ext, endcyl, endhead);
4234 u32 begcyl, endcyl;
4318 endcyl = totrk / heads;
4325 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl)
4326 endcyl += basepriv->attrib.nr_cyl;
4328 endcyl = (basepriv->real_cyl - 1);
4332 set_ch_t(&dedata->end_ext, endcyl, endhead);