Home
last modified time | relevance | path

Searched refs:PCIE_ACCESS_LOG_NUM (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dhif_io32_pci.h59 #define PCIE_ACCESS_LOG_NUM 500 macro
H A Dif_pci.c2829 int idx = pcie_access_log_seqnum % PCIE_ACCESS_LOG_NUM; in hif_target_read_checked()
2853 int idx = pcie_access_log_seqnum % PCIE_ACCESS_LOG_NUM; in hif_target_write_checked()
2878 if (pcie_access_log_seqnum > PCIE_ACCESS_LOG_NUM) { in hif_target_dump_access_log()
2879 len = PCIE_ACCESS_LOG_NUM; in hif_target_dump_access_log()
2880 start_idx = pcie_access_log_seqnum % PCIE_ACCESS_LOG_NUM; in hif_target_dump_access_log()
2887 cur_idx = (start_idx + idx) % PCIE_ACCESS_LOG_NUM; in hif_target_dump_access_log()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_assignment.h62 struct HIF_ACCESS_LOG pcie_access_log[PCIE_ACCESS_LOG_NUM];