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

  /src/sys/dev/pci/
pci_subr.c 815 #define onoff2(str, rval, bit, onstr, offstr) \ macro
818 #define onoff(str, rval, bit) onoff2(str, rval, bit, "on", "off")
876 onoff2("Interrupt status", rval, PCI_STATUS_INT_STATUS, "active",
1460 onoff2("Device Complexity", reg, PCIX_STATUS_DEVCPLX,
2076 onoff2("Read Completion Boundary Control", reg, PCIE_LCSR_RCB,
3300 onoff2(" Link Type", reg, PCI_RCLINK_DCL_LINKDESC_LTYPE,
pci_subr.c 815 #define onoff2(str, rval, bit, onstr, offstr) \ macro
818 #define onoff(str, rval, bit) onoff2(str, rval, bit, "on", "off")
876 onoff2("Interrupt status", rval, PCI_STATUS_INT_STATUS, "active",
1460 onoff2("Device Complexity", reg, PCIX_STATUS_DEVCPLX,
2076 onoff2("Read Completion Boundary Control", reg, PCIE_LCSR_RCB,
3300 onoff2(" Link Type", reg, PCI_RCLINK_DCL_LINKDESC_LTYPE,

Completed in 28 milliseconds