Home
last modified time | relevance | path

Searched refs:PCI_CAP_PWRMGMT (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/dev/cardbus/
Dcardbus.c1002 if (!cardbus_get_capability(cc, cf, tag, PCI_CAP_PWRMGMT, &offset, &value)) in cardbus_get_powerstate()
1072 if (!cardbus_get_capability(cc, cf, tag, PCI_CAP_PWRMGMT, &offset, in cardbus_set_powerstate()
1242 PCI_CAP_PWRMGMT, &off, &reg)) { in cardbus_child_register()
Dif_re_cardbus.c250 PCI_CAP_PWRMGMT, &pmreg, 0)) { in re_cardbus_setup()
Dif_rtk_cardbus.c281 PCI_CAP_PWRMGMT, &pmreg, 0)) { in rtk_cardbus_setup()
/netbsd/src/sys/dev/pci/
Dpci.c1141 if (!pci_get_capability(pc, tag, PCI_CAP_PWRMGMT, &offset, &value))
1205 if (!pci_get_capability(pc, tag, PCI_CAP_PWRMGMT, &offset, &value)) {
1378 PCI_CAP_PWRMGMT, &off, &reg)) {
Dpcireg.h571 #define PCI_CAP_PWRMGMT 0x01 macro
Dif_bce.c303 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PWRMGMT, &pmreg, NULL)) { in bce_attach()
Dpci_subr.c2714 { PCI_CAP_PWRMGMT, "Power Management", pci_conf_print_pcipm_cap },
Dif_wm.c16813 if (pci_get_capability(sc->sc_pc, sc->sc_pcitag, PCI_CAP_PWRMGMT, in wm_enable_wakeup()
18166 if (pci_get_capability(sc->sc_pc, sc->sc_pcitag, PCI_CAP_PWRMGMT, in wm_pll_workaround_i210()
/netbsd/src/sys/arch/x86/pci/
Ddwiic_pci.c321 if (pci_get_capability(sc->sc_pc, sc->sc_ptag, PCI_CAP_PWRMGMT, in dwiic_pci_power()