Searched refs:header (Results 1 – 1 of 1) sorted by relevance
347 const CARDRomHeaderTWL *header = (const CARDRomHeaderTWL *)HW_TWL_ROM_HEADER_BUF; in OSi_VerifyStaticSegments() local348 if ((((const u8 *)header)[0x1C] & 0x01) != 0) in OSi_VerifyStaticSegments()363 table[0] = (struct Segment *)&header->ntr.main_ram_address; in OSi_VerifyStaticSegments()364 table[1] = (struct Segment *)&header->ntr.sub_ram_address; in OSi_VerifyStaticSegments()365 table[2] = (struct Segment *)&header->main_ltd_ram_address; in OSi_VerifyStaticSegments()366 table[3] = (struct Segment *)&header->sub_ltd_ram_address; in OSi_VerifyStaticSegments()367 compareDigests[0] = &((const u8 *)header)[0x3A0]; in OSi_VerifyStaticSegments()368 compareDigests[1] = header->sub_static_digest; in OSi_VerifyStaticSegments()369 compareDigests[2] = header->main_ltd_static_digest; in OSi_VerifyStaticSegments()370 compareDigests[3] = header->sub_ltd_static_digest; in OSi_VerifyStaticSegments()