Home
last modified time | relevance | path

Searched refs:lcsr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/pcidump/
Dpcidump.c551 u_int32_t lcap, lcsr; in dump_pcie_linkspeed() local
572 if (pci_read(bus, dev, func, ptr + PCI_PCIE_LCSR, &lcsr) != 0) in dump_pcie_linkspeed()
574 sspeed = (lcsr >> 16) & 0x0f; in dump_pcie_linkspeed()
575 swidth = (lcsr >> 20) & 0x3f; in dump_pcie_linkspeed()
/openbsd/src/sys/dev/pci/
Dif_rtwn.c348 uint32_t lcsr = pci_conf_read(sc->sc_pc, sc->sc_tag, in rtwn_pci_attach() local
350 lcsr &= ~(PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1); in rtwn_pci_attach()
352 sc->sc_cap_off + PCI_PCIE_LCSR, lcsr); in rtwn_pci_attach()
/openbsd/src/sys/dev/pci/drm/
Ddrm_linux.c2749 pcireg_t lcsr; in pcie_aspm_enabled() local
2755 lcsr = pci_conf_read(pc, tag, pos + PCI_PCIE_LCSR); in pcie_aspm_enabled()
2756 if ((lcsr & (PCI_PCIE_LCSR_ASPM_L0S | PCI_PCIE_LCSR_ASPM_L1)) != 0) in pcie_aspm_enabled()