Searched refs:maxbw (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.c18 u32 maxbw; member in struct:agp_3_5_dev
29 if (cur->maxbw > n->maxbw)
49 cur->maxbw = (nistat >> 16) & 0xff;
71 u32 maxbw; member in struct:isoch_data
101 * Sort the device list by maxbw. We need to do this because the
113 * transfers are enabled and consequently whether maxbw will mean
122 target.maxbw = (tnistat >> 16) & 0xff;
143 master[cdev].maxbw = (mnistat >> 16) & 0xff;
148 tot_bw += master[cdev].maxbw;
[all...]

Completed in 65 milliseconds