Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dath_procfs.c95 uint32_t offset = 0, memtype = 0; in ath_procfs_diag_read_legacy() local
133 memtype = ((uint32_t)(*pos) & 0xff000000) >> 24; in ath_procfs_diag_read_legacy()
136 offset, memtype, count); in ath_procfs_diag_read_legacy()
138 offset, memtype, count, in ath_procfs_diag_read_legacy()
175 uint32_t offset = 0, memtype = 0; in ath_procfs_diag_write_legacy() local
220 memtype = ((uint32_t)(*pos) & 0xff000000) >> 24; in ath_procfs_diag_write_legacy()
223 offset, memtype, count); in ath_procfs_diag_write_legacy()
225 offset, memtype, count, in ath_procfs_diag_write_legacy()
338 uint32_t memtype, in ath_procfs_diag_read_ext() argument
372 memtype, in ath_procfs_diag_read_ext()
[all …]
/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_usb.h56 uint32_t memtype, uint32_t datalen,
71 uint32_t memtype, uint32_t datalen,
97 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_read() argument
104 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_write() argument
H A Dpld_snoc.h103 uint32_t memtype, uint32_t datalen, in pld_snoc_athdiag_read() argument
109 uint32_t memtype, uint32_t datalen, in pld_snoc_athdiag_write() argument
345 uint32_t memtype, uint32_t datalen, in pld_snoc_athdiag_read() argument
348 return icnss_athdiag_read(dev, offset, memtype, datalen, output); in pld_snoc_athdiag_read()
351 uint32_t memtype, uint32_t datalen, in pld_snoc_athdiag_write() argument
354 return icnss_athdiag_write(dev, offset, memtype, datalen, input); in pld_snoc_athdiag_write()
H A Dpld_ipci.h150 uint32_t memtype, uint32_t datalen, in pld_ipci_athdiag_read() argument
157 uint32_t memtype, uint32_t datalen, in pld_ipci_athdiag_write() argument
374 uint32_t memtype, uint32_t datalen, in pld_ipci_athdiag_read() argument
377 return icnss_athdiag_read(dev, offset, memtype, datalen, output); in pld_ipci_athdiag_read()
381 uint32_t memtype, uint32_t datalen, in pld_ipci_athdiag_write() argument
384 return icnss_athdiag_write(dev, offset, memtype, datalen, input); in pld_ipci_athdiag_write()
H A Dpld_usb.c306 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_read() argument
309 return cnss_athdiag_read(dev, offset, memtype, datalen, output); in pld_usb_athdiag_read()
313 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_write() argument
316 return cnss_athdiag_write(dev, offset, memtype, datalen, input); in pld_usb_athdiag_write()
380 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_read() argument
387 uint32_t memtype, uint32_t datalen, in pld_usb_athdiag_write() argument
H A Dpld_pcie.h269 uint32_t memtype, uint32_t datalen, in pld_pcie_athdiag_read() argument
276 uint32_t memtype, uint32_t datalen, in pld_pcie_athdiag_write() argument
743 uint32_t memtype, uint32_t datalen, in pld_pcie_athdiag_read() argument
746 return cnss_athdiag_read(dev, offset, memtype, datalen, output); in pld_pcie_athdiag_read()
750 uint32_t memtype, uint32_t datalen, in pld_pcie_athdiag_write() argument
753 return cnss_athdiag_write(dev, offset, memtype, datalen, input); in pld_pcie_athdiag_write()
H A Dpld_common.c1494 uint32_t memtype, uint32_t datalen, in pld_athdiag_read() argument
1501 ret = pld_snoc_athdiag_read(dev, offset, memtype, in pld_athdiag_read()
1505 ret = pld_pcie_athdiag_read(dev, offset, memtype, in pld_athdiag_read()
1511 ret = pld_usb_athdiag_read(dev, offset, memtype, in pld_athdiag_read()
1515 ret = pld_ipci_athdiag_read(dev, offset, memtype, in pld_athdiag_read()
1531 uint32_t memtype, uint32_t datalen, in pld_athdiag_write() argument
1538 ret = pld_snoc_athdiag_write(dev, offset, memtype, in pld_athdiag_write()
1542 ret = pld_pcie_athdiag_write(dev, offset, memtype, in pld_athdiag_write()
1548 ret = pld_usb_athdiag_write(dev, offset, memtype, in pld_athdiag_write()
1552 ret = pld_ipci_athdiag_write(dev, offset, memtype, in pld_athdiag_write()
/wlan-driver/qcacld-3.0/core/pld/inc/
H A Dpld_common.h1413 int pld_athdiag_read(struct device *dev, uint32_t offset, uint32_t memtype,
1427 int pld_athdiag_write(struct device *dev, uint32_t offset, uint32_t memtype,