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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dauixpvar.h138 int sc_codec_not_ready_bits; member in struct:auixp_softc
H A Dauixp.c952 sc->sc_codec_not_ready_bits |= detected_codecs;
1544 sc->sc_codec_not_ready_bits = 0;
1555 if (sc->sc_codec_not_ready_bits)
1585 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC0_NOT_READY)) {
1593 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC1_NOT_READY)) {
1601 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC2_NOT_READY)) {

Completed in 55 milliseconds