Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsubr.c996 static const unsigned short speed_map[] = { 33, 66, 100, 133 }; in get_pci_mode() local
1000 p->speed = speed_map[G_PCI_MODE_CLK(pci_mode)]; in get_pci_mode()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3423 static unsigned short speed_map[] = { 33, 66, 100, 133 }; in get_pci_mode() local
3436 p->speed = speed_map[G_PCLKRANGE(pci_mode)]; in get_pci_mode()