Home
last modified time | relevance | path

Searched refs:NTWOC_FECR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_ntwoc_pci.c293 frontend_cr = bus_space_read_2(sca->sc_iot, sca->sc_ioh, NTWOC_FECR); in ntwoc_pci_attach()
331 NTWOC_FECR, frontend_cr); in ntwoc_pci_attach()
486 sc->sc_sca.sc_ioh, NTWOC_FECR); in ntwoc_pci_shutdown()
489 NTWOC_FECR, fecr); in ntwoc_pci_shutdown()
499 sc->sc_sca.sc_ioh, NTWOC_FECR); in ntwoc_pci_dtr_callback()
519 NTWOC_FECR, fecr); in ntwoc_pci_dtr_callback()
529 sc->sc_sca.sc_ioh, NTWOC_FECR); in ntwoc_pci_clock_callback()
549 NTWOC_FECR, fecr); in ntwoc_pci_clock_callback()
H A Dif_ntwoc_pcireg.h88 #define NTWOC_FECR 0x200 macro