Rev 1757 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1757 | Rev 1780 | ||
|---|---|---|---|
| Line 47... | Line 47... | ||
| 47 | * of microseconds (or slightly more). The delay |
47 | * of microseconds (or slightly more). The delay |
| 48 | * is implemented as CPU calibrated active loop. |
48 | * is implemented as CPU calibrated active loop. |
| 49 | * |
49 | * |
| 50 | * @param usec Number of microseconds to sleep. |
50 | * @param usec Number of microseconds to sleep. |
| 51 | */ |
51 | */ |
| 52 | void delay(__u32 usec) |
52 | void delay(uint32_t usec) |
| 53 | { |
53 | { |
| 54 | ipl_t ipl; |
54 | ipl_t ipl; |
| 55 | 55 | ||
| 56 | /* |
56 | /* |
| 57 | * The delay loop is calibrated for each and every |
57 | * The delay loop is calibrated for each and every |