Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/drivers/staging/rtl8192e/
Drtl819x_TSProc.c97 eth_zero_addr(pTsCommonInfo->Addr); in ResetTsCommonInfo()
177 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument
211 if (memcmp(pRet->Addr, Addr, 6) == 0 && in SearchAdmitTRStream()
225 static void MakeTSEntry(struct ts_common_info *pTsCommonInfo, u8 *Addr, in MakeTSEntry() argument
234 memcpy(pTsCommonInfo->Addr, Addr, 6); in MakeTSEntry()
249 u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs) in GetTs() argument
258 if (is_multicast_ether_addr(Addr)) { in GetTs()
289 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
328 UP, Dir, Addr, *ppTS); in GetTs()
339 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
[all …]
Drtl819x_BAProc.c484 rtllib_send_ADDBAReq(ieee, pTS->TsCommonInfo.Addr, pBA); in rtllib_ts_init_add_ba()
496 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in rtllib_ts_init_del_ba()
505 rtllib_send_DELBA(ieee, pTsCommonInfo->Addr, in rtllib_ts_init_del_ba()
528 rtllib_send_DELBA(ieee, pTxTs->TsCommonInfo.Addr, in rtllib_tx_ba_inact_timeout()
541 rtllib_send_DELBA(ieee, pRxTs->ts_common_info.Addr, in rtllib_rx_ba_inact_timeout()
Drtl819x_TS.h22 u8 Addr[ETH_ALEN]; member
Drtllib.h2010 bool GetTs(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *Addr,
2015 void RemovePeerTS(struct rtllib_device *ieee, u8 *Addr);
/Linux-v6.6/Documentation/i2c/
Di2c-protocol.rst16 Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
30 S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
38 S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
50 S Addr Rd [A] [Data] NA S Addr Wr [A] Data [A] P
70 In a combined transaction, no 'S Addr Wr/Rd [A]' is generated at some
74 S Addr Rd [A] [Data] NA Data [A] P
77 we do not generate Addr, but we do generate the start condition S.
91 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 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-v6.6/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.h2334 u8 *Addr,
2341 void RemovePeerTS(struct ieee80211_device *ieee, u8 *Addr);
/Linux-v6.6/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-v6.6/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-v6.6/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()
6455 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6460 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
[all …]
/Linux-v6.6/Documentation/hwmon/
Dsmsc47b397.rst191 OUT DX,AL ; Point to HWM Base Addr MSB
193 IN AL,DX ; Get MSB of HWM Base Addr
/Linux-v6.6/Documentation/trace/coresight/
Dcoresight-perf.rst31 Idx:17; ID:10; I_ADDR_L_64IS0 : Address, Long, 64 bit, IS0.; Addr=0x0000000000000000;
33 …Idx:27; ID:10; I_ADDR_CTXT_L_64IS0 : Address & Context, Long, 64 bit, IS0.; Addr=0x0000FFFFB60691…
/Linux-v6.6/arch/arm/boot/dts/renesas/
Dr7s72100-rskrza1.dts130 /* RIIC ch3 (Port Expander, EEPROM (MAC Addr), Audio Codec) */
/Linux-v6.6/drivers/net/ethernet/cirrus/
Dcs89x0.c1390 unsigned int Addr; in cs89x0_probe1() local
1391 Addr = readreg(dev, PP_IA + i * 2); in cs89x0_probe1()
1392 addr[i * 2] = Addr & 0xFF; in cs89x0_probe1()
1393 addr[i * 2 + 1] = Addr >> 8; in cs89x0_probe1()
/Linux-v6.6/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-v6.6/arch/x86/tools/
Drelocs.c8 #define Elf_Addr ElfW(Addr)
832 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
/Linux-v6.6/arch/mips/boot/tools/
Drelocs.c8 #define Elf_Addr ElfW(Addr)
/Linux-v6.6/Documentation/powerpc/
Dpapr_hcalls.rst271 | Input: drcIndex, resultBuffer Addr
/Linux-v6.6/Documentation/networking/
Darcnet-hardware.rst596 | Offs|Base |I/O Addr |
597 | RAM Addr | ___|
805 < IRQ |I/O Addr |
2260 | Base I/O Base Addr. Station | |

12