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

/freebsd-13-stable/sys/dev/sound/pci/
H A Datiixp.c130 uint32_t codec_not_ready_bits, codec_idx, codec_found; member in struct:atiixp_info
910 sc->codec_not_ready_bits |= detected_codecs;
955 sc->codec_not_ready_bits = 0;
1022 if (sc->codec_not_ready_bits == 0) {
1026 if (sc->codec_not_ready_bits != 0)
1034 if (sc->codec_not_ready_bits == 0 && timeout == 0) {
1048 if (!(sc->codec_not_ready_bits & ATI_REG_ISR_CODEC0_NOT_READY)) {
1055 if (!(sc->codec_not_ready_bits & ATI_REG_ISR_CODEC1_NOT_READY)) {
1060 if (!(sc->codec_not_ready_bits & ATI_REG_ISR_CODEC2_NOT_READY)) {

Completed in 95 milliseconds