Home
last modified time | relevance | path

Searched refs:AGPSTAT_FW (Results 1 – 2 of 2) sorted by relevance

/drivers/char/agp/
Dgeneric.c565 *bridge_agpstat &= ~AGPSTAT_FW; in agp_v2_parse_one()
577 *bridge_agpstat &= ~AGPSTAT_FW; in agp_v2_parse_one()
703 *bridge_agpstat &= ~AGPSTAT_FW; in agp_v3_parse_one()
753 if (!((bridge_agpstat & AGPSTAT_FW) && in agp_collect_device_status()
754 (vga_agpstat & AGPSTAT_FW) && in agp_collect_device_status()
755 (requested_mode & AGPSTAT_FW))) in agp_collect_device_status()
756 bridge_agpstat &= ~AGPSTAT_FW; in agp_collect_device_status()
Dagp.h269 #define AGPSTAT_FW (1<<4) macro