Home
last modified time | relevance | path

Searched refs:I2S_INT_CLKSTOPPEND (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/macppc/dev/
Di2sreg.h37 #define I2S_INT_CLKSTOPPEND 0x01000000 macro
Dxlights.c172 out32rb(sc->sc_reg + I2S_INT, I2S_INT_CLKSTOPPEND); in xlights_attach()
175 if (in32rb(sc->sc_reg + I2S_INT) & I2S_INT_CLKSTOPPEND) { in xlights_attach()
Di2s.c750 out32rb(sc->sc_reg + I2S_INT, I2S_INT_CLKSTOPPEND); in i2s_set_rate()
756 if (in32rb(sc->sc_reg + I2S_INT) & I2S_INT_CLKSTOPPEND) in i2s_set_rate()