OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPT_COUNT_VAL
(Results
1 - 2
of
2
) sorted by null
/bootable/bootloader/legacy/include/msm7k/
gpt.h
39
#define
GPT_COUNT_VAL
GPT_REG(0x0004)
/bootable/bootloader/legacy/arch_msm7k/
clock.c
84
while(readl(
GPT_COUNT_VAL
) != 0) ;
88
while(readl(
GPT_COUNT_VAL
) < 32766) ;
105
while(readl(
GPT_COUNT_VAL
) != 0) ;
108
while(readl(
GPT_COUNT_VAL
) < msecs) ;
120
while(readl(
GPT_COUNT_VAL
) != 0) ;
123
while(readl(
GPT_COUNT_VAL
) < usecs) ;
Completed in 588 milliseconds