···3636/* Is written via block write, must be little endian */3737#define DATA16(x) ((x) & 0xFF), (((x)>>8) & 0xFF)38383939-#define WRBLOCK(a,l) ADDRESS(a),LENGTH(l)4040-#define WR16(a,d) ADDRESS(a),LENGTH(1),DATA16(d)3939+#define WRBLOCK(a, l) ADDRESS(a), LENGTH(l)4040+#define WR16(a, d) ADDRESS(a), LENGTH(1), DATA16(d)41414242-#define END_OF_TABLE 0xFF,0xFF,0xFF,0xFF4242+#define END_OF_TABLE 0xFF, 0xFF, 0xFF, 0xFF43434444/* HI firmware patches */4545···6363/* Pins D0 and D1 of the parallel MPEG output can be used6464 to set the I2C address of a device. */65656666-#define HI_RST_FUNC_ADDR ( HI_IF_RAM_USR_BEGIN__A + HI_TR_FUNC_SIZE)6666+#define HI_RST_FUNC_ADDR (HI_IF_RAM_USR_BEGIN__A + HI_TR_FUNC_SIZE)6767#define HI_RST_FUNC_SIZE 54 /* size of this function in instruction words */68686969/* D0 Version */