Home
last modified time | relevance | path

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

/external/syslinux/utils/
Disohybrid.c608 uint8_t bhead = 0, bsect = 0, bcyle = 0; in initialise_mbr() local
664 bcyle = offset / (head * sector); in initialise_mbr()
666 bsect += (bcyle & 0x300) >> 2; in initialise_mbr()
667 bcyle &= 0xFF; in initialise_mbr()
681 mbr[3] = bcyle; in initialise_mbr()