HomeSort by: relevance | last modified time | path
    Searched defs:cfg3 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ncr53c9x.c 419 printf("%s: ncr53c9x_reset: cfg1 0x%x, cfg2 0x%x, cfg3 0x%x, "
546 ti->cfg3 = 0;
622 uint8_t cfg3 = sc->sc_cfg3 | ti->cfg3; local in function:ncr53c9x_setsync
640 cfg3 |= sc->sc_cfg3_fscsi;
648 (cfg3 & NCRAMDCFG3_FSCSI) == 0)
656 NCR_WRITE_REG(sc, NCR_CFG3, cfg3);
1815 ti->cfg3 |= NCRFASCFG3_EWIDE;
ncr53c9xvar.h 181 uint8_t cfg3; /* per target config 3 */ member in struct:ncr53c9x_tinfo
364 #define NCR_F_HASCFG3 0x01 /* chip has CFG3 register */
rtw.c 464 uint8_t cfg3; local in function:rtw_anaparm_enable
466 cfg3 = RTW_READ8(regs, RTW_CONFIG3);
467 cfg3 |= RTW_CONFIG3_CLKRUNEN;
469 cfg3 |= RTW_CONFIG3_PARMEN;
471 cfg3 &= ~RTW_CONFIG3_PARMEN;
472 RTW_WRITE8(regs, RTW_CONFIG3, cfg3);
  /src/sys/arch/mips/mips/
mips_machdep.c 952 const uint32_t cfg3 = mipsNN_cp0_config3_read(); local in function:mips32r2_vector_init
953 if (cfg3 & MIPSNN_CFG3_ULRI) {
956 if (cfg3 & MIPSNN_CFG3_DSP2P) {
1098 const uint32_t cfg3 = mipsNN_cp0_config3_read(); local in function:mips64r2_vector_init
1099 if (cfg3 & MIPSNN_CFG3_ULRI) {
1102 if (cfg3 & MIPSNN_CFG3_DSP2P) {

Completed in 56 milliseconds