Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c1013 static const unsigned short speed_map[] = { 33, 66, 100, 133 }; in get_pci_mode() local
1017 p->speed = speed_map[G_PCI_MODE_CLK(pci_mode)]; in get_pci_mode()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c197 static const unsigned int speed_map[] = { variable
1038 udev->speed = speed_map[libusb_speed]; in usb_host_open()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3393 static unsigned short speed_map[] = { 33, 66, 100, 133 }; in get_pci_mode() local
3406 p->speed = speed_map[G_PCLKRANGE(pci_mode)]; in get_pci_mode()