/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | st,st-mipid02.yaml | 17 CSI-2 first input port is a dual lane 800Mbps per lane whereas CSI-2 18 second input port is a single lane 800Mbps. Both ports support clock
|
H A D | st,st-vgxy61.yaml | 16 quad lanes 800Mbps per lane.
|
/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 215 10mbps_hd 10Mbps half duplex. 216 10mbps_fd 10Mbps full duplex. 217 100mbps_hd 100Mbps half duplex. 218 100mbps_fd 100Mbps full duplex. 219 1000mbps_fd 1000Mbps full duplex. 220 1000mbps_hd 1000Mbps half duplex. 222 1 10Mbps half duplex. 223 2 10Mbps full duplex. 224 3 100Mbps half duplex. 225 4 100Mbps full duplex. [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | cypress,cy8ctma340.yaml | 47 the device on the SPI bus. The throughput is maximum 2 Mbps so the 49 needs to be restricted to 2 Mbps. 141 touchscreen-size-y = <800>;
|
/linux/include/uapi/linux/ |
H A D | if_arp.h | 31 #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ 79 #define ARPHRD_ASH 781 /* Nexus 64Mbps Ash */ 88 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */
|
/linux/drivers/phy/cadence/ |
H A D | cdns-dphy-rx.c | 61 /* Rates are in Mbps. */ 74 { 480, 560 }, { 560, 640 }, { 640, 720 }, { 720, 800 }, { 800, 880 },
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | toshiba,tc358775.yaml | 15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 473 * (400us, 800us, 1600us & 3200us) in each mcs (0-11) 1269 * in each GI (400us, 800us, 1600us & 3200us) in each mcs (0-11) 1283 * CCK: 0: 1 Mbps, 1: 2 Mbps, 2: 5.5 Mbps, 3: 11 Mbps 1285 * OFDM: 0: 6 Mbps, 1: 9 Mbps, 2: 12 Mbps, 3: 18 Mbps, 1286 * 4: 24 Mbps, 5: 36 Mbps, 6: 48 Mbps, 7: 54 Mbps
|
/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx93-mipi-dsi.c | 81 #define MBPS(x) ((x) * 1000000UL) macro 83 #define DATA_RATE_MAX_SPEED MBPS(2500) 84 #define DATA_RATE_MIN_SPEED MBPS(80) 323 unsigned long mbps = dphy_opts->hs_clk_rate / MHZ(1); in dphy_pll_get_hsfreqrange() local 327 if (mbps <= hsfreqrange_map[i].max_mbps) in dphy_pll_get_hsfreqrange() 750 HSTT(800, 105, 55, 82, 32),
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.c | 915 /* when autonegotiation advertisement is only 1000Mbps then we in e1000e_copper_link_setup_igp() 1663 * current speed (since there is no polarity at 100Mbps). 1683 /* This really only applies to 10Mbps since in e1000_check_polarity_igp() 1684 * there is no polarity for 100Mbps (always 0). in e1000_check_polarity_igp() 2394 /* Page 800 works differently than the rest so it has its own func */ in e1000e_write_phy_reg_bm() 2452 /* Page 800 works differently than the rest so it has its own func */ in e1000e_read_phy_reg_bm() 2509 /* Page 800 works differently than the rest so it has its own func */ in e1000e_read_phy_reg_bm2() 2552 /* Page 800 works differently than the rest so it has its own func */ in e1000e_write_phy_reg_bm2() 2672 * 2) Set page to 800 for host (801 if we were manageability) 2810 /* Page 800 works differently than the rest so it has its own func */ in __e1000_read_phy_reg_hv() [all …]
|
/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 91 … duplex modes, 0: Auto Negotiate, 1: 10Mbps Half Duplex, 2: 10Mbps Full Duplex, 3: 100Mbps Half Du… 816 netdev_info(dev, "Link is Up. Speed is %s Mbps %s Duplex\n", in amd8111e_link_change() 975 if (rx_pkt_rate < 800) { in amd8111e_calc_coalesce() 1023 if (tx_pkt_rate < 800) { in amd8111e_calc_coalesce()
|
/linux/fs/smb/client/ |
H A D | cifs_debug.c | 172 size_t mbps = bps / 1000 / 1000; in smb_speed_to_str() local 174 switch (mbps) { in smb_speed_to_str() 176 return "10Mbps"; in smb_speed_to_str() 178 return "100Mbps"; in smb_speed_to_str() 206 return "800Gbps"; in smb_speed_to_str()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 65 IL_DECLARE_RATE_INFO(1, INV, 2, INV, 2, INV, 2), /* 1mbps */ 66 IL_DECLARE_RATE_INFO(2, 1, 5, 1, 5, 1, 5), /* 2mbps */ 67 IL_DECLARE_RATE_INFO(5, 2, 6, 2, 11, 2, 11), /*5.5mbps */ 68 IL_DECLARE_RATE_INFO(11, 9, 12, 5, 12, 5, 18), /* 11mbps */ 69 IL_DECLARE_RATE_INFO(6, 5, 9, 5, 11, 5, 11), /* 6mbps */ 70 IL_DECLARE_RATE_INFO(9, 6, 11, 5, 11, 5, 11), /* 9mbps */ 71 IL_DECLARE_RATE_INFO(12, 11, 18, 11, 18, 11, 18), /* 12mbps */ 72 IL_DECLARE_RATE_INFO(18, 12, 24, 12, 24, 11, 24), /* 18mbps */ 73 IL_DECLARE_RATE_INFO(24, 18, 36, 18, 36, 18, 36), /* 24mbps */ 74 IL_DECLARE_RATE_INFO(36, 24, 48, 24, 48, 24, 48), /* 36mbps */ [all …]
|
/linux/drivers/eisa/ |
H A D | eisa.ids | 174 CPQ0579 "Compaq ProLiant 800 Server" 190 CPQ0688 "Compaq ProLiant 800 System Board" 193 CPQ0691 "Compaq ProLiant 800" 440 DEC5301 "Digital 800 AlphaServer Family System Board" 555 HWP18E0 "HP 100Mbps EISA ATM Card" 843 ISA8804 "Tecmar EGA Master 480/800"
|
/linux/Documentation/fb/ |
H A D | matroxfb.rst | 46 bpp 640x400 640x480 768x576 800x600 960x720 367 16 seconds, i.e. 187 MBps).
|
/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 68 computers on 10 Mbps Ethernet networks. The adapters are designed for operation 580 Telephone :(800) 888-5016 (from inside U.S. and Canada)
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.c | 155 * The max poll time is about ~800ms, which is about the maximum time it takes 382 dev_err(dev, "failed to set min Tx rate to %d Mbps for VF %u, error %d\n", in ice_vf_rebuild_host_tx_rate_cfg() 391 dev_err(dev, "failed to set max Tx rate to %d Mbps for VF %u, error %d\n", in ice_vf_rebuild_host_tx_rate_cfg()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 45 #define TIMER_INTERVAL_RADIOCHK 800 615 brcms_err(wlc->hw->d11core, "wl%d: WAR: using rate of 1 mbps\n", in brcms_c_calc_frame_time() 648 /* Ndbps = Mbps * 4 = rate(500Kbps) * 2 */ in brcms_c_calc_frame_time() 659 * calc # bits * 2 so factor of 2 in rate (1/2 mbps) in brcms_c_calc_frame_time() 3478 * are 6, 12, and 24 Mbps in brcms_c_rate_lookup_init() 3487 /* In 11b, all CCK rates are mandatory 1 - 11 Mbps */ in brcms_c_rate_lookup_init() 5772 /* Ndbps = Mbps * 4 = rate(500Kbps) * 2 */ in brcms_c_calc_frame_len() 5784 /* divide out factor of 2 in rate (1/2 mbps) */ in brcms_c_calc_frame_len() 5939 * le is set for 11 Mbps rate if necessary. 6124 /* 0 = 1Mbps; 1 = 2Mbps; 2 = 5.5Mbps; 3 = 11Mbps */ in brcms_c_phytxctl1_calc() [all …]
|
/linux/drivers/media/i2c/ |
H A D | ds90ub960.c | 1175 priv->tx_data_rate != MHZ(800) && in ub960_parse_dt_txport() 1811 case MHZ(800): in ub960_init_tx_ports() 1832 case MHZ(800): in ub960_init_tx_ports() 1864 * 0 - 2.5 Mbps (DS90UB913A-Q1 / DS90UB933-Q1) in ub960_init_rx_port_ub960() 1865 * 2 - 10 Mbps in ub960_init_rx_port_ub960() 1866 * 6 - 50 Mbps (DS90UB953-Q1) in ub960_init_rx_port_ub960()
|
/linux/drivers/atm/ |
H A D | iphase.h | 400 /* Values for MAXRATE register for 155Mbps and 25.6 Mbps operation */ 557 eg:- 2 offsets given 800, a00 for rx counter
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 577 /* take 1 / 0.8, since mbps must big than bandwidth of RGB */ in dw_mipi_dsi_get_lane_mbps() 694 HSTT( 800, 106, 42, 87, 30),
|
/linux/drivers/net/phy/ |
H A D | micrel.c | 1259 #define KSZ9131_SKEW_4BIT_MAX 800 1625 * be disabled, full duplex set and the link speed set to 1000Mbps in ksz9x31_cable_test_start() 1969 * necessary to set the PHY to 100 Mbps speed with auto-negotiation in ksz9477_phy_errata() 2379 return ((dt - 22) * 800) / 10; in ksz886x_cable_test_fault_length()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_hsi.h | 1135 struct port_hw_cfg port_hw_config[PORT_MAX]; /* 400*2=800 */ 1542 /* value range - 0..100, increments in 100Mbps */ 5032 * driver parameters for congestion management init, all rates are in Mbps
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 949 * 800 μs on a 100M port in ocelot_port_flush() 1099 * to write "1000Mbps" into the LINK_SPEED field of DEV_CLOCK_CFG in ocelot_phylink_mac_link_up()
|
/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 2115 {366, 365, 376, 686, 497, 308, 447, 455, 466, 476, 485, 496, 871, 800, 84}, 4885 /* Force 1000 Mbps full-duplex */ in nv_set_loopback()
|