Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/i4l/
Disdn_v110.c194 int mbit = 64; in DecodeMatrix() local
219 introducer = (m[line] & mbit) ? 0 : 1; /* current bit of the matrix */ in DecodeMatrix()
221 if (mbit > 2) { /* was it the last bit in this line ? */ in DecodeMatrix()
222 mbit >>= 1; /* no -> take next */ in DecodeMatrix()
225 mbit = 64; in DecodeMatrix()
229 if (m[line] & mbit) /* was that bit set in the matrix ? */ in DecodeMatrix()
329 int mbit = 128; in EncodeMatrix() local
338 mbit = 128; /* go on with the 7th bit */ in EncodeMatrix()
342 mbit = 128; /* go on with the 7th bit */ in EncodeMatrix()
350 switch (mbit) { /* leftmost or rightmost bit ? */ in EncodeMatrix()
[all …]
/linux-3.4.99/drivers/net/ethernet/
Ds6gmac.c366 unsigned int mbit; member
709 switch (pd->link.mbit) { in s6gmac_set_rgmii_txclock()
732 if (pd->link.mbit != phydev->speed) { in s6gmac_linkisup()
733 pd->link.mbit = phydev->speed; in s6gmac_linkisup()
748 (pd->link.mbit != phydev->speed) || in s6gmac_adjust_link()
893 pd->link.mbit = 0; in s6gmac_open()