Home
last modified time | relevance | path

Searched refs:Offset (Results 1 - 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c38 u16 Offset,
43 u16 Offset, in Efuse_Read1ByteFromFakeContent()
46 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Read1ByteFromFakeContent()
48 /* DbgPrint("Read fake content, offset = %d\n", Offset); */ 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()
67 if (Offset >= EFUSE_MAX_HW_SIZE) in Efuse_Write1ByteToFakeContent()
70 fakeEfuseContent[Offset] in Efuse_Write1ByteToFakeContent()
41 Efuse_Read1ByteFromFakeContent( struct adapter *padapter, u16 Offset, u8 *Value) Efuse_Read1ByteFromFakeContent() argument
62 Efuse_Write1ByteToFakeContent( struct adapter *padapter, u16 Offset, u8 Value) Efuse_Write1ByteToFakeContent() argument
496 efuse_ShadowRead1Byte( struct adapter *padapter, u16 Offset, u8 *Value) efuse_ShadowRead1Byte() argument
509 efuse_ShadowRead2Byte( struct adapter *padapter, u16 Offset, u16 *Value) efuse_ShadowRead2Byte() argument
523 efuse_ShadowRead4Byte( struct adapter *padapter, u16 Offset, u32 *Value) efuse_ShadowRead4Byte() argument
590 EFUSE_ShadowRead( struct adapter *padapter, u8 Type, u16 Offset, u32 *Value) EFUSE_ShadowRead() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A 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()
461 efuse_ShadowRead2Byte(struct adapter *padapter, u16 Offset, u16 *Value) efuse_ShadowRead2Byte() argument
471 efuse_ShadowRead4Byte(struct adapter *padapter, u16 Offset, u32 *Value) efuse_ShadowRead4Byte() argument
531 EFUSE_ShadowRead(struct adapter *padapter, u8 Type, u16 Offset, u32 *Value) EFUSE_ShadowRead() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/
H A 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...]
/kernel/linux/linux-6.6/drivers/mtd/
H A 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...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c20 enum rf90_radio_path eRFPath, u32 Offset);
22 enum rf90_radio_path eRFPath, u32 Offset,
58 enum rf90_radio_path eRFPath, u32 Offset) in _rtl92e_phy_rf_read()
65 Offset &= 0x3f; in _rtl92e_phy_rf_read()
68 if (Offset >= 31) { in _rtl92e_phy_rf_read()
73 NewOffset = Offset - 30; in _rtl92e_phy_rf_read()
74 } else if (Offset >= 16) { in _rtl92e_phy_rf_read()
80 NewOffset = Offset - 15; in _rtl92e_phy_rf_read()
82 NewOffset = Offset; in _rtl92e_phy_rf_read()
105 enum rf90_radio_path eRFPath, u32 Offset, in _rtl92e_phy_rf_write()
57 _rtl92e_phy_rf_read(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) _rtl92e_phy_rf_read() argument
104 _rtl92e_phy_rf_write(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) _rtl92e_phy_rf_write() argument
206 _rtl92e_phy_rf_fw_read(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) _rtl92e_phy_rf_fw_read() argument
231 _rtl92e_phy_rf_fw_write(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) _rtl92e_phy_rf_fw_write() argument
887 rtl92e_set_bw_mode(struct net_device *dev, enum ht_channel_width bandwidth, enum ht_extchnl_offset Offset) rtl92e_set_bw_mode() argument
[all...]
H A Dr8192E_phy.h47 enum ht_extchnl_offset Offset);
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A 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()
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()
91 _rtl92e_phy_rf_read(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) _rtl92e_phy_rf_read() argument
148 _rtl92e_phy_rf_write(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) _rtl92e_phy_rf_write() argument
260 _rtl92e_phy_rf_fw_read(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) _rtl92e_phy_rf_fw_read() argument
286 _rtl92e_phy_rf_fw_write(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) _rtl92e_phy_rf_fw_write() argument
1258 rtl92e_set_bw_mode(struct net_device *dev, enum ht_channel_width Bandwidth, enum ht_extchnl_offset Offset) rtl92e_set_bw_mode() argument
[all...]
H A Dr8192E_phy.h79 enum ht_extchnl_offset Offset);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c127 struct adapter *Adapter, enum RF_PATH eRFPath, u32 Offset in phy_RFSerialRead_8723B()
142 Offset &= 0xff; in phy_RFSerialRead_8723B()
144 NewOffset = Offset; in phy_RFSerialRead_8723B()
194 * u32 Offset, The target address to be read
232 u32 Offset, in phy_RFSerialWrite_8723B()
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()
954 PHY_HandleSwChnlAndSetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalDat in PHY_SetBWMode8723B()
229 phy_RFSerialWrite_8723B( struct adapter *Adapter, enum RF_PATH eRFPath, u32 Offset, u32 Data ) phy_RFSerialWrite_8723B() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c93 struct adapter *Adapter, enum rf_path eRFPath, u32 Offset in phy_RFSerialRead_8723B()
108 Offset &= 0xff; in phy_RFSerialRead_8723B()
110 NewOffset = Offset; in phy_RFSerialRead_8723B()
152 * @Offset: The target address to be read
188 u32 Offset, in phy_RFSerialWrite_8723B()
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()
776 PHY_HandleSwChnlAndSetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalDat in PHY_SetBWMode8723B()
185 phy_RFSerialWrite_8723B( struct adapter *Adapter, enum rf_path eRFPath, u32 Offset, u32 Data ) phy_RFSerialWrite_8723B() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c516 enum ht_extchnl_offset Offset);
872 enum ht_extchnl_offset Offset) in HTSetConnectBwMode()
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()
870 HTSetConnectBwMode(struct rtllib_device *ieee, enum ht_channel_width Bandwidth, enum ht_extchnl_offset Offset) HTSetConnectBwMode() argument
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c505 enum ht_extchnl_offset Offset);
848 enum ht_extchnl_offset Offset) in HTSetConnectBwMode()
864 Offset == HT_EXTCHNL_OFFSET_LOWER) in HTSetConnectBwMode()
865 Offset = HT_EXTCHNL_OFFSET_NO_EXT; in HTSetConnectBwMode()
866 if (Offset == HT_EXTCHNL_OFFSET_UPPER || in HTSetConnectBwMode()
867 Offset == HT_EXTCHNL_OFFSET_LOWER) { in HTSetConnectBwMode()
869 ht_info->CurSTAExtChnlOffset = Offset; in HTSetConnectBwMode()
846 HTSetConnectBwMode(struct rtllib_device *ieee, enum ht_channel_width bandwidth, enum ht_extchnl_offset Offset) HTSetConnectBwMode() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c1252 void HTSetConnectBwMode(struct ieee80211_device *ieee, enum ht_channel_width Bandwidth, enum ht_extension_chan_offset Offset) in HTSetConnectBwMode() argument
1262 // (pHTInfo->bCurBW40MHz==true && Bandwidth==HT_CHANNEL_WIDTH_20_40 && Offset==pHTInfo->CurSTAExtChnlOffset)) in HTSetConnectBwMode()
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-6.6/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c1249 void HTSetConnectBwMode(struct ieee80211_device *ieee, enum ht_channel_width Bandwidth, enum ht_extension_chan_offset Offset) in HTSetConnectBwMode() argument
1259 // (pHTInfo->bCurBW40MHz==true && Bandwidth==HT_CHANNEL_WIDTH_20_40 && Offset==pHTInfo->CurSTAExtChnlOffset)) in HTSetConnectBwMode()
1270 if (ieee->current_network.channel < 2 && Offset == HT_EXTCHNL_OFFSET_LOWER) in HTSetConnectBwMode()
1271 Offset = HT_EXTCHNL_OFFSET_NO_EXT; in HTSetConnectBwMode()
1272 if (Offset == HT_EXTCHNL_OFFSET_UPPER || Offset == HT_EXTCHNL_OFFSET_LOWER) { in HTSetConnectBwMode()
1274 pHTInfo->CurSTAExtChnlOffset = Offset; in HTSetConnectBwMode()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dhal_phy_cfg.h57 unsigned char Offset);
H A Drtw_efuse.h120 void EFUSE_ShadowRead(struct adapter *padapter, u8 Type, u16 Offset, u32 *Value);
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dhal_phy_cfg.h57 unsigned char Offset);
H A Drtw_efuse.h120 void EFUSE_ShadowRead(struct adapter *padapter, u8 Type, u16 Offset, u32 *Value);
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2file.c171 cur->Offset = cpu_to_le64(li->offset); in smb2_unlock_range()
232 cur->Offset = cpu_to_le64(li->offset); in smb2_push_mand_fdlocks()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h36 li t0, 0x1c000 # Offset of text into node memory
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h36 li t0, 0x1c000 # Offset of text into node memory
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H A Driva_hw.c1865 NV_WR32(&Surface->Offset, 0, surf0); in nv3SetSurfaces2D()
1867 NV_WR32(&Surface->Offset, 0, surf1); in nv3SetSurfaces2D()
1881 NV_WR32(&Surface->Offset, 0, surf0); in nv4SetSurfaces2D()
1883 NV_WR32(&Surface->Offset, 0, surf1); in nv4SetSurfaces2D()
1897 NV_WR32(&Surface->Offset, 0, surf0); in nv10SetSurfaces2D()
1899 NV_WR32(&Surface->Offset, 0, surf1); in nv10SetSurfaces2D()
1914 NV_WR32(&Surface->Offset, 0, surf0); in nv3SetSurfaces3D()
1916 NV_WR32(&Surface->Offset, 0, surf1); in nv3SetSurfaces3D()
1930 NV_WR32(&Surface->Offset, 0, surf0); in nv4SetSurfaces3D()
1932 NV_WR32(&Surface->Offset, in nv4SetSurfaces3D()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H A Driva_hw.c1845 NV_WR32(&Surface->Offset, 0, surf0); in nv3SetSurfaces2D()
1847 NV_WR32(&Surface->Offset, 0, surf1); in nv3SetSurfaces2D()
1861 NV_WR32(&Surface->Offset, 0, surf0); in nv4SetSurfaces2D()
1863 NV_WR32(&Surface->Offset, 0, surf1); in nv4SetSurfaces2D()
1877 NV_WR32(&Surface->Offset, 0, surf0); in nv10SetSurfaces2D()
1879 NV_WR32(&Surface->Offset, 0, surf1); in nv10SetSurfaces2D()
1894 NV_WR32(&Surface->Offset, 0, surf0); in nv3SetSurfaces3D()
1896 NV_WR32(&Surface->Offset, 0, surf1); in nv3SetSurfaces3D()
1910 NV_WR32(&Surface->Offset, 0, surf0); in nv4SetSurfaces3D()
1912 NV_WR32(&Surface->Offset, in nv4SetSurfaces3D()
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S43 .long pe_header - start @ Offset to the PE header.
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Defi-header.S43 .long pe_header - start @ Offset to the PE header.

Completed in 24 milliseconds

123