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

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_v110.c194 int mbit = 64; DecodeMatrix() local
219 introducer = (m[line] & mbit) ? 0 : 1; /* current bit of the matrix */ DecodeMatrix()
221 if (mbit > 2) { /* was it the last bit in this line ? */ DecodeMatrix()
222 mbit >>= 1; /* no -> take next */ DecodeMatrix()
225 mbit = 64; DecodeMatrix()
229 if (m[line] & mbit) /* was that bit set in the matrix ? */ DecodeMatrix()
329 int mbit = 128; EncodeMatrix() local
338 mbit = 128; /* go on with the 7th bit */ EncodeMatrix()
342 mbit = 128; /* go on with the 7th bit */ EncodeMatrix()
350 switch (mbit) { /* leftmost or rightmost bit ? */ EncodeMatrix()
359 mbit = 64; /* current bit in the matrix line */ EncodeMatrix()
364 m[line] |= ibit[introducer] ? mbit : 0; /* set corresponding bit */ EncodeMatrix()
365 mbit >>= 1; /* bit of matrix line >> 1 */ EncodeMatrix()
368 m[line] |= (buf[i] & dbit) ? mbit : 0; /* set data bit in matrix */ EncodeMatrix()
375 m[line] |= (mbit - 1) & 0xfe; /* set remaining bits in line to 1 */ EncodeMatrix()
380 mbit >>= 1; /* go to next bit of matrix */ EncodeMatrix()
/linux-4.1.27/net/batman-adv/
H A Dgateway_common.h30 * @BATADV_BW_UNIT_MBIT: unit type mbit
H A Dgateway_common.c47 if (strncasecmp(tmp_ptr, "mbit", 4) == 0) batadv_parse_gw_bandwidth()
80 if (strncasecmp(tmp_ptr, "mbit", 4) == 0) batadv_parse_gw_bandwidth()
/linux-4.1.27/drivers/media/usb/hdpvr/
H A Dhdpvr.h202 * min: 1 mbit/s, max: 13.5 mbit/s
205 * max: 20.2 mbit/s
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dmac.c65 /* 12 mbit OFDM */ carl9170_set_rts_cts_rate()
70 /* 11 mbit CCK */ carl9170_set_rts_cts_rate()
74 /* 6 mbit OFDM */ carl9170_set_rts_cts_rate()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c353 netdev_info(dev, "Link is %d mbit\n", newlink); xircom_interrupt()
965 link_status() checks the links status and will return 0 for no link, 10 for 10mbit link and 100 for.. guess what.
976 /* bit 2 is 0 for 10mbit link, 1 for not an 10mbit link */ link_status()
979 /* bit 1 is 0 for 100mbit link, 1 for not an 100mbit link */ link_status()
/linux-4.1.27/drivers/mtd/devices/
H A Dlart.c297 * Probe for 16mbit flash memory on a LART board without doing
302 * Returns 1 if we found 16mbit flash memory on LART, 0 otherwise.
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dmeth.h119 #define METH_PHY_LOOP BIT(2) /* 0: Normal operation, follows 10/100mbit and M10T/MII select, 1: loops internal MII bus */
/linux-4.1.27/drivers/net/ethernet/
H A Dfealnx.c218 CR_W_PS10 = 0x00080000, /* 10 mbit */
220 CR_W_PS1000 = 0x00010000, /* 1000 mbit */
233 CR_R_PS10 = 0x00080000, /* 10 mbit detected */
/linux-4.1.27/drivers/net/usb/
H A Dcdc_ncm.c1478 "%u mbit/s downlink %u mbit/s uplink\n", cdc_ncm_speed_change()
/linux-4.1.27/drivers/usb/mon/
H A Dmon_bin.c68 * If HZ is 100, a 480 mbit/s bus drives 614 KB every jiffy. USB has an
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dskge.c1337 ctl = PHY_CT_SP1000; /* always 1000mbit */ bcom_phy_init()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h2475 /* Autonegotiated speed in mbit/s. The link may still be down even if this

Completed in 520 milliseconds