HomeSort by: relevance | last modified time | path
    Searched refs:CM_CSR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/mpc85xx/
cadmusreg.h 47 #define CM_CSR 0x01 /* General control/status register */
machdep.c 1159 cadmus_csr = ((uint8_t *)0xf8004000)[CM_CSR];
1160 ((uint8_t *)0xf8004000)[CM_CSR] |= CM_RST_PHYRST;
1163 ((uint8_t *)0xf8004000)[CM_CSR] = 0;

Completed in 13 milliseconds