/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_efuse.c | 38 u16 Offset, 43 u16 Offset, in Efuse_Read1ByteFromFakeContent() argument 46 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Read1ByteFromFakeContent() 50 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent() 52 *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; in Efuse_Read1ByteFromFakeContent() 59 u16 Offset, 64 u16 Offset, in Efuse_Write1ByteToFakeContent() argument 67 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Write1ByteToFakeContent() 70 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent() 72 fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; in Efuse_Write1ByteToFakeContent() [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
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 …
|
/kernel/linux/linux-5.10/drivers/mtd/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 38 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() 122 NewOffset = Offset; in _rtl92e_phy_rf_read() [all …]
|
/kernel/linux/linux-5.10/Documentation/arm/samsung/ |
D | bootloader-interface.rst | 24 Offset Value Purpose 42 Offset Value Purpose 54 Offset Value Purpose 70 Offset Value Purpose
|
/kernel/linux/linux-5.10/Documentation/x86/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_phycfg.c | 127 struct adapter *Adapter, enum RF_PATH eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument 142 Offset &= 0xff; in phy_RFSerialRead_8723B() 144 NewOffset = Offset; in phy_RFSerialRead_8723B() 232 u32 Offset, in phy_RFSerialWrite_8723B() argument 241 Offset &= 0xff; in phy_RFSerialWrite_8723B() 246 NewOffset = Offset; in phy_RFSerialWrite_8723B() 949 unsigned char Offset /* Upper, Lower, or Don't care */ in PHY_SetBWMode8723B() argument 954 …etBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->Cur… in PHY_SetBWMode8723B()
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | usbip_protocol.rst | 103 | Offset | Length | Value | Description | 117 | Offset | Length | Value | Description | 188 | Offset | Length | Value | Description | 207 | Offset | Length | Value | Description | 261 | Offset | Length | Value | Description | 321 | Offset | Length | Value | Description | 359 | Offset | Length | Value | Description | 388 | Offset | Length | Value | Description |
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-vsp1-hgo.rst | 48 * - Offset 99 * - Offset 124 * - Offset 149 * - Offset
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
D | lantiq,reset.txt | 16 - Offset of the reset set register 17 - Offset of the reset status register
|
D | bitmain,bm1880-reset.txt | 9 - reg: Offset and length of reset controller space in SCTRL.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | phy-lantiq-rcu-usb2.txt | 19 - Offset of the USB PHY configuration register 20 - Offset of the USB Analog configuration
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | al,alpine-smp | 27 - reg : Offset and length of the register set for the device 37 - reg : Offset and length of the register set for the device
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | si476x.rst | 39 Offset Name Description 73 Offset Name Description 89 Offset Name Description 114 Offset Name Description
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 516 enum ht_extchnl_offset Offset); 872 enum ht_extchnl_offset Offset) in HTSetConnectBwMode() argument 888 Offset == HT_EXTCHNL_OFFSET_LOWER) in HTSetConnectBwMode() 889 Offset = HT_EXTCHNL_OFFSET_NO_EXT; in HTSetConnectBwMode() 890 if (Offset == HT_EXTCHNL_OFFSET_UPPER || in HTSetConnectBwMode() 891 Offset == HT_EXTCHNL_OFFSET_LOWER) { in HTSetConnectBwMode() 893 pHTInfo->CurSTAExtChnlOffset = Offset; in HTSetConnectBwMode()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | fsl-spi.txt | 9 - reg : Offset and length of the register set for the device 43 - reg : Offset and length of the register set for the device.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/ |
D | hisi-rng.txt | 5 - reg : Offset and length of the register set of this block
|
D | atmel-trng.txt | 5 - reg : Offset and length of the register set of this block
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | rda,8810pl-uart.txt | 5 - reg : Offset and length of the register set for the device.
|
D | actions,owl-uart.txt | 6 - reg : Offset and length of the register set for the device.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | rda,8810pl-timer.txt | 5 - reg : Offset and length of the register set for the device.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
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.
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 1252 …ruct ieee80211_device *ieee, enum ht_channel_width Bandwidth, enum ht_extension_chan_offset Offset) in HTSetConnectBwMode() argument 1273 if (ieee->current_network.channel < 2 && Offset == HT_EXTCHNL_OFFSET_LOWER) in HTSetConnectBwMode() 1274 Offset = HT_EXTCHNL_OFFSET_NO_EXT; in HTSetConnectBwMode() 1275 if (Offset == HT_EXTCHNL_OFFSET_UPPER || Offset == HT_EXTCHNL_OFFSET_LOWER) { in HTSetConnectBwMode() 1277 pHTInfo->CurSTAExtChnlOffset = Offset; in HTSetConnectBwMode()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
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
|