Home
last modified time | relevance | path

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

/linux/sound/soc/sh/
H A Dhac.c44 #define CR_ST (1 << 5) /* AC97 link start bit */ macro
204 HACREG(HACCR) = CR_WMRT | CR_ST | CR_B9; in hac_ac97_warmrst()
206 HACREG(HACCR) = CR_ST | CR_B9; in hac_ac97_warmrst()
223 HACREG(HACCR) = CR_CDRT | CR_ST | CR_B9; in hac_ac97_coldrst()
/linux/arch/arm/include/asm/
H A Dcp15.h33 #define CR_ST (1 << 19) macro