Lines Matching refs:cyl
29 * cyl-cyl-head-head structure
33 sector_t cyl;
37 cyl = ptr->hh & 0xFFF0;
38 cyl <<= 12;
39 cyl |= ptr->cc;
41 return cyl * geo->heads * geo->sectors +
47 * cyl-cyl-head-head-block structure
51 sector_t cyl;
55 cyl = ptr->hh & 0xFFF0;
56 cyl <<= 12;
57 cyl |= ptr->cc;
59 return cyl * geo->heads * geo->sectors +