Searched refs:GFXP_FLAG_CONSOLE (Results 1 – 2 of 2) sorted by relevance
32 #define GFXP_FLAG_CONSOLE 0x00000001 macro33 #define GFXP_IS_CONSOLE(softc) ((softc)->flags & GFXP_FLAG_CONSOLE)
91 softc->flags |= GFXP_FLAG_CONSOLE; in gfxp_check_for_console()110 softc->flags |= GFXP_FLAG_CONSOLE; in gfxp_check_for_console()115 if (!(softc->flags & GFXP_FLAG_CONSOLE) || !pci_pcie_bus) in gfxp_check_for_console()157 softc->flags &= ~GFXP_FLAG_CONSOLE; in gfxp_check_for_console()