Home
last modified time | relevance | path

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

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