blob: ce1cd2c16f517b8d650c7cb7d0efa668591b3b04 [file] [log] [blame]
/*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
* *
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; either version 2 of the License, or
* (at your option) any later version.
* *
This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
* *
You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
Description:
*/
#ifndef __PWM_CTRL_H__
#define __PWM_CTRL_H__
static int pwm_voltage_table_ee[][2] = {
{ 0x00120000, 740},
{ 0x00110001, 750},
{ 0x00100002, 760},
{ 0x000f0003, 770},
{ 0x000e0004, 780},
{ 0x000d0005, 790},
{ 0x000c0006, 800},
{ 0x000b0007, 810},
{ 0x000a0008, 820},
{ 0x00090009, 830},
{ 0x0008000a, 840},
{ 0x0007000b, 850},
{ 0x0006000c, 860},
{ 0x0005000d, 870},
{ 0x0004000e, 880},
{ 0x0003000f, 890},
{ 0x00020010, 900},
{ 0x00010011, 910},
{ 0x00000012, 920}
};
#endif //__PWM_CTRL_H__