CFG_INV_HSYNC
CFG_INV_HSYNC = 1 << 2, /* Normally active high */
#define CFG_INV_HSYNC(hsync) ((hsync)<<2)
#define CFG_INV_HSYNC(hsync) ((hsync) << 2)