37#define FIFO_STATUS (*(volatile uint32_t const *)0xa05f688c)
51#define FIFO_AICA BIT(0)
52#define FIFO_BBA BIT(1)
53#define FIFO_EXT2 BIT(2)
54#define FIFO_EXTDEV BIT(3)
56#define FIFO_SH4 BIT(5)
Various common macros used throughout the codebase.
Macros to help dealing with register fields.