2017-11-19 09:11:58 +01:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
|
|
|
|
*
|
2019-02-23 02:38:15 +01:00
|
|
|
* 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.
|
2017-11-19 09:11:58 +01:00
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
int write_rcba32(uint32_t addr, uint32_t val);
|
|
|
|
int read_rcba32(uint32_t addr, uint32_t *val);
|
2018-02-01 16:14:19 +01:00
|
|
|
u32 get_rcba_phys(void);
|