Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
platform-mxc_rtc.c File Reference
#include <mach/hardware.h>
#include <mach/devices-common.h>

Go to the source code of this file.

Macros

#define imx_mxc_rtc_data_entry_single(soc)
 

Functions

struct platform_device *__init imx_add_mxc_rtc (const struct imx_mxc_rtc_data *data)
 

Macro Definition Documentation

#define imx_mxc_rtc_data_entry_single (   soc)
Value:
{ \
.iobase = soc ## _RTC_BASE_ADDR, \
.irq = soc ## _INT_RTC, \
}

Definition at line 12 of file platform-mxc_rtc.c.

Function Documentation

struct platform_device* __init imx_add_mxc_rtc ( const struct imx_mxc_rtc_data data)
read

Definition at line 28 of file platform-mxc_rtc.c.