Searched refs:CMPCI_REG_MISC (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dcmpcireg.h135 #define CMPCI_REG_MISC 0x18 macro
H A Dcmpci.c233 /* use cmpci_reg_set_reg_misc() for CMPCI_REG_MISC */
234 KDASSERT(no != CMPCI_REG_MISC);
244 /* use cmpci_reg_clear_reg_misc() for CMPCI_REG_MISC */
245 KDASSERT(no != CMPCI_REG_MISC);
253 * The CMPCI_REG_MISC register needs special handling, since one of
260 bus_space_write_4(sc->sc_iot, sc->sc_ioh, CMPCI_REG_MISC,
269 bus_space_write_4(sc->sc_iot, sc->sc_ioh, CMPCI_REG_MISC,
402 CMPCI_REG_MISC) & ~CMPCI_REG_SPDIF48K;

Completed in 62 milliseconds