VIDOSD_BASE
#define VIDOSD_A(win) (VIDOSD_BASE + 0x00 + (win) * 16)
#define VIDOSD_B(win) (VIDOSD_BASE + 0x04 + (win) * 16)
#define VIDOSD_C(win) (VIDOSD_BASE + 0x08 + (win) * 16)
#define VIDOSD_D(win) (VIDOSD_BASE + 0x0C + (win) * 16)
#define VIDOSD_A(_win) (VIDOSD_BASE + \
#define VIDOSD_B(_win) (VIDOSD_BASE + \
#define VIDOSD_C(_win) (VIDOSD_BASE + \
#define VIDOSD_D(_win) (VIDOSD_BASE + \
#define VIDOSD_E(_win) (VIDOSD_BASE + \
.osd = VIDOSD_BASE,