Searched refs:CS8900 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 34 not relevant to the existing CS8900 cards on the Macintosh 106 int chip_type; /* one of: CS8900, CS8920, CS8920M */ 162 /* Probe for the CS8900 card in slot E. We won't bother looking 226 CS8920 revision C and CS8900 revision F can use the faster send. */ in mac89x0_device_probe() 228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in mac89x0_device_probe() 230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in mac89x0_device_probe() 236 lp->chip_type == CS8900 ? '0' : '2', in mac89x0_device_probe() 295 if (lp->chip_type == CS8900) in net_open()
|
H A D | cs89x0.c | 137 int chip_type; /* one of: CS8900, CS8920, CS8920M */ 294 if (chip_type == CS8900) { in write_irq() 348 if (lp->chip_type == CS8900) in get_dma_channel() 363 if (chip_type == CS8900) in write_dma() 584 if (lp->chip_type == CS8900) { in detect_tp() 592 /* CS8900 doesn't support AUTO, change to HALF*/ in detect_tp() 1282 if (lp->chip_type != CS8900) { in reset_chip() 1356 * send command. CS8920 revision C and CS8900 revision F can use in cs89x0_probe1() 1360 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in cs89x0_probe1() 1362 if (lp->chip_type != CS8900 in cs89x0_probe1() [all...] |
H A D | cs89x0.h | 87 #define CHIP_EISA_ID_SIG 0x630E /* Product ID Code for Crystal Chip (CS8900 spec 4.3) */ 429 #define CS8900 0x0000 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 34 not relevant to the existing CS8900 cards on the Macintosh 106 int chip_type; /* one of: CS8900, CS8920, CS8920M */ 162 /* Probe for the CS8900 card in slot E. We won't bother looking 226 CS8920 revision C and CS8900 revision F can use the faster send. */ in mac89x0_device_probe() 228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in mac89x0_device_probe() 230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in mac89x0_device_probe() 236 lp->chip_type == CS8900 ? '0' : '2', in mac89x0_device_probe() 298 if (lp->chip_type == CS8900) in net_open()
|
H A D | cs89x0.c | 138 int chip_type; /* one of: CS8900, CS8920, CS8920M */ 295 if (chip_type == CS8900) { in write_irq() 349 if (lp->chip_type == CS8900) in get_dma_channel() 364 if (chip_type == CS8900) in write_dma() 585 if (lp->chip_type == CS8900) { in detect_tp() 593 /* CS8900 doesn't support AUTO, change to HALF*/ in detect_tp() 1283 if (lp->chip_type != CS8900) { in reset_chip() 1358 * send command. CS8920 revision C and CS8900 revision F can use in cs89x0_probe1() 1362 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in cs89x0_probe1() 1364 if (lp->chip_type != CS8900 in cs89x0_probe1() [all...] |
H A D | cs89x0.h | 87 #define CHIP_EISA_ID_SIG 0x630E /* Product ID Code for Crystal Chip (CS8900 spec 4.3) */ 429 #define CS8900 0x0000 macro
|
Completed in 9 milliseconds