Lines Matching defs:ms_bootblock_sysinf
337 struct ms_bootblock_sysinf { struct
338 u8 bMsClass; /* must be 1 */
339 u8 bCardType; /* see below */
340 u16 wBlockSize; /* n KB */
341 u16 wBlockNumber; /* number of physical block */
342 u16 wTotalBlockNumber; /* number of logical block */
343 u16 wPageSize; /* must be 0x200 */
344 u8 bExtraSize; /* 0x10 */
345 u8 bSecuritySupport;
346 u8 bAssemblyDate[8];
347 u8 bFactoryArea[4];
348 u8 bAssemblyMakerCode;
349 u8 bAssemblyMachineCode[3];
350 u16 wMemoryMakerCode;
351 u16 wMemoryDeviceCode;
352 u16 wMemorySize;
353 u8 bReserved1;
354 u8 bReserved2;
355 u8 bVCC;
356 u8 bVPP;
357 u16 wControllerChipNumber;
358 u16 wControllerFunction; /* New MS */
382 struct ms_bootblock_sysinf sysinf; argument