Searched refs:PCI_CAP_PWRMGMT (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/dev/cardbus/ |
| D | cardbus.c | 1002 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, ®)) { in cardbus_child_register()
|
| D | if_re_cardbus.c | 250 PCI_CAP_PWRMGMT, &pmreg, 0)) { in re_cardbus_setup()
|
| D | if_rtk_cardbus.c | 281 PCI_CAP_PWRMGMT, &pmreg, 0)) { in rtk_cardbus_setup()
|
| /netbsd/src/sys/dev/pci/ |
| D | pci.c | 1141 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, ®)) {
|
| D | pcireg.h | 571 #define PCI_CAP_PWRMGMT 0x01 macro
|
| D | if_bce.c | 303 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PWRMGMT, &pmreg, NULL)) { in bce_attach()
|
| D | pci_subr.c | 2714 { PCI_CAP_PWRMGMT, "Power Management", pci_conf_print_pcipm_cap },
|
| D | if_wm.c | 16813 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/ |
| D | dwiic_pci.c | 321 if (pci_get_capability(sc->sc_pc, sc->sc_ptag, PCI_CAP_PWRMGMT, in dwiic_pci_power()
|