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

/freebsd-13-stable/sys/mips/mips/
H A Dcpu.c103 u_int32_t cfg3; local
133 cfg3 = 0;
137 cfg3 = mips_rd_config3();
145 if (cfg3 & MIPS_CONFIG3_ULR) {
299 uint32_t cfg0, cfg1, cfg2, cfg3; local
459 cfg3 = mips_rd_config3();
462 if (cfg3 & ~(0x80000000))
463 printf(" Config3=0x%b\n", cfg3, "\20\16ULRI\2SmartMIPS\1TraceLogic");
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c553 device_printf(sc->sc_dev, "%s: cfg1 0x%x, cfg2 0x%x, cfg3 0x%x, ccf "
752 uint8_t cfg3, syncoff, synctp; local
756 cfg3 = sc->sc_cfg3;
773 cfg3 |= sc->sc_cfg3_fscsi;
781 (cfg3 & NCRAMDCFG3_FSCSI) == 0)
790 cfg3 |= NCRFASCFG3_EWIDE;
794 NCR_WRITE_REG(sc, NCR_CFG3, cfg3);

Completed in 167 milliseconds