| /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 | 54 offset: &mut file::Offset, in write_to_slice() argument 63 offset: &mut file::Offset, in write_to_slice() argument 74 offset: &mut file::Offset, in write_to_slice() argument 91 offset: &mut file::Offset, in write_to_slice() argument 106 offset: &mut file::Offset, in write_to_slice() argument 120 offset: &mut file::Offset, in write_to_slice() argument 135 offset: &mut file::Offset, in write_to_slice() argument 208 offset: &mut file::Offset, in read_from_slice_mut() argument 217 offset: &mut file::Offset, in read_from_slice_mut() argument 228 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 | attributes.rst | 36 * - Offset 53 * - Offset 98 * - Offset
|
| /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/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/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/devicetree/bindings/mips/lantiq/ |
| H A D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration
|
| /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/mtd/ |
| H A D | hisilicon,fmc-spi-nor.txt | 8 - reg : Offset and length of the register set for the controller device.
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-pca-platform.txt | 10 - reg : Offset and length of the register set for the device
|
| H A D | i2c-axxia.txt | 5 - reg : Offset and length of the register set for the device
|
| H A D | i2c-altera.txt | 7 - reg : Offset and length of the register set for the device
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | iproc-udc.txt | 12 - reg: Offset and length of UDC register set
|