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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Disoch.c84 u32 mnistat, tnistat, tstatus, mcmd; local
118 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat);
122 target.maxbw = (tnistat >> 16) & 0xff;
123 target.n = (tnistat >> 8) & 0xff;
124 target.y = (tnistat >> 6) & 0x3;
125 target.l = (tnistat >> 3) & 0x7;
177 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat);
178 target.n = (tnistat >> 8) & 0xff;

Completed in 20 milliseconds