DBRI_CMD
#define DBRI_CMD(cmd, intr, value) ((cmd << 28) | (intr << 27) | value)
#define DBRI_CMD(cmd, intr, value) ((cmd << 28) | (1 << 27) | value)