Lines Matching refs:CS8900
137 int chip_type; /* one of: CS8900, CS8920, CS8920M */
294 if (chip_type == CS8900) {
348 if (lp->chip_type == CS8900)
363 if (chip_type == CS8900)
584 if (lp->chip_type == CS8900) {
592 /* CS8900 doesn't support AUTO, change to HALF*/
1282 if (lp->chip_type != CS8900) {
1356 * send command. CS8920 revision C and CS8900 revision F can use
1360 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
1362 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
1369 lp->chip_type == CS8900 ? '0' : '2',
1428 if (lp->chip_type == CS8900)
1451 * in the CS8900 datasheet.
1517 /* If this is a CS8900 then no pnp soft */
1518 if (lp->chip_type != CS8900 &&
1527 if (lp->chip_type == CS8900) {
1534 lp->irq_map = CS8900_IRQ_MAP; /* fixed IRQ map for CS8900 */
1749 * CS8900 defaults to half-duplex if not specified on command-line