Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sh/
H A Dhac.c29 #define HACCR 0x08 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()
207 for (tmo = 1000; (tmo > 0) && !(HACREG(HACCR) & CR_CR); tmo--) in hac_ac97_warmrst()
222 HACREG(HACCR) = 0; in hac_ac97_coldrst()
223 HACREG(HACCR) = CR_CDRT | CR_ST | CR_B9; in hac_ac97_coldrst()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7780.h369 #define HACCR 0xFFE40008 macro