Home | History | Annotate | Download | only in ic

Lines Matching defs:cfig3

520 	u_char	var, cfig3, reg;
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);
574 DPRINTF(("%x\n", cfig3));