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

  /src/sys/dev/pci/cxgb/
cxgb_main.c 320 uint16_t lnk, pectl; local
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
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 30 milliseconds