Searched refs:speed (Results 251 - 275 of 1250) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S53 @ delay 90us and set CPU PLL to lowest speed
54 @ fixes resume problem on high speed SA1110
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dmdio.c69 if (pdata->phy_speed != phydev->speed) {
70 pdata->phy_speed = phydev->speed;
/linux-master/include/pcmcia/
H A Dss.h87 u_short speed; member in struct:pccard_io_map
94 u_short speed; member in struct:pccard_mem_map
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c111 int *link_ok, int *speed, int *duplex, int *fc)
143 *speed = SPEED_10000;
110 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/linux-master/drivers/usb/cdns3/
H A Dcdns3-ep0.c240 if (priv_dev->gadget.speed != USB_SPEED_SUPER)
279 enum usb_device_speed speed; local
286 speed = priv_dev->gadget.speed;
293 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER)
299 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER)
308 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH)
819 if (priv_dev->gadget.speed == USB_SPEED_SUPER)
H A Dcdns3-debug.h16 enum usb_device_speed speed,
25 usb_speed_string(speed));
15 cdns3_decode_usb_irq(char *str, enum usb_device_speed speed, u32 usb_ists) argument
/linux-master/drivers/usb/gadget/function/
H A Drndis.h165 u32 speed; member in struct:rndis_params
189 u32 speed);
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c52 cmd->base.speed = card->phy.speed;
/linux-master/drivers/bluetooth/
H A Dhci_ll.c503 &cmd->speed, HCI_INIT_TIMEOUT);
613 u32 speed; local
659 /* Operational speed if any */
661 speed = hu->oper_speed;
663 speed = hu->proto->oper_speed;
665 speed = 0;
667 if (speed) {
668 __le32 speed_le = cpu_to_le32(speed);
676 serdev_device_set_baudrate(serdev, speed);
710 of_property_read_u32(serdev->dev.of_node, "max-speed",
[all...]
H A Dhci_uart.h58 int (*set_baudrate)(struct hci_uart *hu, unsigned int speed);
117 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed);
/linux-master/drivers/ata/
H A Dpata_triflex.c65 * @speed: speed to configure
73 static void triflex_load_timing(struct ata_port *ap, struct ata_device *adev, int speed) argument
85 switch(speed)
/linux-master/drivers/net/phy/
H A Ddp83td510.c112 phydev->speed = SPEED_UNKNOWN;
124 phydev->speed = SPEED_10;
H A Dmarvell-88q2xxx.c243 * registers depending on the speed.
246 if (phydev->speed == SPEED_1000)
248 else if (phydev->speed == SPEED_100)
276 phydev->speed = SPEED_UNKNOWN;
285 phydev->speed = SPEED_100;
287 phydev->speed = SPEED_1000;
297 /* We have to get the negotiated speed first, otherwise we are
394 if (phydev->speed == SPEED_100) {
668 if (phydev->autoneg == AUTONEG_ENABLE || phydev->speed == SPEED_1000) {
684 if (phydev->autoneg == AUTONEG_ENABLE || phydev->speed
[all...]
/linux-master/drivers/usb/serial/
H A Dkeyspan_pda.c332 speed_t speed; local
355 speed = tty_get_baud_rate(tty);
356 speed = keyspan_pda_setbaud(serial, speed);
358 if (speed == 0) {
361 speed = tty_termios_baud_rate(old_termios);
364 * Only speed can change so copy the old h/w parameters then encode
365 * the new speed.
368 tty_encode_baud_rate(tty, speed, speed);
[all...]
/linux-master/include/linux/
H A Dgameport.h23 int speed; member in struct:gameport
193 return (time * gameport->speed) / 1000;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sunxi.c75 static void sun7i_fix_speed(void *priv, unsigned int speed, unsigned int mode) argument
89 if (speed == 1000) {
/linux-master/drivers/i2c/busses/
H A Di2c-sibyte.c122 static int __init i2c_sibyte_add_bus(struct i2c_adapter *i2c_adap, int speed) argument
130 csr_out32(speed, SMB_CSR(adap,R_SMB_FREQ));
/linux-master/sound/firewire/
H A Damdtp-stream.h210 int speed; member in struct:amdtp_stream
330 int channel, int speed);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-sgmii-eth.c31 int speed; member in struct:qcom_dwmac_sgmii_phy_data
225 switch (data->speed) {
289 static int qcom_dwmac_sgmii_phy_set_speed(struct phy *phy, int speed) argument
293 if (speed != data->speed)
294 data->speed = speed;
327 data->speed = SPEED_10;
/linux-master/arch/powerpc/boot/dts/
H A DkuroboxHD.dts90 current-speed = <9600>;
101 current-speed = <57600>;
H A DkuroboxHG.dts90 current-speed = <9600>;
101 current-speed = <57600>;
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.h26 s32 igb_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
/linux-master/arch/arc/lib/
H A Dmemset.S30 .Laligned: ; This code address should be aligned for speed.
/linux-master/arch/m68k/coldfire/
H A Dm5272.c113 .speed = 100,
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.c53 plfxlc_speed(udev->speed));

Completed in 392 milliseconds

<<11121314151617181920>>