Lines Matching defs:cCylinders
3037 p[1] = RT_H2LE_U16(RT_MIN(pAhciPort->PCHSGeometry.cCylinders, 16383));
3057 p[54] = RT_H2LE_U16(RT_MIN(pAhciPort->PCHSGeometry.cCylinders, 16383));
3060 p[57] = RT_H2LE_U16(RT_MIN(pAhciPort->PCHSGeometry.cCylinders, 16383) * pAhciPort->PCHSGeometry.cHeads * pAhciPort->PCHSGeometry.cSectors);
3061 p[58] = RT_H2LE_U16(RT_MIN(pAhciPort->PCHSGeometry.cCylinders, 16383) * pAhciPort->PCHSGeometry.cHeads * pAhciPort->PCHSGeometry.cSectors >> 16);
7106 SSMR3PutU32(pSSM, pThis->ahciPort[i].PCHSGeometry.cCylinders);
7345 SSMR3GetU32(pSSM, &pThis->ahciPort[i].PCHSGeometry.cCylinders);
7585 pAhciPort->PCHSGeometry.cCylinders = 0;
7598 pAhciPort->PCHSGeometry.cCylinders = 0;
7604 pAhciPort->PCHSGeometry.cCylinders = 0; /* autodetect marker */
7609 if ( pAhciPort->PCHSGeometry.cCylinders == 0
7613 uint64_t cCylinders = pAhciPort->cTotalSectors / (16 * 63);
7614 pAhciPort->PCHSGeometry.cCylinders = RT_MAX(RT_MIN(cCylinders, 16383), 1);
7623 pAhciPort->iLUN, pAhciPort->PCHSGeometry.cCylinders,