HomeSort by: relevance | last modified time | path
    Searched defs:eapdbtl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hdaudio/
hdafg.c 245 uint32_t eapdbtl; member in struct:hdaudio_widget::__anon76443a410108
638 w->w_p.eapdbtl = hdaudio_command(sc->sc_codec, w->w_nid,
640 w->w_p.eapdbtl &= 0x7;
641 w->w_p.eapdbtl |= COP_EAPD_ENABLE_EAPD;
643 w->w_p.eapdbtl = 0xffffffff;
1418 w->w_p.eapdbtl = 0xffffffff;
3067 if (w->w_p.eapdbtl != 0xffffffff)
3069 CORB_SET_EAPD_BTL_ENABLE, w->w_p.eapdbtl);

Completed in 33 milliseconds