Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
generic.h File Reference

Go to the source code of this file.

Macros

#define SET_BANK(__nr, __start, __size)
 
#define ARRAY_AND_SIZE(x)   (x), ARRAY_SIZE(x)
 
#define pxa25x_get_clk_frequency_khz(x)   (0)
 
#define pxa27x_get_clk_frequency_khz(x)   (0)
 
#define pxa3xx_get_clk_frequency_khz(x)   (0)
 

Functions

void __init pxa_map_io (void)
 
unsigned int get_clk_frequency_khz (int info)
 
void __init pxa_set_ffuart_info (void *info)
 
void __init pxa_set_btuart_info (void *info)
 
void __init pxa_set_stuart_info (void *info)
 
void __init pxa_set_hwuart_info (void *info)
 
void pxa_restart (char, const char *)
 

Variables

struct sys_timer pxa_timer
 
struct syscore_ops pxa_irq_syscore_ops
 
struct syscore_ops pxa2xx_mfp_syscore_ops
 
struct syscore_ops pxa3xx_mfp_syscore_ops
 

Macro Definition Documentation

#define ARRAY_AND_SIZE (   x)    (x), ARRAY_SIZE(x)

Definition at line 25 of file generic.h.

#define pxa25x_get_clk_frequency_khz (   x)    (0)

Definition at line 30 of file generic.h.

#define pxa27x_get_clk_frequency_khz (   x)    (0)

Definition at line 36 of file generic.h.

#define pxa3xx_get_clk_frequency_khz (   x)    (0)

Definition at line 48 of file generic.h.

#define SET_BANK (   __nr,
  __start,
  __size 
)
Value:
mi->bank[__nr].start = (__start), \
mi->bank[__nr].size = (__size)

Definition at line 21 of file generic.h.

Function Documentation

unsigned int get_clk_frequency_khz ( int  info)

Definition at line 64 of file generic.c.

void __init pxa_map_io ( void  )

Definition at line 94 of file generic.c.

void pxa_restart ( char  ,
const char  
)

Definition at line 86 of file reset.c.

void __init pxa_set_btuart_info ( void info)

Definition at line 239 of file devices.c.

void __init pxa_set_ffuart_info ( void info)

Definition at line 215 of file devices.c.

void __init pxa_set_hwuart_info ( void info)

Definition at line 287 of file devices.c.

void __init pxa_set_stuart_info ( void info)

Definition at line 263 of file devices.c.

Variable Documentation

struct syscore_ops pxa2xx_mfp_syscore_ops

Definition at line 414 of file mfp-pxa2xx.c.

struct syscore_ops pxa3xx_mfp_syscore_ops

Definition at line 56 of file mfp-pxa3xx.c.

struct syscore_ops pxa_irq_syscore_ops

Definition at line 200 of file irq.c.

struct sys_timer pxa_timer

Definition at line 166 of file time.c.