Home
last modified time | relevance | path

Searched refs:speed (Results 701 – 725 of 3127) sorted by relevance

1...<<21222324252627282930>>...126

/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c287 if (udc->gadget.speed != USB_SPEED_UNKNOWN) in usba_ep_disable()
346 if (!udc->driver || udc->gadget.speed == USB_SPEED_UNKNOWN || in usba_ep_queue()
1078 if (udc->gadget.speed != USB_SPEED_UNKNOWN && in usba_udc_irq()
1094 if (udc->gadget.speed != USB_SPEED_UNKNOWN && in usba_udc_irq()
1121 if (udc->gadget.speed != USB_SPEED_UNKNOWN && in usba_udc_irq()
1123 udc->gadget.speed = USB_SPEED_UNKNOWN; in usba_udc_irq()
1130 udc->gadget.speed = USB_SPEED_HIGH; in usba_udc_irq()
1132 udc->gadget.speed = USB_SPEED_FULL; in usba_udc_irq()
1179 udc->gadget.speed = USB_SPEED_UNKNOWN; in atmel_usba_stop()
1194 .speed = USB_SPEED_HIGH,
/openbmc/linux/drivers/hwmon/
H A Dnct7802.c488 int speed; in fan_show() local
490 speed = nct7802_read_fan(data, sattr->index); in fan_show()
491 if (speed < 0) in fan_show()
492 return speed; in fan_show()
494 return sprintf(buf, "%d\n", speed); in fan_show()
502 int speed; in fan_min_show() local
504 speed = nct7802_read_fan_min(data, sattr->nr, sattr->index); in fan_min_show()
505 if (speed < 0) in fan_min_show()
506 return speed; in fan_min_show()
508 return sprintf(buf, "%d\n", speed); in fan_min_show()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.h39 uint32_t speed; member
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c730 int gmac_set_speed(int speed, int duplex) in gmac_set_speed() argument
737 if (speed == 1000) { in gmac_set_speed()
739 } else if (speed == 100) { in gmac_set_speed()
741 } else if (speed == 10) { in gmac_set_speed()
744 pr_err("%s: Invalid GMAC speed(%d)!\n", __func__, speed); in gmac_set_speed()
752 printf("Change GMAC speed to %dMB\n", speed); in gmac_set_speed()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c388 static int pm3393_get_speed_duplex_fc(struct cmac *cmac, int *speed, in pm3393_get_speed_duplex_fc() argument
391 if (speed) in pm3393_get_speed_duplex_fc()
392 *speed = SPEED_10000; in pm3393_get_speed_duplex_fc()
400 static int pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, in pm3393_set_speed_duplex_fc() argument
403 if (speed >= 0 && speed != SPEED_10000) in pm3393_set_speed_duplex_fc()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h368 unsigned short speed; member
430 unsigned short speed; /* actual link speed */ member
530 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
531 int (*get_link_status)(struct cphy *phy, int *link_ok, int *speed,
659 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
714 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc);
/openbmc/linux/sound/firewire/
H A Diso-resources.h35 unsigned int max_payload_bytes, int speed);
/openbmc/linux/tools/perf/util/
H A Ds390-cpumcf-kernel.h28 unsigned int speed:1; /* CPU speed */ member
/openbmc/u-boot/drivers/phy/marvell/
H A DKconfig9 type and speed.
/openbmc/u-boot/tools/kermit/
H A Dsend_image5 set speed 115200
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmdio.c69 if (pdata->phy_speed != phydev->speed) { in xge_adjust_link()
70 pdata->phy_speed = phydev->speed; in xge_adjust_link()
/openbmc/linux/Documentation/sound/soc/
H A Dclocking.rst18 their speed can be altered by software (depending on the system use and to save
39 it is best to configure BCLK to the lowest possible speed (depending on your
/openbmc/linux/drivers/i2c/busses/
H A Di2c-sibyte.c122 static int __init i2c_sibyte_add_bus(struct i2c_adapter *i2c_adap, int speed) in i2c_sibyte_add_bus() argument
130 csr_out32(speed, SMB_CSR(adap,R_SMB_FREQ)); in i2c_sibyte_add_bus()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dstarfive,jh7110-usb.yaml113 maximum-speed = "super-speed";
/openbmc/linux/drivers/net/phy/
H A Ddp83td510.c112 phydev->speed = SPEED_UNKNOWN; in dp83td510_read_status()
124 phydev->speed = SPEED_10; in dp83td510_read_status()
/openbmc/linux/Documentation/hwmon/
H A Dacbel-fsg032.rst47 fan1_input Fan 1 speed in RPM.
48 fan1_target Set fan speed reference.
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-mv88f6281gtw-ge.dts155 speed = <1000>;
167 speed = <1000>;
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7986b-rfb.dts42 speed = <2500>;
93 speed = <2500>;
/openbmc/linux/include/linux/
H A Dphy_led_triggers.h23 unsigned int speed; member
/openbmc/phosphor-pid-control/experiments/
H A DREADME1 To determine the fan's ability to change speed we ran several experiments.
/openbmc/linux/include/uapi/linux/usb/
H A Dg_uvc.h34 enum usb_device_speed speed; member
/openbmc/linux/arch/arm/include/asm/mach/
H A Ddma.h35 int speed; /* DMA speed */ member
/openbmc/linux/Documentation/scsi/
H A D53c700.rst40 1. The clock speed of the SCSI core
52 The clock speed is usually buried deep in the technical literature.
55 manufacturers set the clock speed at the lowest possible setting
106 Set to the clock speed of the chip in MHz.
/openbmc/linux/arch/powerpc/boot/dts/
H A Dsam440ep.dts152 current-speed = <0x1c200>;
163 current-speed = <0>;
174 current-speed = <0>;
185 current-speed = <0>;
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c583 int atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex) in atl1e_get_speed_and_duplex() argument
598 *speed = SPEED_1000; in atl1e_get_speed_and_duplex()
601 *speed = SPEED_100; in atl1e_get_speed_and_duplex()
604 *speed = SPEED_10; in atl1e_get_speed_and_duplex()

1...<<21222324252627282930>>...126