Home
last modified time | relevance | path

Searched refs:pmreg (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/cardbus/
H A Dif_re_cardbus.c168 int pmreg; in re_cardbus_setup() local
172 PCI_CAP_PWRMGMT, &pmreg, 0)) { in re_cardbus_setup()
174 pmreg + PCI_PMCSR); in re_cardbus_setup()
189 pci_conf_write(pc, csc->sc_tag, pmreg + PCI_PMCSR, in re_cardbus_setup()
H A Dif_rl_cardbus.c229 int pmreg; in rl_cardbus_setup() local
235 PCI_CAP_PWRMGMT, &pmreg, 0)) { in rl_cardbus_setup()
236 command = pci_conf_read(pc, csc->sc_tag, pmreg + 4); in rl_cardbus_setup()
254 pmreg + 4, command); in rl_cardbus_setup()
H A Dif_rtw_cardbus.c379 int pmreg; in rtw_cardbus_setup() local
382 PCI_CAP_PWRMGMT, &pmreg, 0)) { in rtw_cardbus_setup()
383 reg = pci_conf_read(pc, csc->sc_tag, pmreg + 4) & 0x03; in rtw_cardbus_setup()
399 pmreg + 4, 0); in rtw_cardbus_setup()
/openbsd/sys/dev/pci/
H A Dif_bce.c197 int pmreg; in bce_attach() local
215 if (pci_get_capability(pc, pa->pa_tag, PCI_CAP_PWRMGMT, &pmreg, 0)) { in bce_attach()
216 pmode = pci_conf_read(pc, pa->pa_tag, pmreg + 4) & 0x3; in bce_attach()
228 pci_conf_write(pc, pa->pa_tag, pmreg + 4, 0); in bce_attach()
/openbsd/distrib/sets/lists/comp/
H A Dmi120 ./usr/include/dev/ata/pmreg.h