| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_efuse.c | 191 static void efuse_ShadowRead1Byte(struct adapter *padapter, u16 Offset, u8 *Value) in efuse_ShadowRead1Byte() argument 195 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte() 200 static void efuse_ShadowRead2Byte(struct adapter *padapter, u16 Offset, u16 *Value) in efuse_ShadowRead2Byte() argument 204 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte() 205 *Value |= pEEPROM->efuse_eeprom_data[Offset + 1] << 8; in efuse_ShadowRead2Byte() 210 static void efuse_ShadowRead4Byte(struct adapter *padapter, u16 Offset, u32 *Value) in efuse_ShadowRead4Byte() argument 214 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead4Byte() 215 *Value |= pEEPROM->efuse_eeprom_data[Offset + 1] << 8; in efuse_ShadowRead4Byte() 216 *Value |= pEEPROM->efuse_eeprom_data[Offset + 2] << 16; in efuse_ShadowRead4Byte() 217 *Value |= pEEPROM->efuse_eeprom_data[Offset + 3] << 24; in efuse_ShadowRead4Byte() [all …]
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 75 offset: &mut file::Offset, in write_to_slice() argument 84 offset: &mut file::Offset, in write_to_slice() argument 95 offset: &mut file::Offset, in write_to_slice() argument 112 offset: &mut file::Offset, in write_to_slice() argument 127 offset: &mut file::Offset, in write_to_slice() argument 141 offset: &mut file::Offset, in write_to_slice() argument 156 offset: &mut file::Offset, in write_to_slice() argument 229 offset: &mut file::Offset, in read_from_slice_mut() argument 238 offset: &mut file::Offset, in read_from_slice_mut() argument 249 offset: &mut file::Offset, in read_from_slice_mut() argument [all …]
|
| /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 …
|
| H A D | directory.rst | 40 * - Offset 72 * - Offset 135 * - Offset 161 * - Offset 243 * - Offset 361 * - Offset 409 * - Offset 439 * - Offset
|
| H A D | ifork.rst | 74 * - Offset 110 * - Offset 140 * - Offset 180 * - Offset
|
| H A D | inodes.rst | 36 * - Offset 325 * - Offset 342 * - Offset 357 * - Offset 376 * - Offset 413 * - Offset 444 * - Offset
|
| H A D | attributes.rst | 36 * - Offset 53 * - Offset 98 * - Offset
|
| /linux/drivers/mtd/ |
| H A D | ftl.c | 116 uint32_t Offset; member 122 uint32_t Offset; member 208 part->EUNInfo[i].Offset = 0xffffffff; in build_maps() 228 (part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset == 0xffffffff)) { in build_maps() 229 part->EUNInfo[le16_to_cpu(header.LogicalEUN)].Offset = offset; in build_maps() 248 part->XferInfo[xtrans].Offset = offset; in build_maps() 281 offset = part->EUNInfo[i].Offset + le32_to_cpu(header.BAMOffset); in build_maps() 333 pr_debug("ftl_cs: erasing xfer unit at 0x%x\n", xfer->Offset); in erase_xfer() 343 erase->addr = xfer->Offset; in erase_xfer() 379 pr_debug("ftl_cs: preparing xfer unit at 0x%x\n", xfer->Offset); in prepare_xfer() [all …]
|
| /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
|
| H A D | debugfs-amd-iommu | 16 Offset:0x18 Value:0x000c22000003f48d 33 Offset:0x10 Value:0x00203040 48 CMD Buffer Head Offset:339 Tail Offset:339
|
| H A D | debugfs-intel-iommu | 15 Name Offset Contents 26 Name Offset Contents 37 Name Offset Contents
|
| /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
|
| /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 …]
|
| /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 |
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 49 * - Offset 100 * - Offset 125 * - Offset 150 * - Offset
|
| /linux/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/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/Documentation/fpga/ |
| H A D | dfl.rst | 92 - Offset 0x00 104 - Offset 0x08 109 - Offset 0x10 134 |63 Reg Address/Offset 1| Rel 0| 0x18 151 - Offset 0x00 163 - Offset 0x08 167 - Offset 0x10 171 - Offset 0x18 173 * Reg Address/Offset - If Rel bit is set, then the value is the high 63 bits 177 - Offset 0x20 [all …]
|
| /linux/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/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/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/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/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/Documentation/w1/slaves/ |
| H A D | w1_ds2438.rst | 57 This file controls the 2-byte Offset Register of the chip. 58 Writing a 2-byte value will change the Offset Register, which changes the
|
| /linux/Documentation/devicetree/bindings/mips/lantiq/ |
| H A D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration
|