/openbmc/u-boot/drivers/usb/gadget/ |
H A D | atmel_usba_udc.c | 287 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 D | nct7802.c | 488 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 D | dce_i2c_sw.h | 39 uint32_t speed; member
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm-sf2-eth-gmac.c | 730 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 D | pm3393.c | 388 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 D | common.h | 368 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 D | iso-resources.h | 35 unsigned int max_payload_bytes, int speed);
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumcf-kernel.h | 28 unsigned int speed:1; /* CPU speed */ member
|
/openbmc/u-boot/drivers/phy/marvell/ |
H A D | Kconfig | 9 type and speed.
|
/openbmc/u-boot/tools/kermit/ |
H A D | send_image | 5 set speed 115200
|
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | mdio.c | 69 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 D | clocking.rst | 18 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 D | i2c-sibyte.c | 122 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 D | starfive,jh7110-usb.yaml | 113 maximum-speed = "super-speed";
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83td510.c | 112 phydev->speed = SPEED_UNKNOWN; in dp83td510_read_status() 124 phydev->speed = SPEED_10; in dp83td510_read_status()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | acbel-fsg032.rst | 47 fan1_input Fan 1 speed in RPM. 48 fan1_target Set fan speed reference.
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-mv88f6281gtw-ge.dts | 155 speed = <1000>; 167 speed = <1000>;
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986b-rfb.dts | 42 speed = <2500>; 93 speed = <2500>;
|
/openbmc/linux/include/linux/ |
H A D | phy_led_triggers.h | 23 unsigned int speed; member
|
/openbmc/phosphor-pid-control/experiments/ |
H A D | README | 1 To determine the fan's ability to change speed we ran several experiments.
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | g_uvc.h | 34 enum usb_device_speed speed; member
|
/openbmc/linux/arch/arm/include/asm/mach/ |
H A D | dma.h | 35 int speed; /* DMA speed */ member
|
/openbmc/linux/Documentation/scsi/ |
H A D | 53c700.rst | 40 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 D | sam440ep.dts | 152 current-speed = <0x1c200>; 163 current-speed = <0>; 174 current-speed = <0>; 185 current-speed = <0>;
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 583 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()
|