Lines Matching defs:endcyl
286 u32 begcyl, endcyl;
368 endcyl = totrk / heads;
375 if (endcyl + private->attrib.nr_cyl < private->real_cyl)
376 endcyl += private->attrib.nr_cyl;
378 endcyl = (private->real_cyl - 1);
382 set_ch_t(&data->end_ext, endcyl, endhead);
4349 u32 begcyl, endcyl;
4433 endcyl = totrk / heads;
4440 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl)
4441 endcyl += basepriv->attrib.nr_cyl;
4443 endcyl = (basepriv->real_cyl - 1);
4447 set_ch_t(&dedata->end_ext, endcyl, endhead);