Searched refs:PCIE_ACCESS_LOG_NUM (Results 1 – 3 of 3) sorted by relevance
59 #define PCIE_ACCESS_LOG_NUM 500 macro
2829 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()
62 struct HIF_ACCESS_LOG pcie_access_log[PCIE_ACCESS_LOG_NUM];