HomeSort by: relevance | last modified time | path
    Searched refs:sc_codec_not_ready_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
auixpvar.h 119 int sc_codec_not_ready_bits; member in struct:auixp_softc
auixp.c 928 sc->sc_codec_not_ready_bits |= detected_codecs;
1483 sc->sc_codec_not_ready_bits = 0;
1494 if (sc->sc_codec_not_ready_bits)
1524 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC0_NOT_READY)) {
1532 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC1_NOT_READY)) {
1540 if (!(sc->sc_codec_not_ready_bits & ATI_REG_ISR_CODEC2_NOT_READY)) {

Completed in 13 milliseconds