Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
powertv_setup.c File Reference
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/ioport.h>
#include <linux/pci.h>
#include <linux/screen_info.h>
#include <linux/notifier.h>
#include <linux/etherdevice.h>
#include <linux/if_ether.h>
#include <linux/ctype.h>
#include <linux/cpu.h>
#include <linux/time.h>
#include <asm/bootinfo.h>
#include <asm/irq.h>
#include <asm/mips-boards/generic.h>
#include <asm/mips-boards/prom.h>
#include <asm/dma.h>
#include <asm/asm.h>
#include <asm/traps.h>
#include <asm/asm-offsets.h>
#include "reset.h"

Go to the source code of this file.

Macros

#define VAL(n)   STR(n)
 
#define LONG_L_   VAL(LONG_L) " "
 
#define LONG_S_   VAL(LONG_S) " "
 
#define PTR_LA_   VAL(PTR_LA) " "
 

Functions

const charget_system_type (void)
 
void __init plat_mem_setup (void)
 
 early_param ("rfmac", rfmac_param)
 
void platform_random_ether_addr (u8 addr[ETH_ALEN])
 

Macro Definition Documentation

#define LONG_L_   VAL(LONG_L) " "

Definition at line 50 of file powertv_setup.c.

#define LONG_S_   VAL(LONG_S) " "

Definition at line 51 of file powertv_setup.c.

#define PTR_LA_   VAL(PTR_LA) " "

Definition at line 52 of file powertv_setup.c.

#define VAL (   n)    STR(n)

Definition at line 41 of file powertv_setup.c.

Function Documentation

early_param ( "rfmac"  ,
rfmac_param   
)
const char* get_system_type ( void  )

Definition at line 67 of file powertv_setup.c.

void __init plat_mem_setup ( void  )

Definition at line 72 of file powertv_setup.c.

void platform_random_ether_addr ( u8  addr[ETH_ALEN])

Definition at line 293 of file powertv_setup.c.