Home
last modified time | relevance | path

Searched refs:down_speed (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c491 int down_speed, up_speed, ret; in speedtch_check_status() local
532 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()
537 if (!(down_speed & 0x0000ffff) && !(up_speed & 0x0000ffff)) { in speedtch_check_status()
538 down_speed >>= 16; in speedtch_check_status()
542 atm_dev->link_rate = down_speed * 1000 / 424; in speedtch_check_status()
547 down_speed, up_speed); in speedtch_check_status()