Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pwm-clock.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/errno.h>
#include <linux/log2.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <mach/map.h>
#include <asm/irq.h>
#include <plat/clock.h>
#include <plat/cpu.h>
#include <plat/regs-timer.h>
#include <plat/pwm-clock.h>

Go to the source code of this file.

Data Structures

struct  pwm_tdiv_clk
 

Functions

__init void s3c_pwmclk_init (void)
 

Function Documentation

__init void s3c_pwmclk_init ( void  )

s3c_pwmclk_init() - initialise pwm clocks

Initialise and register the clocks which provide the inputs for the pwm timer blocks.

Note, this call is required by the time core, so must be called after the base clocks are added and before any of the initcalls are run.

Definition at line 440 of file pwm-clock.c.