Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/nuc900/
Dnuc900-ac97.c63 val |= (VALID_FRAME | SLOT1_VALID); in nuc900_ac97_read()
80 val &= ~SLOT1_VALID; in nuc900_ac97_read()
117 tmp |= SLOT1_VALID | SLOT2_VALID | VALID_FRAME; in nuc900_ac97_write()
131 tmp &= ~(SLOT1_VALID | SLOT2_VALID); in nuc900_ac97_write()
Dnuc900-audio.h86 #define SLOT1_VALID 0x01 macro