Searched refs:mbit (Results 1 – 2 of 2) sorted by relevance
194 int mbit = 64; in DecodeMatrix() local219 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() local338 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 …]
366 unsigned int mbit; member709 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()