Lines Matching defs:ms_bootblock_sysinf
348 struct ms_bootblock_sysinf { struct
349 u8 bMsClass; /* must be 1 */
350 u8 bCardType; /* see below */
351 u16 wBlockSize; /* n KB */
352 u16 wBlockNumber; /* number of physical block */
353 u16 wTotalBlockNumber; /* number of logical block */
354 u16 wPageSize; /* must be 0x200 */
355 u8 bExtraSize; /* 0x10 */
356 u8 bSecuritySupport;
357 u8 bAssemblyDate[8];
358 u8 bFactoryArea[4];
359 u8 bAssemblyMakerCode;
360 u8 bAssemblyMachineCode[3];
361 u16 wMemoryMakerCode;
362 u16 wMemoryDeviceCode;
363 u16 wMemorySize;
364 u8 bReserved1;
365 u8 bReserved2;
366 u8 bVCC;
367 u8 bVPP;
368 u16 wControllerChipNumber;
369 u16 wControllerFunction; /* New MS */
393 struct ms_bootblock_sysinf sysinf; argument