common.h (9edd576d89a5b6d3e136d7dcab654d887c0d25b7) common.h (2ec1fc4e169acc0b8d6733ff028fd52e766773d9)
1/*
2 * Header for code common to all OMAP2+ machines.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *

--- 118 unchanged lines hidden (view full) ---

127void omap2_set_globals_prcm(struct omap_globals *);
128
129void omap242x_map_io(void);
130void omap243x_map_io(void);
131void omap3_map_io(void);
132void am33xx_map_io(void);
133void omap4_map_io(void);
134void ti81xx_map_io(void);
1/*
2 * Header for code common to all OMAP2+ machines.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *

--- 118 unchanged lines hidden (view full) ---

127void omap2_set_globals_prcm(struct omap_globals *);
128
129void omap242x_map_io(void);
130void omap243x_map_io(void);
131void omap3_map_io(void);
132void am33xx_map_io(void);
133void omap4_map_io(void);
134void ti81xx_map_io(void);
135void omap_barriers_init(void);
135
136/**
137 * omap_test_timeout - busy-loop, testing a condition
138 * @cond: condition to test until it evaluates to true
139 * @timeout: maximum number of microseconds in the timeout
140 * @index: loop index (integer)
141 *
142 * Loop waiting for @cond to become true or until at least @timeout

--- 97 unchanged lines hidden ---
136
137/**
138 * omap_test_timeout - busy-loop, testing a condition
139 * @cond: condition to test until it evaluates to true
140 * @timeout: maximum number of microseconds in the timeout
141 * @index: loop index (integer)
142 *
143 * Loop waiting for @cond to become true or until at least @timeout

--- 97 unchanged lines hidden ---