Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/
H A Ddebug.c980 pci_priv->smmu_fault_timestamp[SMMU_CB_ENTRY]); in cnss_smmu_fault_timestamp_show()
982 pci_priv->smmu_fault_timestamp[SMMU_CB_DOORBELL_RING]); in cnss_smmu_fault_timestamp_show()
984 pci_priv->smmu_fault_timestamp[SMMU_CB_EXIT]); in cnss_smmu_fault_timestamp_show()
H A Dpci.h187 unsigned long long smmu_fault_timestamp[SMMU_CB_MAX]; member
H A Dpci.c1077 pci_priv->smmu_fault_timestamp[id] = sched_clock(); in cnss_record_smmu_fault_timestamp()