blob: d40dcb9262b29afefb03785d3132e604effbfae9 [file] [log] [blame]
Patrick Rudolph5e9dc372017-11-19 09:11:58 +01001/*
2 * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
3 *
Damien Zammitf0a91282019-02-23 12:38:15 +11004 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of
7 * the License, or (at your option) any later version.
Patrick Rudolph5e9dc372017-11-19 09:11:58 +01008 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15int write_rcba32(uint32_t addr, uint32_t val);
16int read_rcba32(uint32_t addr, uint32_t *val);
Patrick Rudolph0391d0b2018-02-01 16:14:19 +010017u32 get_rcba_phys(void);