Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
time.c File Reference
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <asm/firmware.h>
#include <asm/rtc.h>
#include <asm/lv1call.h>
#include <asm/ps3.h>
#include "platform.h"

Go to the source code of this file.

Macros

#define dump_tm(_a)   _dump_tm(_a, __func__, __LINE__)
 
#define dump_time(_a)   _dump_time(_a, __func__, __LINE__)
 

Functions

void __init ps3_calibrate_decr (void)
 
unsigned long __init ps3_get_boot_time (void)
 
 module_init (ps3_rtc_init)
 

Macro Definition Documentation

#define dump_time (   _a)    _dump_time(_a, __func__, __LINE__)

Definition at line 43 of file time.c.

#define dump_tm (   _a)    _dump_tm(_a, __func__, __LINE__)

Definition at line 31 of file time.c.

Function Documentation

module_init ( ps3_rtc_init  )
void __init ps3_calibrate_decr ( void  )

Definition at line 55 of file time.c.

unsigned long __init ps3_get_boot_time ( void  )

Definition at line 79 of file time.c.