Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_si3054.c46 #define SI3054_MEI_READY 0xf macro
225 } while ((val & SI3054_MEI_READY) != SI3054_MEI_READY && wait_count--); in si3054_init()
227 if((val&SI3054_MEI_READY) != SI3054_MEI_READY) { in si3054_init()