Home
last modified time | relevance | path

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

/trueos/sys/mips/mips/
HDcpu.c212 uint32_t cfg0, cfg1, cfg2, cfg3; in cpu_identify() local
314 cfg3 = mips_rd_config3(); in cpu_identify()
317 if (cfg3 & ~(0x80000000)) in cpu_identify()
318 printf(" Config3=0x%b\n", cfg3, "\20\2SmartMIPS\1TraceLogic"); in cpu_identify()
/trueos/sys/dev/esp/
HDncr53c9x.c749 uint8_t cfg3, syncoff, synctp; in ncr53c9x_setsync() local
753 cfg3 = sc->sc_cfg3; in ncr53c9x_setsync()
770 cfg3 |= sc->sc_cfg3_fscsi; in ncr53c9x_setsync()
778 (cfg3 & NCRAMDCFG3_FSCSI) == 0) in ncr53c9x_setsync()
787 cfg3 |= NCRFASCFG3_EWIDE; in ncr53c9x_setsync()
791 NCR_WRITE_REG(sc, NCR_CFG3, cfg3); in ncr53c9x_setsync()