Home
last modified time | relevance | path

Searched refs:speed (Results 601 – 625 of 3125) sorted by relevance

1...<<21222324252627282930>>...125

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c218 unsigned int speed; member
256 static void hip04_config_port(struct net_device *ndev, u32 speed, u32 duplex) in hip04_config_port() argument
261 priv->speed = speed; in hip04_config_port()
266 if (speed == SPEED_1000) in hip04_config_port()
268 else if (speed == SPEED_100) in hip04_config_port()
274 if (speed == SPEED_100) in hip04_config_port()
717 if ((priv->speed != phy->speed) || (priv->duplex != phy->duplex)) { in hip04_adjust_link()
718 hip04_config_port(ndev, phy->speed, phy->duplex); in hip04_adjust_link()
/openbmc/linux/drivers/net/phy/
H A Drealtek.c327 if (phydev->speed == SPEED_100 && phydev->autoneg == AUTONEG_DISABLE) { in rtl8211_config_aneg()
555 phydev->speed = SPEED_10; in rtlgen_get_speed()
558 phydev->speed = SPEED_100; in rtlgen_get_speed()
561 phydev->speed = SPEED_1000; in rtlgen_get_speed()
564 phydev->speed = SPEED_10000; in rtlgen_get_speed()
567 phydev->speed = SPEED_2500; in rtlgen_get_speed()
570 phydev->speed = SPEED_5000; in rtlgen_get_speed()
769 phydev->speed = SPEED_100; in rtl9000a_config_init()
/openbmc/qemu/hw/char/
H A Descc.c478 int speed, parity, data_bits, stop_bits; in escc_update_parameters() local
514 speed = s->clock / ((s->wregs[W_BRGLO] | (s->wregs[W_BRGHI] << 8)) + 2); in escc_update_parameters()
519 speed /= 16; in escc_update_parameters()
522 speed /= 32; in escc_update_parameters()
526 speed /= 64; in escc_update_parameters()
529 ssp.speed = speed; in escc_update_parameters()
533 trace_escc_update_parameters(CHN_C(s), speed, parity, data_bits, stop_bits); in escc_update_parameters()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A D.gitignore3 intel-speed-select
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A DMakefile7 obj-y += speed.o
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_i2c.h13 int speed; member
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-k2l.dtsi36 current-speed = <115200>;
46 current-speed = <115200>;
/openbmc/qemu/tests/qemu-iotests/
H A D224.out6 …me\": \"TEST_DIR/PID-base.img\"}}", "device": "top", "job-id": "commit", "speed": 1, "top": "json:…
15 … "device": "top", "filter-node-name": "filter_node", "job-id": "commit", "speed": 1, "top": "json:…
H A D127.out21 …_JOB_READY", "data": {"device": "mirror", "len": 65536, "offset": 65536, "speed": 0, "type": "mirr…
27 …_COMPLETED", "data": {"device": "mirror", "len": 65536, "offset": 65536, "speed": 0, "type": "mirr…
H A D144.out32 … "BLOCK_JOB_READY", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "comm…
41 …OCK_JOB_COMPLETED", "data": {"device": "virtio0", "len": 0, "offset": 0, "speed": 0, "type": "comm…
/openbmc/u-boot/drivers/net/phy/
H A Dmicrel_ksz8xxx.c127 phydev->speed = SPEED_100; in ksz8895_config()
167 phydev->speed = SPEED_100; in ksz886x_config()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h74 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
75 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
/openbmc/linux/Documentation/hwmon/
H A Dgsc-hwmon.rst46 read-only PWM values range from 0 (off) to 255 (full speed).
47 Fan speed will be set to minimum (off) when the temperature sensor reads
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxl-s905d-vero4k-plus.dts58 max-speed = <1000>;
97 max-speed = <2000000>;
H A Dmeson-gxm-minix-neo-u9h.dts66 max-speed = <1000>;
113 max-speed = <2000000>;
/openbmc/linux/drivers/ata/
H A Dpata_triflex.c73 static void triflex_load_timing(struct ata_port *ap, struct ata_device *adev, int speed) in triflex_load_timing() argument
85 switch(speed) in triflex_load_timing()
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c256 if (sdev->speed == SPEED_1000) { in slic_configure_mac()
278 if (sdev->speed == speed && sdev->duplex == duplex) in slic_configure_link_locked()
281 sdev->speed = speed; in slic_configure_link_locked()
284 if (sdev->speed == SPEED_UNKNOWN) { in slic_configure_link_locked()
630 int speed; in slic_handle_link_irq() local
637 speed = SPEED_1000; in slic_handle_link_irq()
639 speed = SPEED_100; in slic_handle_link_irq()
641 speed = SPEED_10; in slic_handle_link_irq()
647 speed = SPEED_UNKNOWN; in slic_handle_link_irq()
649 slic_configure_link(sdev, speed, duplex); in slic_handle_link_irq()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c738 switch (pdev->gadget.speed) { in cdnsp_setup_addressable_priv_dev()
790 g->speed == USB_SPEED_FULL ? "" : "micro"); in cdnsp_parse_exponent_interval()
797 if (g->speed == USB_SPEED_FULL) in cdnsp_parse_exponent_interval()
834 switch (g->speed) { in cdnsp_get_endpoint_interval()
868 if (g->speed < USB_SPEED_SUPER || in cdnsp_get_endpoint_mult()
879 if (g->speed >= USB_SPEED_SUPER) in cdnsp_get_endpoint_max_burst()
882 if (g->speed == USB_SPEED_HIGH && in cdnsp_get_endpoint_max_burst()
927 if (g->speed >= USB_SPEED_SUPER_PLUS && in cdnsp_get_max_esit_payload()
931 else if (g->speed >= USB_SPEED_SUPER) in cdnsp_get_max_esit_payload()
982 pdev->gadget.speed == USB_SPEED_HIGH) in cdnsp_endpoint_init()
[all …]
/openbmc/linux/include/linux/
H A Dpxa168_eth.h17 int speed; /* 0, SPEED_10, SPEED_100 */ member
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A DMakefile18 obj-y = cpu.o led.o speed.o timer.o
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A DMakefile9 obj-y = cpu.o speed.o cpu_init.o interrupts.o
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A DMakefile6 obj-y = interrupts.o cpu.o speed.o cpu_init.o
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A DMakefile9 obj-y = cpu.o speed.o cpu_init.o interrupts.o
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A DMakefile9 obj-y = interrupts.o cpu.o speed.o cpu_init.o
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A DMakefile9 obj-y = cpu.o speed.o cpu_init.o interrupts.o

1...<<21222324252627282930>>...125