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