Lines Matching refs:CS8900
138 int chip_type; /* one of: CS8900, CS8920, CS8920M */
295 if (chip_type == CS8900) {
349 if (lp->chip_type == CS8900)
364 if (chip_type == CS8900)
585 if (lp->chip_type == CS8900) {
593 /* CS8900 doesn't support AUTO, change to HALF*/
1283 if (lp->chip_type != CS8900) {
1358 * send command. CS8920 revision C and CS8900 revision F can use
1362 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F')
1364 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C')
1371 lp->chip_type == CS8900 ? '0' : '2',
1431 if (lp->chip_type == CS8900)
1454 * in the CS8900 datasheet.
1521 /* If this is a CS8900 then no pnp soft */
1522 if (lp->chip_type != CS8900 &&
1531 if (lp->chip_type == CS8900) {
1538 lp->irq_map = CS8900_IRQ_MAP; /* fixed IRQ map for CS8900 */
1749 * CS8900 defaults to half-duplex if not specified on command-line