Home
last modified time | relevance | path

Searched refs:HDA_CMD_GET_PIN_SENSE_ELD_VALID (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/hda/
HDhda_reg.h422 #define HDA_CMD_GET_PIN_SENSE_ELD_VALID 0x40000000 macro
HDhdaa.c698 if ((w->eld != 0) == ((res & HDA_CMD_GET_PIN_SENSE_ELD_VALID) != 0)) in hdaa_eld_handler()
711 (res & HDA_CMD_GET_PIN_SENSE_ELD_VALID) ? "" : "in"); in hdaa_eld_handler()
713 if ((res & HDA_CMD_GET_PIN_SENSE_ELD_VALID) == 0) in hdaa_eld_handler()
6089 (res & HDA_CMD_GET_PIN_SENSE_ELD_VALID)) ? in hdaa_pindump()