| 100 | |
| 101 | #ifdef PLATFORM |
| 102 | static void |
| 103 | platform_pl310_init(struct pl310_softc *sc) |
| 104 | { |
| 105 | |
| 106 | PLATFORM_PL310_INIT(platform_obj(), sc); |
| 107 | } |
| 108 | |
| 109 | static void |
| 110 | platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val) |
no test coverage detected