Searched full:area (Results 1 – 25 of 2042) sorted by relevance
12345678910>>...82
66 * @param[in/out] data FRU area data83 * @brief Append checksum of the FRU area data85 * @param[in/out] data FRU area data96 * @brief Append padding bytes for the FRU area data98 * @param[in/out] data FRU area data112 * @param[in/out] fruAreaData FRU area info data116 // This area needs to be padded to a multiple of 8 bytes (after checksum) in postFormatProcessing()119 // Set size of data info area in postFormatProcessing()123 // Finally add area checksum in postFormatProcessing()129 * area data.[all …]
117 std::cerr << "FRU data field extends past end of FRU area data\n"; in decodeFRUData()205 * falling under other field area208 * currentArea: Index of current area offset to be compared against all area210 * len: Length of current area space and it is a multiple of 8 bytes228 std::cerr << "Error: Fru area is out of range\n"; in verifyOffset()235 std::cerr << "Error: Fru area index is out of range\n"; in verifyOffset()243 for (fruAreas area = fruAreas::fruAreaInternal; in verifyOffset() local244 area <= fruAreas::fruAreaMultirecord; ++area) in verifyOffset()247 if (area == currentArea) in verifyOffset()252 unsigned int areaIndex = getHeaderAreaFieldOffset(area); in verifyOffset()[all …]
56 size_t start; // Fru Area Start offset57 size_t size; // Fru Area Size58 size_t end; // Fru Area end offset59 size_t updateFieldLoc; // Fru Area update Field Location87 inline const std::string& getFruAreaName(fruAreas area) in getFruAreaName() argument89 return fruAreaNames[static_cast<unsigned int>(area)]; in getFruAreaName()154 /// \brief Get offset for a common header area155 /// \param area - the area157 unsigned int getHeaderAreaFieldOffset(fruAreas area);163 /// \param fruAreaParams - struct to have fru Area parameters like length,[all …]
43 * in 0x1f000000 - 0x1fffffff (area 7 address)98 /* 0 - use area 5 wait states */99 /* 1 - use area 6 wait states */159 #define SH7750_CCR_CB 0x00000004 /* Copy-back bit for P1 area */160 #define SH7750_CCR_WT 0x00000002 /* Write-through bit for P0,U0,P3 area */552 #define SH7750_BCR1_A0MPX 0x20000000 /* Area 0 Memory Type (0-SRAM,1-MPX) */561 #define SH7750_BCR1_A1MBC 0x00200000 /* Area 1 SRAM Byte Control Mode: */562 /* 0 - Area 1 SRAM is set to */564 /* 1 - Area 1 SRAM is set to byte */566 #define SH7750_BCR1_A4MBC 0x00100000 /* Area 4 SRAM Byte Control Mode: */[all …]
27 * @param[in] type - the type of FRU area.62 * Returns the type of the current FRU area.64 * @return the type of FRU area72 * Returns the FRU area name.74 * @return the FRU area name94 * @param[in] value - The data to copy into the FRU area106 // Name of the FRU area. ( BOARD/CHASSIS/PRODUCT )112 // Actual area data.