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

  /src/sys/arch/emips/stand/common/
ace.c 247 printf("\tSECCNTCMDREG %x = %s cnt=%d\n", Interface->SECCNTCMDREG,
248 CommandNames[(Interface->SECCNTCMDREG >> 8)&7],
249 Interface->SECCNTCMDREG & SAC_SECCCNT);
439 Interface->SECCNTCMDREG = (uint16_t)(Command | (nSectors & SAC_SECCCNT));
  /src/sys/arch/emips/ebus/
ace_ebus.c 599 printf("\tSECCNTCMDREG %x = %s cnt=%d\n", regs->SECCNTCMDREG,
600 CommandNames[(regs->SECCNTCMDREG >> 8) & 7],
601 regs->SECCNTCMDREG & SAC_SECCCNT);
830 sc->sc_dr->SECCNTCMDREG =
  /src/sys/arch/emips/include/
emipsreg.h 572 volatile uint16_t SECCNTCMDREG; /*0x00000096 */
644 /* volatile uint16_t SECCNTCMDREG; 0x00000096 */

Completed in 16 milliseconds