Searched refs:TICKS_PER_SEC (Results 1 - 5 of 5) sorted by relevance

/system/nfc/src/hal/include/
H A Dgki_hal_target.h71 #ifndef TICKS_PER_SEC
72 #define TICKS_PER_SEC 100 macro
79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC)
91 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
/system/nfc/src/gki/common/
H A Dgki.h94 #ifdef TICKS_PER_SEC
95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
96 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
97 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC))
98 #define GKI_TICKS_TO_SECS(x) ((x) * (1 / TICKS_PER_SEC))
/system/nfc/src/include/
H A Dgki_target.h117 #ifndef TICKS_PER_SEC
118 #define TICKS_PER_SEC 100 macro
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c56 #define LINUX_SEC (1000 / TICKS_PER_SEC)
524 /* adjust hear bit tick in btld by changning TICKS_PER_SEC!!!!! this
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c53 #define LINUX_SEC (1000 / TICKS_PER_SEC)
489 /* adjust hear bit tick in btld by changning TICKS_PER_SEC!!!!! this

Completed in 23 milliseconds