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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/tests/
H A Dcbq.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dpolicer4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dcls-testbed.t20 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_v110.c194 int mbit = 64; local
219 introducer = (m[line] & mbit) ? 0 : 1; /* current bit of the matrix */
221 if (mbit > 2) { /* was it the last bit in this line ? */
222 mbit >>= 1; /* no -> take next */
225 mbit = 64;
229 if (m[line] & mbit) /* was that bit set in the matrix ? */
329 int mbit = 128; local
338 mbit = 128; /* go on with the 7th bit */
342 mbit = 128; /* go on with the 7th bit */
350 switch (mbit) { /* leftmos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dir-functions.c113 int mbit, vbit; local
118 for (mbit = 0; mbit < 32; mbit++) {
119 if (!(mask & ((u32)1 << mbit)))
121 if (data & ((u32)1 << mbit))

Completed in 106 milliseconds