HomeSort by: relevance | last modified time | path
    Searched defs:pectl (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 145 milliseconds