Searched refs:AGPSTAT_RQ_DEPTH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dagp.h262 #define AGPSTAT_RQ_DEPTH (0xff000000) macro
H A Dgeneric.c789 bridge_agpstat = ((bridge_agpstat & ~AGPSTAT_RQ_DEPTH) |
790 min_t(u32, (requested_mode & AGPSTAT_RQ_DEPTH),
791 min_t(u32, (bridge_agpstat & AGPSTAT_RQ_DEPTH), (vga_agpstat & AGPSTAT_RQ_DEPTH))));
H A Duninorth-agp.c253 command = (command & ~AGPSTAT_RQ_DEPTH)

Completed in 34 milliseconds