/src/sys/dev/pci/cxgb/ |
cxgb_main.c | 320 uint16_t lnk, pectl; local in function:cxgb_controller_attach 324 pectl = pci_read_config(dev, reg + 0x8, 2); 325 pectl = (pectl & ~0x7000) | (5 << 12); 326 pci_write_config(dev, reg + 0x8, pectl, 2);
|
cxgb_main.c | 320 uint16_t lnk, pectl; local in function:cxgb_controller_attach 324 pectl = pci_read_config(dev, reg + 0x8, 2); 325 pectl = (pectl & ~0x7000) | (5 << 12); 326 pci_write_config(dev, reg + 0x8, pectl, 2);
|
cxgb_main.c | 320 uint16_t lnk, pectl; local in function:cxgb_controller_attach 324 pectl = pci_read_config(dev, reg + 0x8, 2); 325 pectl = (pectl & ~0x7000) | (5 << 12); 326 pci_write_config(dev, reg + 0x8, pectl, 2);
|