Home
last modified time | relevance | path

Searched refs:chs_cyl_high (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/include/syslinux/
Ddisk.h96 #define chs_cyl_high(chs) (((uint16_t)(chs[1] & 0xC0)) << 2) macro
98 #define chs_cylinder(chs) (chs_cyl_high(chs) | chs_cyl_low(chs))