Lines Matching defs:address

88 					     unsigned int address,
94 FIELD_PREP(GENMASK(25, 9), address) |
100 unsigned int address,
106 ath10k_sdio_set_cmd52_arg(&io_cmd.arg, 1, 0, address, byte);
114 unsigned int address,
121 ath10k_sdio_set_cmd52_arg(&io_cmd.arg, 0, 0, address, 0);
227 ath10k_warn(ar, "failed to write 0x%x to address 0x%x: %d\n",
258 ath10k_warn(ar, "failed to write value 0x%x to fixed sb address 0x%x: %d\n",
283 ath10k_warn(ar, "failed to read from address 0x%x: %d\n",
307 ath10k_warn(ar, "failed to read from address 0x%x: %d\n",
335 ath10k_warn(ar, "failed to write to address 0x%x: %d\n",
362 ath10k_warn(ar, "failed to read from fixed (sb) address 0x%x: %d\n",
878 ath10k_warn(ar, "unable to write to error int status address: %d\n",
915 ath10k_warn(ar, "unable to write to cpu interrupt status address: %d\n",
1271 /* We always read from the start of the mbox address */
1330 ret = ath10k_sdio_write(ar, req->address, skb->data, skb->len);
1333 req->address, ret);
1469 if (req->address >= mbox_info->htc_addr &&
1506 bus_req->address = addr;
1657 u32 address;
1664 /* Write TX data to the end of the mbox address space */
1665 address = ar_sdio->mbox_addr[eid] + ar_sdio->mbox_size[eid] -
1667 ret = ath10k_sdio_prep_async_req(ar, address, skb,
1728 static int ath10k_sdio_hif_diag_read(struct ath10k *ar, u32 address, void *buf,
1739 ret = ath10k_sdio_write32(ar, MBOX_WINDOW_READ_ADDR_ADDRESS, address);
1741 ath10k_warn(ar, "failed to set mbox window read address: %d", ret);
1748 ath10k_warn(ar, "failed to read from mbox window data address: %d\n",
1761 static int ath10k_sdio_diag_read32(struct ath10k *ar, u32 address,
1771 ret = ath10k_sdio_hif_diag_read(ar, address, val, sizeof(*val));
1783 static int ath10k_sdio_hif_diag_write_mem(struct ath10k *ar, u32 address,
1792 "failed to write 0x%p to mbox window data address: %d\n",
1798 ret = ath10k_sdio_write32(ar, MBOX_WINDOW_WRITE_ADDR_ADDRESS, address);
1800 ath10k_warn(ar, "failed to set mbox window write address: %d", ret);
1876 /* eid 0 always uses the lower part of the extended mailbox address
2061 * mailbox address space (ext_info[1].htc_ext_addr) and WMI ctrl
2079 /* HTC ctrl ep mbox address has already been setup in
2216 static int ath10k_sdio_read_mem(struct ath10k *ar, u32 address, void *buf,
2223 ret = ath10k_sdio_diag_read32(ar, address + i, &val);
2225 ath10k_warn(ar, "unable to read mem %d value\n", address + i);
2302 ath10k_warn(ar, "incorrect memdump region 0x%x with section start address 0x%x.\n",
2310 * start address
2323 ath10k_warn(ar, "incorrect ramdump format with start address 0x%x and stop address 0x%x\n",
2337 ath10k_warn(ar, "next ramdump section 0x%x is smaller than current end address 0x%x\n",