REG_WRITE
#define REG_WRITE 0x20 /* This is Mailbox 1 address */
#define REG_WRITE(_reg,_val) *((volatile uint32_t *)(_reg)) = (_val);