Searched refs:V_ADP_FONT (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/sys/
H A Dfbio.h260 #define V_ADP_FONT (1 << 4) macro
/freebsd-current/sys/dev/syscons/
H A Dsyscons.h525 #define ISMOUSEAVAIL(af) ((af) & V_ADP_FONT)
526 #define ISFONTAVAIL(af) ((af) & V_ADP_FONT)
/freebsd-current/sys/dev/fb/
H A Dvga.c1128 adp->va_flags |= V_ADP_FONT;
1143 adp->va_flags |= V_ADP_FONT;
1801 prologue(adp, V_ADP_FONT, ENODEV);
1881 prologue(adp, V_ADP_FONT, ENODEV);
1955 prologue(adp, V_ADP_FONT, ENODEV);
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c443 adp->va_flags |= V_ADP_FONT /* | V_ADP_COLOR | V_ADP_MODECHANGE */;
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c420 adp->va_flags |= V_ADP_FONT | V_ADP_COLOR | V_ADP_MODECHANGE;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c532 adp->va_flags |= V_ADP_FONT /* | V_ADP_COLOR | V_ADP_MODECHANGE */;

Completed in 158 milliseconds