Home
last modified time | relevance | path

Searched refs:Addr (Results 1 – 25 of 28) sorted by relevance

12

/linux-5.19.10/drivers/staging/r8188eu/hal/
Dodm_RegConfig8188E.c6 static void odm_ConfigRFReg_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, in odm_ConfigRFReg_8188E() argument
9 if (Addr == 0xffe) { in odm_ConfigRFReg_8188E()
11 } else if (Addr == 0xfd) { in odm_ConfigRFReg_8188E()
13 } else if (Addr == 0xfc) { in odm_ConfigRFReg_8188E()
15 } else if (Addr == 0xfb) { in odm_ConfigRFReg_8188E()
17 } else if (Addr == 0xfa) { in odm_ConfigRFReg_8188E()
19 } else if (Addr == 0xf9) { in odm_ConfigRFReg_8188E()
28 void odm_ConfigRF_RadioA_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8188E() argument
33 odm_ConfigRFReg_8188E(pDM_Odm, Addr, Data, Addr | maskforPhySet); in odm_ConfigRF_RadioA_8188E()
36 void odm_ConfigMAC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u8 Data) in odm_ConfigMAC_8188E() argument
[all …]
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dodm_RegConfig8723B.c12 u32 Addr, in odm_ConfigRFReg_8723B() argument
18 if (Addr == 0xfe || Addr == 0xffe) in odm_ConfigRFReg_8723B()
26 if (Addr == 0xb6) { in odm_ConfigRFReg_8723B()
31 pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord in odm_ConfigRFReg_8723B()
40 getvalue = PHY_QueryRFReg(pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord); in odm_ConfigRFReg_8723B()
46 if (Addr == 0xb2) { in odm_ConfigRFReg_8723B()
51 pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord in odm_ConfigRFReg_8723B()
76 pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord in odm_ConfigRFReg_8723B()
87 void odm_ConfigRF_RadioA_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8723B() argument
94 Addr, in odm_ConfigRF_RadioA_8723B()
[all …]
Dodm_RegConfig8723B.h11 u32 Addr,
17 void odm_ConfigRF_RadioA_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u32 Data);
19 void odm_ConfigMAC_8723B(struct dm_odm_t *pDM_Odm, u32 Addr, u8 Data);
22 u32 Addr,
27 void odm_ConfigBB_PHY_REG_PG_8723B(struct dm_odm_t *pDM_Odm, u32 RfPath, u32 Addr,
31 u32 Addr,
/linux-5.19.10/drivers/staging/rtl8192e/
Drtl819x_TSProc.c105 eth_zero_addr(pTsCommonInfo->Addr); in ResetTsCommonInfo()
209 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument
251 if (memcmp(pRet->Addr, Addr, 6) == 0 && in SearchAdmitTRStream()
265 static void MakeTSEntry(struct ts_common_info *pTsCommonInfo, u8 *Addr, in MakeTSEntry() argument
274 memcpy(pTsCommonInfo->Addr, Addr, 6); in MakeTSEntry()
289 u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs) in GetTs() argument
298 if (is_multicast_ether_addr(Addr)) { in GetTs()
329 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
370 UP, Dir, Addr, *ppTS); in GetTs()
381 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
[all …]
Drtl819x_BAProc.c491 rtllib_send_ADDBAReq(ieee, pTS->TsCommonInfo.Addr, pBA); in TsInitAddBA()
503 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in TsInitDelBA()
512 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in TsInitDelBA()
535 rtllib_send_DELBA(ieee, pTxTs->TsCommonInfo.Addr, in TxBaInactTimeout()
548 rtllib_send_DELBA(ieee, pRxTs->ts_common_info.Addr, in RxBaInactTimeout()
Drtl819x_TS.h24 u8 Addr[ETH_ALEN]; member
Drtllib.h2113 bool GetTs(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *Addr,
2118 void RemovePeerTS(struct rtllib_device *ieee, u8 *Addr);
/linux-5.19.10/drivers/staging/r8188eu/include/
Dodm_RegConfig8188E.h8 u32 Addr, u32 Data);
10 void odm_ConfigMAC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr, u8 Data);
12 void odm_ConfigBB_AGC_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
15 void odm_ConfigBB_PHY_REG_PG_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
18 void odm_ConfigBB_PHY_8188E(struct odm_dm_struct *pDM_Odm, u32 Addr,
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c204 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument
248 if (memcmp(pRet->addr, Addr, 6) == 0) in SearchAdmitTRStream()
265 static void MakeTSEntry(struct ts_common_info *pTsCommonInfo, u8 *Addr, in MakeTSEntry() argument
274 memcpy(pTsCommonInfo->addr, Addr, 6); in MakeTSEntry()
290 u8 *Addr, in GetTs() argument
301 if (is_multicast_ether_addr(Addr)) { in GetTs()
340 Addr, in GetTs()
382 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
394 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
451 void RemovePeerTS(struct ieee80211_device *ieee, u8 *Addr) in RemovePeerTS() argument
[all …]
Dieee80211.h2398 u8 *Addr,
2405 void RemovePeerTS(struct ieee80211_device *ieee, u8 *Addr);
/linux-5.19.10/Documentation/i2c/
Di2c-protocol.rst15 Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
33 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
41 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
53 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
73 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some
77 S Addr Rd [A] [Data] NA Data [A] P
80 we do not generate Addr, but we do generate the start condition S.
94 S Addr Rd [A] Data [A] Data [A] ... [A] Data [A] P
Dsmbus-protocol.rst44 Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
62 S Addr Rd/Wr [A] P
77 S Addr Rd [A] [Data] NA P
92 S Addr Wr [A] Data [A] P
105 S Addr Wr [A] Comm [A] Sr Addr Rd [A] [Data] NA P
119 S Addr Wr [A] Comm [A] Sr Addr Rd [A] [DataLow] A [DataHigh] NA P
139 S Addr Wr [A] Comm [A] Data [A] P
153 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P
168 S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A]
169 Sr Addr Rd [A] [DataLow] A [DataHigh] NA P
[all …]
/linux-5.19.10/drivers/media/pci/ngene/
Dngene-cards.c824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local
827 while (Addr + sizeof(u16) + 1 < MICNG_EE_END) { in ReadEEProm()
828 if (i2c_read_eeprom(adapter, 0x50, Addr, EETag, sizeof(EETag))) in ReadEEProm()
835 Addr += sizeof(u16) + 1 + EETag[2]; in ReadEEProm()
837 if (Addr + sizeof(u16) + 1 + EETag[2] > MICNG_EE_END) { in ReadEEProm()
846 Addr += sizeof(u16) + 1; in ReadEEProm()
847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm()
864 u16 Addr = MICNG_EE_START; in WriteEEProm() local
869 while (Addr + sizeof(u16) + 1 < MICNG_EE_END) { in WriteEEProm()
870 if (i2c_read_eeprom(adapter, 0x50, Addr, EETag, sizeof(EETag))) in WriteEEProm()
[all …]
/linux-5.19.10/drivers/net/ethernet/atheros/atlx/
Datl2.c2175 u32 Addr[2]; in get_permanent_address() local
2184 Addr[0] = 0; in get_permanent_address()
2185 Addr[1] = 0; in get_permanent_address()
2197 Addr[0] = Control; in get_permanent_address()
2200 Addr[1] = Control; in get_permanent_address()
2215 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2216 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()
2226 Addr[0] = 0; in get_permanent_address()
2227 Addr[1] = 0; in get_permanent_address()
2235 Addr[0] = Control; in get_permanent_address()
[all …]
/linux-5.19.10/drivers/scsi/
D53c700.scr27 ABSOLUTE MessageLocation = 0 ; Addr of message
29 ABSOLUTE CommandAddress = 0 ; Addr of Command
30 ABSOLUTE StatusAddress = 0 ; Addr to receive status return
31 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg
Dhpsa_cmd.h374 __le64 Addr; member
379 __le64 Addr; member
D53c700_d.h_shipped30 ABSOLUTE MessageLocation = 0 ; Addr of message
32 ABSOLUTE CommandAddress = 0 ; Addr of Command
33 ABSOLUTE StatusAddress = 0 ; Addr to receive status return
34 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg
Dhpsa.c2318 chain_sg->Addr = cpu_to_le64(0); in hpsa_map_sg_chain_block()
2321 chain_sg->Addr = cpu_to_le64(temp64); in hpsa_map_sg_chain_block()
2334 dma_unmap_single(&h->pdev->dev, le64_to_cpu(chain_sg->Addr), in hpsa_unmap_sg_chain_block()
2811 dma_unmap_single(&pdev->dev, le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap()
2837 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
4565 desc->Addr = cpu_to_le64(addr64); in hpsa_set_sg_descriptor()
4783 curr_sg->Addr = cpu_to_le64(addr64); in hpsa_scsi_ioaccel1_queue_command()
5543 c->ErrDesc.Addr = cpu_to_le64((u64) err_dma_handle); in hpsa_cmd_init()
6457 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6462 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
[all …]
/linux-5.19.10/Documentation/hwmon/
Dsmsc47b397.rst191 OUT DX,AL ; Point to HWM Base Addr MSB
193 IN AL,DX ; Get MSB of HWM Base Addr
/linux-5.19.10/arch/arm/boot/dts/
Dr7s72100-rskrza1.dts130 /* RIIC ch3 (Port Expander, EEPROM (MAC Addr), Audio Codec) */
/linux-5.19.10/Documentation/devicetree/bindings/eeprom/
Dat25.yaml92 Addr-mode flags, as defined in include/linux/spi/eeprom.h.
/linux-5.19.10/drivers/net/ethernet/cirrus/
Dcs89x0.c1389 unsigned int Addr; in cs89x0_probe1() local
1390 Addr = readreg(dev, PP_IA + i * 2); in cs89x0_probe1()
1391 addr[i * 2] = Addr & 0xFF; in cs89x0_probe1()
1392 addr[i * 2 + 1] = Addr >> 8; in cs89x0_probe1()
/linux-5.19.10/drivers/media/dvb-frontends/
Ddrxd_hard.c1038 u32 Addr, u16 DataSize, u8 *pData, u8 Flags)
1055 status = Write16(state, HI_RA_RAM_SRV_CFG_DIV__A, (u16) (Addr >> 16), 0);
1058 status = Write16(state, HI_RA_RAM_SRV_CFG_BDL__A, (u16) (Addr & 0xFFFF), 0);
1091 u32 Addr, u32 *pData, u8 Flags)
1098 status = AtomicReadBlock(state, Addr, sizeof(u32), buf, Flags);
/linux-5.19.10/arch/x86/tools/
Drelocs.c8 #define Elf_Addr ElfW(Addr)
831 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
/linux-5.19.10/arch/mips/boot/tools/
Drelocs.c8 #define Elf_Addr ElfW(Addr)

12