/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_efuse.c | 34 Efuse_Read1ByteFromFakeContent(u16 Offset, u8 *Value) in Efuse_Read1ByteFromFakeContent() argument 36 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Read1ByteFromFakeContent() 39 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent() 41 *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; in Efuse_Read1ByteFromFakeContent() 46 Efuse_Write1ByteToFakeContent(u16 Offset, u8 Value) in Efuse_Write1ByteToFakeContent() argument 48 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Write1ByteToFakeContent() 51 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent() 53 fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; in Efuse_Write1ByteToFakeContent() 452 static void efuse_ShadowRead1Byte(struct adapter *padapter, u16 Offset, u8 *Value) in efuse_ShadowRead1Byte() argument 456 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte() [all …]
|
/openbmc/libpldm/docs/oem/meta/ |
H A D | file-io.md | 7 | Offset | Type | Name | Description … 16 | Offset | Type | Name | Description … 30 | Offset | Type | Name | Description | 36 | Offset | Type | Name | Description … 39 | 1:2 | uint16 | Offset | Offset in read file. … 43 | Offset | Type | Name | Description | 50 | Offset | Type | Name | Description … 53 | 1:2 | uint16 | Offset | Offset in read file. …
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | blockmap.rst | 4 | i.i_block Offset | Where It Points … 11 | | | Indirect Block Offset | Where It Points … 19 | | | Double Indirect Block Offset | Where It Points … 24 | | | | | Indirect Block Offset | Where I… 33 | | | Triple Indirect Block Offset | Where It Points … 38 | | | | | Double Indirect Block Offset | Where… 43 … | | | | Indirect Block Offset | Where It …
|
/openbmc/linux/drivers/mtd/ |
H A D | ftl.c | 116 uint32_t Offset; member 122 uint32_t Offset; member 209 part->EUNInfo[i].Offset = 0xffffffff; in build_maps() 231 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps() 232 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps() 251 part->XferInfo[xtrans].Offset = offset; in build_maps() 284 offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); in build_maps() 336 pr_debug("ftl_cs: erasing xfer unit at 0x%x\n", xfer->Offset); in erase_xfer() 346 erase->addr = xfer->Offset; in erase_xfer() 382 pr_debug("ftl_cs: preparing xfer unit at 0x%x\n", xfer->Offset); in prepare_xfer() [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_phy.c | 20 enum rf90_radio_path eRFPath, u32 Offset); 22 enum rf90_radio_path eRFPath, u32 Offset, 58 enum rf90_radio_path eRFPath, u32 Offset) in _rtl92e_phy_rf_read() argument 65 Offset &= 0x3f; in _rtl92e_phy_rf_read() 68 if (Offset >= 31) { in _rtl92e_phy_rf_read() 73 NewOffset = Offset - 30; in _rtl92e_phy_rf_read() 74 } else if (Offset >= 16) { in _rtl92e_phy_rf_read() 80 NewOffset = Offset - 15; in _rtl92e_phy_rf_read() 82 NewOffset = Offset; in _rtl92e_phy_rf_read() 105 enum rf90_radio_path eRFPath, u32 Offset, in _rtl92e_phy_rf_write() argument [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-admv1013 | 17 Read/write value for the Local Oscillatior Feedthrough Offset Calibration I Positive 24 Read/write value for the Local Oscillatior Feedthrough Offset Calibration Q Positive side. 30 Read/write raw value for the Local Oscillatior Feedthrough Offset Calibration I Negative 37 Read/write raw value for the Local Oscillatior Feedthrough Offset Calibration Q Negative
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 176.out | 29 Offset Length File 31 Offset Length File 35 Offset Length File 69 Offset Length File 71 Offset Length File 75 Offset Length File 110 Offset Length File 112 Offset Length File 116 Offset Length File 147 Offset Length File [all …]
|
H A D | 097.out | 29 Offset Length File 31 Offset Length File 35 Offset Length File 66 Offset Length File 68 Offset Length File 72 Offset Length File 104 Offset Length File 106 Offset Length File 110 Offset Length File 138 Offset Length File [all …]
|
H A D | 150.out.qcow2 | 5 Offset Length File 9 Offset Length File
|
H A D | 150.out.raw | 5 Offset Length File 10 Offset Length File
|
H A D | 290.out | 16 Offset Length Mapped to File 28 Offset Length Mapped to File 47 Offset Length Mapped to File 60 Offset Length Mapped to File
|
H A D | 131.out | 33 Offset Length File 37 Offset Length File 44 Offset Length File 57 Offset Length File 73 Offset Length File
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 41 Offset: 0 42 Offset: 0 43 Offset: 8 44 Offset: 88 moving by -8 bytes. 45 Offset: 0 53 Offset: 0 54 Offset: 0 55 Offset: 8 56 Offset: 80 moving by 8 bytes. 57 Offset: 0 [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | ipz_parser.cpp | 18 enum Offset enum 66 const_cast<uint8_t*>(&vpdPtr[Offset::VHDR_RECORD]), in vhdrEccCheck() 68 const_cast<uint8_t*>(&vpdPtr[Offset::VHDR_ECC]), in vhdrEccCheck() 76 m_vpdFileStream.seekp(m_vpdStartOffset + Offset::VHDR_RECORD, in vhdrEccCheck() 79 &m_vpdVector[Offset::VHDR_RECORD]), in vhdrEccCheck() 108 std::advance(vpdPtr, Offset::VTOC_PTR); in vtocEccCheck() 207 std::advance(itrToVPD, Offset::VHDR); in checkHeader() 226 readUInt16LE((itrToVPD + Offset::VTOC_PTR)); // itrToVPD); in readTOC() 586 std::ranges::advance(l_itrToVPD, Offset::VHDR_RECORD, in readKeywordFromHardware() 590 l_record, l_keyword, Offset::VHDR_RECORD)}; in readKeywordFromHardware() [all …]
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | bootloader-interface.rst | 24 Offset Value Purpose 42 Offset Value Purpose 54 Offset Value Purpose 70 Offset Value Purpose
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
H A D | lpc.asl | 17 Offset (0x8), 26 Offset (0x88), 39 Offset(0x08), 41 Offset(0x80), 43 Offset(0x84)
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_fdt | 139 self.assertTrue(self.node.Offset() > 0) 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 179 self.dtb.GetFdtObj().del_node(self.node.Offset()) 236 p = self.fdt.getprop(self.node.Offset(), prop_name) 372 data = self.fdt.getprop(self.node.Offset(), 'one') 377 data = self.fdt.getprop(self.node.Offset(), 'one') 383 data = self.fdt.getprop(self.node.Offset(), 'string') 396 data = self.fdt.getprop(self.node.Offset(), 'string') [all …]
|
H A D | test_fdt.py | 139 self.assertTrue(self.node.Offset() > 0) 144 offset1 = node2.Offset() 146 offset2 = node2.Offset() 149 offset3 = node2.Offset() 179 self.dtb.GetFdtObj().del_node(self.node.Offset()) 236 p = self.fdt.getprop(self.node.Offset(), prop_name) 372 data = self.fdt.getprop(self.node.Offset(), 'one') 377 data = self.fdt.getprop(self.node.Offset(), 'one') 383 data = self.fdt.getprop(self.node.Offset(), 'string') 396 data = self.fdt.getprop(self.node.Offset(), 'string') [all …]
|
H A D | fdt.py | 205 while fdt_obj.setprop(node.Offset(), self.name, self.bytes, 208 fdt_obj.setprop(node.Offset(), self.name, self.bytes) 210 fdt_obj.setprop(node.Offset(), self.name, self.bytes) 255 def Offset(self): member in Node 272 phandle = fdt_obj.get_phandle(self.Offset()) 276 offset = fdt_obj.first_subnode(self.Offset(), QUIET_NOTFOUND) 326 CheckErr(self._fdt._fdt_obj.delprop(self.Offset(), prop_name),
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_phycfg.c | 93 struct adapter *Adapter, enum rf_path eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument 108 Offset &= 0xff; in phy_RFSerialRead_8723B() 110 NewOffset = Offset; in phy_RFSerialRead_8723B() 188 u32 Offset, in phy_RFSerialWrite_8723B() argument 197 Offset &= 0xff; in phy_RFSerialWrite_8723B() 202 NewOffset = Offset; in phy_RFSerialWrite_8723B() 771 unsigned char Offset /* Upper, Lower, or Don't care */ in PHY_SetBWMode8723B() argument 776 …etBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->Cur… in PHY_SetBWMode8723B()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 187 Offset/Size Proto Name Meaning 221 0248/4 2.08+ payload_offset Offset of kernel payload 227 0264/4 2.11+ handover_offset Offset of handover entry point 228 0268/4 2.15+ kernel_info_offset Offset of the kernel_info 273 Offset/size: 0x1f1/1 284 Offset/size: 0x1f2/2 295 Offset/size: 0x1f4/4 (protocol 2.04+) 0x1f4/2 (protocol ALL) 307 Offset/size: 0x1f8/2 316 Offset/size: 0x1fa/2 324 Offset/size: 0x1fc/2 [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | usbip_protocol.rst | 147 | Offset | Length | Value | Description | 161 | Offset | Length | Value | Description | 232 | Offset | Length | Value | Description | 251 | Offset | Length | Value | Description | 308 | Offset | Length | Description | 338 | Offset | Length | Description | 379 | Offset | Length | Description | 413 | Offset | Length | Description | 426 | Offset | Length | Description |
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-vsp1-hgo.rst | 48 * - Offset 99 * - Offset 124 * - Offset 149 * - Offset
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | oemhandler.hpp | 77 using Offset = uint8_t; typedef 85 Offset eventOffset;
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | types.hpp | 44 using Offset = uint8_t; typedef 74 using PreReqOffsetValueMap = std::map<Offset, PreReqValues>; 120 using OffsetValueMap = std::map<Offset, Values>; 208 Offset eventOffset;
|