Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/host_drivers/smmu_v3/
Dsmmu_v3_drv.c41 uint64_t timeout_counter; in smmu_cr0_setbits() local
56 timeout_counter = 0; in smmu_cr0_setbits()
58 if (timeout_counter++ > dev->ack_timeout) { in smmu_cr0_setbits()
71 uint64_t timeout_counter; in smmu_cr0_clearbits() local
86 timeout_counter = 0; in smmu_cr0_clearbits()
88 if (timeout_counter++ > dev->ack_timeout) { in smmu_cr0_clearbits()