Searched refs:nlc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Ddisk.c126 uint16_t nlc, nlh, nlspt; local
188 nlc = bios_dsk->devices[device].lchs.cylinders;
193 if( (cylinder >= nlc) || (head >= nlh) || (sector > nlspt )) {
249 nlc = bios_dsk->devices[device].lchs.cylinders;
255 nlc = nlc - 1; /* 0 based , last sector not used */
257 SET_CH(nlc & 0xff);
258 SET_CL(((nlc >> 2) & 0xc0) | (nlspt & 0x3f));

Completed in 31 milliseconds