Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 197) sorted by relevance

12345678

/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_efuse.c34 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 …]
/linux-6.1.9/Documentation/filesystems/ext4/
Dblockmap.rst4 | 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 …
Ddirectory.rst40 * - Offset
72 * - Offset
135 * - Offset
161 * - Offset
243 * - Offset
360 * - Offset
408 * - Offset
438 * - Offset
Difork.rst74 * - Offset
110 * - Offset
140 * - Offset
180 * - Offset
/linux-6.1.9/drivers/mtd/
Dftl.c116 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 …]
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c38 enum rf90_radio_path eRFPath, u32 Offset);
40 enum rf90_radio_path eRFPath, u32 Offset,
92 enum rf90_radio_path eRFPath, u32 Offset) in _rtl92e_phy_rf_read() argument
99 Offset &= 0x3f; in _rtl92e_phy_rf_read()
103 if (Offset >= 31) { in _rtl92e_phy_rf_read()
108 NewOffset = Offset - 30; in _rtl92e_phy_rf_read()
109 } else if (Offset >= 16) { in _rtl92e_phy_rf_read()
116 NewOffset = Offset - 15; in _rtl92e_phy_rf_read()
118 NewOffset = Offset; in _rtl92e_phy_rf_read()
120 NewOffset = Offset; in _rtl92e_phy_rf_read()
[all …]
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-admv101317 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.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_phycfg.c115 u32 Offset in phy_RFSerialRead() argument
127 Offset &= 0xff; in phy_RFSerialRead()
132 NewOffset = Offset; in phy_RFSerialRead()
206 u32 Offset, in phy_RFSerialWrite() argument
217 Offset &= 0xff; in phy_RFSerialWrite()
222 NewOffset = Offset; in phy_RFSerialWrite()
662 unsigned char Offset) /* Upper, Lower, or Don't care */ in PHY_SetBWMode8188E() argument
669 pHalData->nCur40MhzPrimeSC = Offset; in PHY_SetBWMode8188E()
/linux-6.1.9/Documentation/arm/samsung/
Dbootloader-interface.rst24 Offset Value Purpose
42 Offset Value Purpose
54 Offset Value Purpose
70 Offset Value Purpose
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c93 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()
/linux-6.1.9/Documentation/bpf/
Dllvm_reloc.rst17 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
107 Enum ELF Reloc Type Description BitSize Offset Calculation
209 Offset Info Type Symbol's Value Symbol's Name
219 Offset Info Type Symbol's Value Symbol's Name
234 Offset Info Type Symbol's Value Symbol's Name
238 Offset Info Type Symbol's Value Symbol's Name
/linux-6.1.9/Documentation/x86/
Dboot.rst187 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-6.1.9/Documentation/usb/
Dusbip_protocol.rst147 | 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.1.9/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-vsp1-hgo.rst48 * - Offset
99 * - Offset
124 * - Offset
149 * - Offset
/linux-6.1.9/Documentation/devicetree/bindings/reset/
Dlantiq,reset.yaml25 Offset of the reset set register
26 Offset of the reset status register
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dphy-lantiq-rcu-usb2.txt19 - Offset of the USB PHY configuration register
20 - Offset of the USB Analog configuration
/linux-6.1.9/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst202 Controller Offset //DWORD
210 Controller Offset //DWORD
247 * - Controller Offset
271 NV Storage Block Offset //DWORD
283 * - NV Storage Block Offset
285 - Offset in CMOS bank 0 of the verified boot non-volatile storage block, counting from
/linux-6.1.9/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dal,alpine-smp27 - reg : Offset and length of the register set for the device
37 - reg : Offset and length of the register set for the device
/linux-6.1.9/Documentation/admin-guide/media/
Dsi476x.rst39 Offset Name Description
73 Offset Name Description
89 Offset Name Description
114 Offset Name Description
/linux-6.1.9/drivers/staging/rtl8192e/
Drtl819x_HTProc.c507 enum ht_extchnl_offset Offset);
854 enum ht_extchnl_offset Offset) in HTSetConnectBwMode() argument
870 Offset == HT_EXTCHNL_OFFSET_LOWER) in HTSetConnectBwMode()
871 Offset = HT_EXTCHNL_OFFSET_NO_EXT; in HTSetConnectBwMode()
872 if (Offset == HT_EXTCHNL_OFFSET_UPPER || in HTSetConnectBwMode()
873 Offset == HT_EXTCHNL_OFFSET_LOWER) { in HTSetConnectBwMode()
875 pHTInfo->CurSTAExtChnlOffset = Offset; in HTSetConnectBwMode()
/linux-6.1.9/Documentation/devicetree/bindings/nvmem/
Dnvmem.yaml50 Offset and size in bytes within the storage device.
58 Offset in bit within the address range specified by reg.
/linux-6.1.9/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt9 - reg : Offset and length of the register set for the device
43 - reg : Offset and length of the register set for the device.
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dqcom-emac.txt12 - 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.1.9/Documentation/devicetree/bindings/rng/
Dhisi-rng.txt5 - reg : Offset and length of the register set of this block
/linux-6.1.9/Documentation/devicetree/bindings/clock/
Dxgene.txt49 - 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.

12345678