Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
delay.h File Reference
#include <linux/kernel.h>

Go to the source code of this file.

Macros

#define C6X_NDELAY_SCALE   10
 
#define udelay(x)   _udelay((unsigned int)(x))
 
#define ndelay(x)   _ndelay((unsigned int)(x))
 

Variables

unsigned int ticks_per_ns_scaled
 

Macro Definition Documentation

#define C6X_NDELAY_SCALE   10

Definition at line 47 of file delay.h.

#define ndelay (   x)    _ndelay((unsigned int)(x))

Definition at line 65 of file delay.h.

#define udelay (   x)    _udelay((unsigned int)(x))

Definition at line 64 of file delay.h.

Variable Documentation

unsigned int ticks_per_ns_scaled

Definition at line 90 of file setup.c.