Searched refs:mbit (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_v110.c | 194 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 D | gateway_common.h | 30 * @BATADV_BW_UNIT_MBIT: unit type mbit
|
H A D | gateway_common.c | 47 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 D | hdpvr.h | 202 * 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 D | mac.c | 65 /* 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 D | xircom_cb.c | 353 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 D | lart.c | 297 * 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 D | meth.h | 119 #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 D | fealnx.c | 218 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 D | cdc_ncm.c | 1478 "%u mbit/s downlink %u mbit/s uplink\n", cdc_ncm_speed_change()
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_bin.c | 68 * 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 D | skge.c | 1337 ctl = PHY_CT_SP1000; /* always 1000mbit */ bcom_phy_init()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 2475 /* Autonegotiated speed in mbit/s. The link may still be down even if this
|
Completed in 520 milliseconds