Searched refs:chs_cyl_high (Results 1 – 1 of 1) sorted by relevance
96 #define chs_cyl_high(chs) (((uint16_t)(chs[1] & 0xC0)) << 2) macro98 #define chs_cylinder(chs) (chs_cyl_high(chs) | chs_cyl_low(chs))