| /linux-6.15/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_efuse.c | 33 Efuse_Read1ByteFromFakeContent(u16 Offset, u8 *Value) in Efuse_Read1ByteFromFakeContent() argument 35 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Read1ByteFromFakeContent() 38 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent() 40 *Value = fakeBTEfuseContent[fakeEfuseBank - 1][Offset]; in Efuse_Read1ByteFromFakeContent() 45 Efuse_Write1ByteToFakeContent(u16 Offset, u8 Value) in Efuse_Write1ByteToFakeContent() argument 47 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Write1ByteToFakeContent() 50 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent() 52 fakeBTEfuseContent[fakeEfuseBank - 1][Offset] = Value; in Efuse_Write1ByteToFakeContent() 358 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte() 367 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte() [all …]
|
| /linux-6.15/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 …
|
| H A D | directory.rst | 40 * - Offset 72 * - Offset 135 * - Offset 161 * - Offset 243 * - Offset 360 * - Offset 408 * - Offset 438 * - Offset
|
| H A D | ifork.rst | 74 * - Offset 110 * - Offset 140 * - Offset 180 * - Offset
|
| /linux-6.15/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() 251 part->XferInfo[xtrans].Offset = offset; in build_maps() 346 erase->addr = xfer->Offset; in erase_xfer() 444 eun->Offset, xfer->Offset); in copy_erase_unit() 467 offset = xfer->Offset + 20; /* Bad! */ in copy_erase_unit() 479 src = eun->Offset; dest = xfer->Offset; in copy_erase_unit() 540 swap(xfer->Offset, eun->Offset); in copy_erase_unit() 773 offset = (part->EUNInfo[log_addr / bsize].Offset in ftl_read() [all …]
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/devicetree/bindings/gpu/host1x/ |
| H A D | nvidia,tegra234-nvdec.yaml | 73 Offset to bootloader manifest from beginning of firmware that was configured by 79 Offset to bootloader code section from beginning of firmware that was configured by 85 Offset to bootloader data section from beginning of firmware that was configured by 91 Offset to operating system manifest from beginning of firmware that was configured by 97 Offset to operating system code section from beginning of firmware that was configured by 103 Offset to operating system data section from beginning of firmware that was configured
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | boot.rst | 273 Offset/size: 0x1f1/1 284 Offset/size: 0x1f2/2 307 Offset/size: 0x1f8/2 316 Offset/size: 0x1fa/2 324 Offset/size: 0x1fc/2 334 Offset/size: 0x1fe/2 344 Offset/size: 0x200/2 355 Offset/size: 0x202/4 364 Offset/size: 0x206/2 375 Offset/size: 0x208/4 [all …]
|
| /linux-6.15/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 |
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 48 * - Offset 99 * - Offset 124 * - Offset 149 * - Offset
|
| /linux-6.15/Documentation/devicetree/bindings/reset/ |
| H A D | lantiq,reset.yaml | 25 Offset of the reset set register 26 Offset of the reset status register
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | phy-lantiq-rcu-usb2.txt | 19 - Offset of the USB PHY configuration register 20 - Offset of the USB Analog configuration
|
| /linux-6.15/Documentation/firmware-guide/acpi/ |
| H A D | chromeos-acpi-device.rst | 201 Controller Offset //DWORD 209 Controller Offset //DWORD 246 * - Controller Offset 270 NV Storage Block Offset //DWORD 282 * - NV Storage Block Offset 284 - Offset in CMOS bank 0 of the verified boot non-volatile storage block, counting from
|
| /linux-6.15/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723b_phycfg.c | 92 struct adapter *Adapter, enum rf_path eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument 107 Offset &= 0xff; in phy_RFSerialRead_8723B() 109 NewOffset = Offset; in phy_RFSerialRead_8723B() 187 u32 Offset, in phy_RFSerialWrite_8723B() argument 196 Offset &= 0xff; in phy_RFSerialWrite_8723B() 201 NewOffset = Offset; in phy_RFSerialWrite_8723B()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | si476x.rst | 39 Offset Name Description 73 Offset Name Description 89 Offset Name Description 114 Offset Name Description
|
| /linux-6.15/Documentation/fpga/ |
| H A D | dfl.rst | 92 - Offset 0x00 104 - Offset 0x08 109 - Offset 0x10 151 - Offset 0x00 163 - Offset 0x08 167 - Offset 0x10 171 - Offset 0x18 177 - Offset 0x20 184 - Offset 0x28 if feature has parameters 191 - Offset 0x30 [all …]
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 36 Start addr | Offset | End addr | Size | VM area description 73 Start addr | Offset | End addr | Size | VM area description 109 Start addr | Offset | End addr | Size | VM area description
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | qcom-emac.txt | 12 - reg : Offset and length of the register regions for the device 21 - reg : Offset and length of the register region(s) for the device
|
| /linux-6.15/Documentation/devicetree/bindings/rng/ |
| H A D | hisi-rng.txt | 5 - reg : Offset and length of the register set of this block
|
| /linux-6.15/Documentation/devicetree/bindings/display/mediatek/ |
| H A D | mediatek,padding.yaml | 45 3. Offset from base address of the subsys you are at 52 - description: Offset from base address of the subsys
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | xgene.txt | 49 - csr-offset : Offset to the CSR reset register from the reset address base. 52 - enable-offset : Offset to the enable register from the reset address base. 55 - divider-offset : Offset to the divider CSR register from the divider base.
|
| /linux-6.15/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 17 Elf64_Addr r_offset; // Offset from the beginning of section. 56 Offset Info Type Symbol's Value Symbol's Name 62 Each relocation is represented by ``Offset`` (8 bytes) and ``Info`` (8 bytes). 64 (Offset 0x0) and the corresponding ``Info`` indicates the relocation type 109 Enum ELF Reloc Type Description BitSize Offset Calculation 211 Offset Info Type Symbol's Value Symbol's Name 221 Offset Info Type Symbol's Value Symbol's Name 236 Offset Info Type Symbol's Value Symbol's Name 240 Offset Info Type Symbol's Value Symbol's Name
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mpc5121-psc.txt | 17 - reg : Offset and length of the register set for the PSC device 41 - reg : Offset and length of the register set for the PSC
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-mvebu.yaml | 50 description: Offset in the register map for the gpio registers (in bytes) 80 description: Offset in the register map for the pwm registers (in bytes)
|