blob: 7e0829682bd02cba1b1897d837c8cd5960eca489 [file] [log] [blame]
Paul Walmsleyc0718df2011-03-10 22:17:45 -07001/*
2 * OMAP3/4 Voltage Processor (VP) structure and macro definitions
3 *
4 * Copyright (C) 2007, 2010 Texas Instruments, Inc.
5 * Rajendra Nayak <rnayak@ti.com>
6 * Lesly A M <x0080970@ti.com>
7 * Thara Gopinath <thara@ti.com>
8 *
9 * Copyright (C) 2008, 2011 Nokia Corporation
10 * Kalle Jokiniemi
11 * Paul Walmsley
12 *
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License version
15 * 2 as published by the Free Software Foundation.
16 */
17#ifndef __ARCH_ARM_MACH_OMAP2_VP_H
18#define __ARCH_ARM_MACH_OMAP2_VP_H
19
20#include <linux/kernel.h>
21
Kevin Hilman01f48d32011-03-21 14:29:13 -070022struct voltagedomain;
23
Paul Walmsleyc0718df2011-03-10 22:17:45 -070024/* XXX document */
25#define VP_IDLE_TIMEOUT 200
26#define VP_TRANXDONE_TIMEOUT 300
27
Kevin Hilman58aaa592011-03-28 10:52:04 -070028/**
29 * struct omap_vp_ops - per-VP operations
30 * @check_txdone: check for VP transaction done
31 * @clear_txdone: clear VP transaction done status
32 */
33struct omap_vp_ops {
34 u32 (*check_txdone)(u8 vp_id);
35 void (*clear_txdone)(u8 vp_id);
36};
Paul Walmsleyc0718df2011-03-10 22:17:45 -070037
38/**
Kevin Hilmanb7ea8032011-04-04 15:25:07 -070039 * struct omap_vp_common - register data common to all VDDs
Kevin Hilman0ec30412011-04-04 16:02:28 -070040 * @vpconfig_erroroffset_mask: ERROROFFSET bitmask in the PRM_VP*_CONFIG reg
Paul Walmsleyc0718df2011-03-10 22:17:45 -070041 * @vpconfig_errorgain_mask: ERRORGAIN bitmask in the PRM_VP*_CONFIG reg
42 * @vpconfig_initvoltage_mask: INITVOLTAGE bitmask in the PRM_VP*_CONFIG reg
Kevin Hilman0ec30412011-04-04 16:02:28 -070043 * @vpconfig_timeouten: TIMEOUT bitmask in the PRM_VP*_CONFIG reg
Paul Walmsleyc0718df2011-03-10 22:17:45 -070044 * @vpconfig_initvdd: INITVDD bitmask in the PRM_VP*_CONFIG reg
45 * @vpconfig_forceupdate: FORCEUPDATE bitmask in the PRM_VP*_CONFIG reg
46 * @vpconfig_vpenable: VPENABLE bitmask in the PRM_VP*_CONFIG reg
47 * @vpconfig_erroroffset_shift: ERROROFFSET field shift in PRM_VP*_CONFIG reg
48 * @vpconfig_errorgain_shift: ERRORGAIN field shift in PRM_VP*_CONFIG reg
49 * @vpconfig_initvoltage_shift: INITVOLTAGE field shift in PRM_VP*_CONFIG reg
Kevin Hilman0ec30412011-04-04 16:02:28 -070050 * @vstepmin_stepmin_shift: VSTEPMIN field shift in the PRM_VP*_VSTEPMIN reg
51 * @vstepmin_smpswaittimemin_shift: SMPSWAITTIMEMIN field shift in PRM_VP*_VSTEPMIN reg
52 * @vstepmax_stepmax_shift: VSTEPMAX field shift in the PRM_VP*_VSTEPMAX reg
53 * @vstepmax_smpswaittimemax_shift: SMPSWAITTIMEMAX field shift in PRM_VP*_VSTEPMAX reg
54 * @vlimitto_vddmin_shift: VDDMIN field shift in PRM_VP*_VLIMITTO reg
55 * @vlimitto_vddmax_shift: VDDMAX field shift in PRM_VP*_VLIMITTO reg
56 * @vlimitto_timeout_shift: TIMEOUT field shift in PRM_VP*_VLIMITTO reg
Todd Poynorbea30ed2011-05-27 19:15:59 -070057 * @vpvoltage_mask: VPVOLTAGE field mask in PRM_VP*_VOLTAGE reg
Paul Walmsleyc0718df2011-03-10 22:17:45 -070058 */
Kevin Hilmanb7ea8032011-04-04 15:25:07 -070059struct omap_vp_common {
Kevin Hilman0ec30412011-04-04 16:02:28 -070060 u32 vpconfig_erroroffset_mask;
Paul Walmsleyc0718df2011-03-10 22:17:45 -070061 u32 vpconfig_errorgain_mask;
62 u32 vpconfig_initvoltage_mask;
Kevin Hilman0ec30412011-04-04 16:02:28 -070063 u8 vpconfig_timeouten;
64 u8 vpconfig_initvdd;
65 u8 vpconfig_forceupdate;
66 u8 vpconfig_vpenable;
Paul Walmsleyc0718df2011-03-10 22:17:45 -070067 u8 vstepmin_stepmin_shift;
68 u8 vstepmin_smpswaittimemin_shift;
69 u8 vstepmax_stepmax_shift;
70 u8 vstepmax_smpswaittimemax_shift;
71 u8 vlimitto_vddmin_shift;
72 u8 vlimitto_vddmax_shift;
73 u8 vlimitto_timeout_shift;
Todd Poynorbea30ed2011-05-27 19:15:59 -070074 u8 vpvoltage_mask;
Paul Walmsleyc0718df2011-03-10 22:17:45 -070075
Kevin Hilman58aaa592011-03-28 10:52:04 -070076 const struct omap_vp_ops *ops;
Paul Walmsleyc0718df2011-03-10 22:17:45 -070077};
78
79/**
Kevin Hilmanb7ea8032011-04-04 15:25:07 -070080 * struct omap_vp_instance - VP register offsets (per-VDD)
81 * @common: pointer to struct omap_vp_common * for this SoC
Paul Walmsleyc0718df2011-03-10 22:17:45 -070082 * @vpconfig: PRM_VP*_CONFIG reg offset from PRM start
83 * @vstepmin: PRM_VP*_VSTEPMIN reg offset from PRM start
84 * @vlimitto: PRM_VP*_VLIMITTO reg offset from PRM start
85 * @vstatus: PRM_VP*_VSTATUS reg offset from PRM start
86 * @voltage: PRM_VP*_VOLTAGE reg offset from PRM start
Kevin Hilman58aaa592011-03-28 10:52:04 -070087 * @id: Unique identifier for VP instance.
Kevin Hilmanb7ea8032011-04-04 15:25:07 -070088 * @enabled: flag to keep track of whether vp is enabled or not
Paul Walmsleyc0718df2011-03-10 22:17:45 -070089 *
90 * XXX vp_common is probably not needed since it is per-SoC
91 */
Kevin Hilmanb7ea8032011-04-04 15:25:07 -070092struct omap_vp_instance {
93 const struct omap_vp_common *common;
Paul Walmsleyc0718df2011-03-10 22:17:45 -070094 u8 vpconfig;
95 u8 vstepmin;
96 u8 vstepmax;
97 u8 vlimitto;
98 u8 vstatus;
99 u8 voltage;
Kevin Hilman58aaa592011-03-28 10:52:04 -0700100 u8 id;
Kevin Hilmanb7ea8032011-04-04 15:25:07 -0700101 bool enabled;
Paul Walmsleyc0718df2011-03-10 22:17:45 -0700102};
103
Kevin Hilmanb7ea8032011-04-04 15:25:07 -0700104extern struct omap_vp_instance omap3_vp_mpu;
105extern struct omap_vp_instance omap3_vp_core;
Paul Walmsleyc0718df2011-03-10 22:17:45 -0700106
Kevin Hilmanb7ea8032011-04-04 15:25:07 -0700107extern struct omap_vp_instance omap4_vp_mpu;
108extern struct omap_vp_instance omap4_vp_iva;
109extern struct omap_vp_instance omap4_vp_core;
Paul Walmsleyc0718df2011-03-10 22:17:45 -0700110
Tero Kristo8b5d8c02012-09-25 19:33:35 +0300111extern struct omap_vp_param omap3_mpu_vp_data;
112extern struct omap_vp_param omap3_core_vp_data;
113
114extern struct omap_vp_param omap4_mpu_vp_data;
115extern struct omap_vp_param omap4_iva_vp_data;
116extern struct omap_vp_param omap4_core_vp_data;
117
Kevin Hilman01f48d32011-03-21 14:29:13 -0700118void omap_vp_init(struct voltagedomain *voltdm);
119void omap_vp_enable(struct voltagedomain *voltdm);
120void omap_vp_disable(struct voltagedomain *voltdm);
Kevin Hilman01f48d32011-03-21 14:29:13 -0700121int omap_vp_forceupdate_scale(struct voltagedomain *voltdm,
122 unsigned long target_volt);
Kevin Hilman76ea7422011-04-05 15:15:31 -0700123int omap_vp_update_errorgain(struct voltagedomain *voltdm,
124 unsigned long target_volt);
Kevin Hilman01f48d32011-03-21 14:29:13 -0700125
Paul Walmsleyc0718df2011-03-10 22:17:45 -0700126#endif