Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 74) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_diag_reg_access.c58 static uint32_t address; in hif_ar6000_set_address_window_register() local
60 address = addr; in hif_ar6000_set_address_window_register()
64 (char *) (&address), in hif_ar6000_set_address_window_register()
88 uint32_t address, in hif_diag_read_access() argument
96 if (address & WORD_NON_ALIGNMENT_MASK) { in hif_diag_read_access()
99 __func__, address)); in hif_diag_read_access()
106 address); in hif_diag_read_access()
137 uint32_t address, uint32_t data) in hif_diag_write_access() argument
144 if (address & WORD_NON_ALIGNMENT_MASK) { in hif_diag_write_access()
147 __func__, address)); in hif_diag_write_access()
[all …]
H A Dhif_bmi_reg_access.c54 uint32_t address; in hif_bmi_buffer_send() local
65 address = in hif_bmi_buffer_send()
74 hif_read_write(device, address, in hif_bmi_buffer_send()
90 address = mbox_address[ENDPOINT1]; in hif_bmi_buffer_send()
91 status = hif_read_write(device, address, buffer, length, in hif_bmi_buffer_send()
165 uint32_t address; in hif_bmi_buffer_receive() local
276 address = mbox_address[ENDPOINT1]; in hif_bmi_buffer_receive()
277 status = hif_read_write(device, address, buffer, length, in hif_bmi_buffer_receive()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_diag.c39 uint32_t address, uint32_t size) in hif_ce_dump_target_memory() argument
41 uint32_t loc = address; in hif_ce_dump_target_memory()
94 static qdf_dma_addr_t get_ce_phy_addr(struct hif_softc *sc, uint32_t address, in get_ce_phy_addr() argument
104 TARG_CPU_SPACE_TO_CE_SPACE_AR900B(sc, sc->mem, address); in get_ce_phy_addr()
107 TARG_CPU_SPACE_TO_CE_SPACE(sc, sc->mem, address); in get_ce_phy_addr()
122 uint32_t address, uint8_t *data, int nbytes) in hif_diag_read_mem() argument
139 qdf_dma_addr_t ce_phy_addr = address; in hif_diag_read_mem()
172 if (address < boundary_addr) { in hif_diag_read_mem()
174 if ((address & 0x3) || ((uintptr_t) data & 0x3)) in hif_diag_read_mem()
179 hif_diag_read_access(hif_ctx, address, in hif_diag_read_mem()
[all …]
/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dbmi.c243 QDF_STATUS bmi_read_soc_register(uint32_t address, uint32_t *param, in bmi_read_soc_register() argument
256 bmi_assert(BMI_COMMAND_FITS(sizeof(cid) + sizeof(address))); in bmi_read_soc_register()
257 qdf_mem_zero(bmi_cmd_buff, sizeof(cid) + sizeof(address)); in bmi_read_soc_register()
258 qdf_mem_zero(bmi_rsp_buff, sizeof(cid) + sizeof(address)); in bmi_read_soc_register()
266 scn, address); in bmi_read_soc_register()
273 qdf_mem_copy(&(bmi_cmd_buff[offset]), &address, sizeof(address)); in bmi_read_soc_register()
274 offset += sizeof(address); in bmi_read_soc_register()
288 QDF_STATUS bmi_write_soc_register(uint32_t address, uint32_t param, in bmi_write_soc_register() argument
297 uint32_t size = sizeof(cid) + sizeof(address) + sizeof(param); in bmi_write_soc_register()
310 scn, address, param); in bmi_write_soc_register()
[all …]
H A Dbmi_1.c25 bmi_read_memory(uint32_t address, in bmi_read_memory() argument
51 sizeof(address) + sizeof(length))); in bmi_read_memory()
53 sizeof(address) + sizeof(length)); in bmi_read_memory()
55 sizeof(address) + sizeof(length)); in bmi_read_memory()
67 qdf_mem_copy(&(bmi_cmd_buff[offset]), &address, in bmi_read_memory()
68 sizeof(address)); in bmi_read_memory()
69 offset += sizeof(address); in bmi_read_memory()
90 address += rxlen; in bmi_read_memory()
96 QDF_STATUS bmi_write_memory(uint32_t address, uint8_t *buffer, uint32_t length, in bmi_write_memory() argument
104 const uint32_t header = sizeof(cid) + sizeof(address) + sizeof(length); in bmi_write_memory()
[all …]
H A Di_bmi.h181 QDF_STATUS bmi_execute(uint32_t address, uint32_t *param,
185 QDF_STATUS bmi_read_memory(uint32_t address, uint8_t *buffer, uint32_t length,
187 QDF_STATUS bmi_write_memory(uint32_t address, uint8_t *buffer, uint32_t length,
189 QDF_STATUS bmi_fast_download(uint32_t address, uint8_t *buffer, uint32_t length,
191 QDF_STATUS bmi_read_soc_register(uint32_t address,
193 QDF_STATUS bmi_write_soc_register(uint32_t address, uint32_t param,
201 QDF_STATUS bmi_sign_stream_start(uint32_t address, uint8_t *buffer,
H A Dol_fw.c174 uint32_t address, bool compressed) in __ol_transfer_bin_file() argument
440 status = bmi_sign_stream_start(address, in __ol_transfer_bin_file()
466 status = bmi_fast_download(address, in __ol_transfer_bin_file()
471 status = bmi_write_memory(address, in __ol_transfer_bin_file()
475 status = bmi_write_memory(address, in __ol_transfer_bin_file()
519 uint32_t address, bool compressed) in ol_transfer_bin_file() argument
527 ret = __ol_transfer_bin_file(ol_ctx, file, address, compressed); in ol_transfer_bin_file()
990 ol_check_dataset_patch(struct hif_opaque_softc *scn, uint32_t *address) in ol_check_dataset_patch() argument
1358 uint32_t param, address = 0; in ol_download_firmware() local
1380 (uint8_t *)&address, 4, ol_ctx); in ol_download_firmware()
[all …]
/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_sdio.h130 static inline void pld_sdio_release_virt_ramdump_mem(void *address) in pld_sdio_release_virt_ramdump_mem() argument
172 static inline void pld_sdio_release_virt_ramdump_mem(void *address) in pld_sdio_release_virt_ramdump_mem() argument
174 kfree(address); in pld_sdio_release_virt_ramdump_mem()
215 static inline void pld_hif_sdio_release_ramdump_mem(unsigned long *address) in pld_hif_sdio_release_ramdump_mem() argument
327 static inline void pld_hif_sdio_release_ramdump_mem(unsigned long *address) in pld_hif_sdio_release_ramdump_mem() argument
329 if (address) in pld_hif_sdio_release_ramdump_mem()
330 kfree(address); in pld_hif_sdio_release_ramdump_mem()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
H A Dhif_internal.h172 unsigned long address; /* request data */ member
318 u_int32_t address; /* address for the read/write operation */ member
403 #define SDIO_SET_CMD52_ARG(arg, rw, func, raw, address, writedata) \ argument
408 (((address) & 0x1FFFF) << 9) | \
412 #define SDIO_SET_CMD52_READ_ARG(arg, func, address) \ argument
413 SDIO_SET_CMD52_ARG(arg, 0, (func), 0, address, 0x00)
414 #define SDIO_SET_CMD52_WRITE_ARG(arg, func, address, value) \ argument
415 SDIO_SET_CMD52_ARG(arg, 1, (func), 0, address, value)
431 unsigned int address,
435 unsigned int address,
/wlan-driver/wpa_supplicant_8/hs20/client/
H A Dosu_client.h
H A Dosu_client.c
H A Dspp_client.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A Deapol_test.sgml
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dhif_usb.c711 QDF_STATUS hif_diag_read_access(struct hif_opaque_softc *scn, uint32_t address, in hif_diag_read_access() argument
723 cmd->Address = address; in hif_diag_read_access()
754 uint32_t address, in hif_diag_write_access() argument
764 cmd->Address = address; in hif_diag_write_access()
843 uint32_t address, uint8_t *data, in hif_diag_read_mem() argument
850 if ((address & 0x3) || ((uintptr_t)data & 0x3)) in hif_diag_read_mem()
856 address, in hif_diag_read_mem()
860 address += sizeof(uint32_t); in hif_diag_read_mem()
879 uint32_t address, in hif_diag_write_mem() argument
885 if ((address & 0x3) || ((uintptr_t)data & 0x3)) in hif_diag_write_mem()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c1479 unsigned long address, in hif_read_write() argument
1489 device, address, buffer); in hif_read_write()
1512 "WRITE", address, length); in hif_read_write()
1515 busrequest->address = address; in hif_read_write()
1630 uint32_t address, char *buffer, in __hif_read_write() argument
1650 address, length, in __hif_read_write()
1678 &length, &address); in __hif_read_write()
1681 address, length, in __hif_read_write()
1687 hif_debug("Addr mode: fixed 0x%X", address); in __hif_read_write()
1690 hif_debug("Address mode: Incremental 0x%X", address); in __hif_read_write()
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-P2P
H A Dwmm_ac.c
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
H A Dhif_scatter.c41 #define SDIO_SET_CMD53_ARG(arg, rw, func, mode, opcode, address, bytes_blocks) \ argument
46 (((address) & 0x1FFFF) << 9) | \
134 req->address, data.blksz, data.blocks, in do_hif_read_write_scatter()
185 opcode, req->address, data.blocks); in do_hif_read_write_scatter()
213 req->address, data.blksz, data.blocks)); in do_hif_read_write_scatter()
H A Dhif.c51 (request->address >= 0x1000 && \
52 request->address < 0x1FFFF))
1010 unsigned int address, in func0_cmd52_write_byte() argument
1018 SDIO_SET_CMD52_WRITE_ARG(arg, 0, address, byte); in func0_cmd52_write_byte()
1031 unsigned int address, in func0_cmd52_read_byte() argument
1039 SDIO_SET_CMD52_READ_ARG(arg, 0, address); in func0_cmd52_read_byte()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_link_list.h60 #define GET_BASE_ADDR(address, type, field) \ argument
61 (qdf_container_of(address, type, field))
/wlan-driver/wpa_supplicant_8/hostapd/
H A DREADME-MULTI-AP
H A Dhostapd.wpa_psk
H A Dhostapd.accept
/wlan-driver/qca-wifi-host-cmn/htc/
H A Ddl_list.h31 #define A_CONTAINING_STRUCT(address, struct_type, field_name) \ argument
32 (qdf_container_of(address, struct_type, field_name))
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c

123