Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dmediabay.c84 #define FCR_MEDIABAY_ENABLE 0x00000080 macro
177 if ((fcr & (FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_IDE_ENABLE in mediabay_attach_content()
178 | FCR_MEDIABAY_CD_POWER)) != (FCR_MEDIABAY_ENABLE in mediabay_attach_content()
180 fcr |= FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_RESET; in mediabay_attach_content()
257 fcr &= ~(FCR_MEDIABAY_ENABLE | FCR_MEDIABAY_IDE_ENABLE | in mediabay_attach_content()
311 fcr &= ~(FCR_MEDIABAY_ENABLE | in mediabay_kthread()