PORT0_BASE
#define PORT0_REG(reg_addr) (PORT0_BASE + (reg_addr))
#define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE)