hocclk: basic aotag support along with other changes

This commit is contained in:
souldbminersmwc
2026-05-02 21:11:54 -04:00
parent c998aa78ae
commit af4f00f682
8 changed files with 598 additions and 30 deletions

View File

@@ -20,6 +20,8 @@
#include "aula.hpp"
#include "common.hpp"
// I *think* HOS changes this in some ways, so look into it more
namespace AulaDisplay {
#define MMIO_REG32(base, off) *(vu32 *)((base) + (off))
#define DSI(off) MMIO_REG32(board::dsiVirtAddr, (off) << 2u)