Home
last modified time | relevance | path

Searched +full:800 +full:mbps (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dst,st-mipid02.yaml17 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
Dst,st-vgxy61.yaml16 quad lanes 800Mbps per lane.
/linux-6.12.1/drivers/media/platform/renesas/
Drcar-csi2.c209 …{ .msps = 800, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x0018, .trio2 = 0x0c, .lane27 = 0x0000, .l…
246 u16 mbps; member
251 { .mbps = 1500, .reg = 0xcc },
252 { .mbps = 1550, .reg = 0x1d },
253 { .mbps = 1600, .reg = 0x27 },
254 { .mbps = 1650, .reg = 0x30 },
255 { .mbps = 1700, .reg = 0x39 },
256 { .mbps = 1750, .reg = 0x42 },
257 { .mbps = 1800, .reg = 0x4b },
258 { .mbps = 1850, .reg = 0x55 },
[all …]
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-dwc-phy.c251 {0x39, 701, 800, 750, 335},
252 {0x09, 749, 853, 800, 335},
289 static u16 get_hsfreq_by_mbps(u32 mbps) in get_hsfreq_by_mbps() argument
294 if (freqranges[i].default_mbps == mbps || in get_hsfreq_by_mbps()
295 (mbps >= freqranges[i].min && mbps <= freqranges[i].max)) in get_hsfreq_by_mbps()
303 u32 phy_id, u32 mbps) in ipu6_isys_dwc_phy_config() argument
312 dev_dbg(dev, "config Dphy %u with %u mbps", phy_id, mbps); in ipu6_isys_dwc_phy_config()
314 index = get_hsfreq_by_mbps(mbps); in ipu6_isys_dwc_phy_config()
316 dev_err(dev, "link freq not found for mbps %u", mbps); in ipu6_isys_dwc_phy_config()
347 if (mbps < 1500) { in ipu6_isys_dwc_phy_config()
[all …]
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst215 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-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dcypress,cy8ctma340.yaml47 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-6.12.1/drivers/net/ethernet/
DKconfig139 Say Y here to support the Myson MTD-800 family of PCI-based Ethernet
152 tristate "OpenCores 10/100 Mbps Ethernet MAC support"
159 Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.
/linux-6.12.1/include/uapi/linux/
Dif_arp.h31 #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-6.12.1/drivers/phy/cadence/
Dcdns-dphy-rx.c61 /* Rates are in Mbps. */
74 { 480, 560 }, { 560, 640 }, { 640, 720 }, { 720, 800 }, { 800, 880 },
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358775.yaml15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h473 * (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-6.12.1/drivers/gpu/drm/bridge/imx/
Dimx93-mipi-dsi.c81 #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-6.12.1/drivers/gpu/drm/kmb/
Dkmb_dsi.c140 {.default_bit_rate_mbps = 800, .hsfreqrange_code = 0x09},
1050 /* lane_rate_mbps <= 1000 Mbps in set_slewrate_lt_1000()
1300 * c2. slewrate calibration (if data rate < = 1500 Mbps): in mipi_tx_init_dphy()
1379 * to convert to Mbps in kmb_dsi_mode_set()
1388 /* When late rate < 800, modeset fails with 4 lanes, in kmb_dsi_mode_set()
1391 if (data_rate < 800) { in kmb_dsi_mode_set()
/linux-6.12.1/drivers/net/ethernet/amd/
Damd8111e.c91 … 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-6.12.1/drivers/net/ethernet/intel/e1000e/
Dphy.c915 /* 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-6.12.1/fs/smb/client/
Dcifs_debug.c172 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-6.12.1/drivers/net/wireless/intel/iwlegacy/
D3945.c65 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-6.12.1/drivers/net/phy/
Dphy-core.c23 return "10Mbps"; in phy_speed_to_str()
25 return "100Mbps"; in phy_speed_to_str()
53 return "800Gbps"; in phy_speed_to_str()
165 /* 800G */
/linux-6.12.1/drivers/eisa/
Deisa.ids174 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-6.12.1/Documentation/fb/
Dmatroxfb.rst46 bpp 640x400 640x480 768x576 800x600 960x720
367 16 seconds, i.e. 187 MBps).
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/cirrus/
Dcs89x0.rst68 computers on 10 Mbps Ethernet networks. The adapters are designed for operation
580 Telephone :(800) 888-5016 (from inside U.S. and Canada)
/linux-6.12.1/drivers/staging/media/imx/
Dimx6-mipi-csi2.c32 * The default maximum bit-rate per lane in Mbps, if the
188 {800, 0x32}, {850, 0x14}, {900, 0x34}, {950, 0x54},
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_vf_lib.c155 * 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-6.12.1/drivers/media/i2c/
Dds90ub960.c1153 priv->tx_data_rate != MHZ(800) && in ub960_parse_dt_txport()
1776 case MHZ(800): in ub960_init_tx_ports()
1797 case MHZ(800): in ub960_init_tx_ports()
1829 * 0 - 2.5 Mbps (DS90UB913A-Q1 / DS90UB933-Q1) in ub960_init_rx_port_ub960()
1830 * 2 - 10 Mbps in ub960_init_rx_port_ub960()
1831 * 6 - 50 Mbps (DS90UB953-Q1) in ub960_init_rx_port_ub960()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.c45 #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 …]

12