Searched refs:lps (Results 1 – 1 of 1) sorted by relevance
35 extern __inline__ void __udelay(unsigned long usecs, unsigned long lps) in __udelay() argument43 : "r" (usecs), "r" (lps)); in __udelay()48 extern __inline__ void __ndelay(unsigned long usecs, unsigned long lps) in __ndelay() argument56 : "r" (usecs), "r" (lps)); in __ndelay()