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

  /src/sys/dev/ic/
interwave.c 520 u_char var, cfig3, reg; local
540 cfig3 = 0; /* XXX gcc -Wall */
547 * CPVFI or CRVFI. To enable this option, bit 2 in CFIG3 needs to be
562 /* reset CFIG3[2] */
564 IW_READ_CODEC_1(CFIG3I, cfig3);
566 cfig3 |= 0xc0; /* not full fifo treshhold */
568 DPRINTF(("cfig3i = %x -> ", cfig3));
570 cfig3 &= ~0x04;
571 IW_WRITE_CODEC_1(CFIG3I, cfig3);
572 IW_READ_CODEC_1(CFIG3I, cfig3);
    [all...]

Completed in 14 milliseconds