Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/sh/
Dhac.c46 #define CR_ST (1 << 5) /* AC97 link start bit */ macro
206 HACREG(HACCR) = CR_WMRT | CR_ST | CR_B9; in hac_ac97_warmrst()
208 HACREG(HACCR) = CR_ST | CR_B9; in hac_ac97_warmrst()
225 HACREG(HACCR) = CR_CDRT | CR_ST | CR_B9; in hac_ac97_coldrst()
/linux-4.4.14/arch/arm/include/asm/
Dcp15.h32 #define CR_ST (1 << 19) macro