Lines Matching full:rtl
3 8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
158 The RTL chips use a 64 element hash table based on the Ethernet CRC. */
316 Config4 = 0x5A, /* absent on RTL-8139A */
331 Config5 = 0xD8, /* absent on RTL-8139A */
514 { "RTL-8139",
519 { "RTL-8139 rev K",
524 { "RTL-8139A",
529 { "RTL-8139A rev G",
534 { "RTL-8139B",
539 { "RTL-8130",
544 { "RTL-8139C",
549 { "RTL-8100",
554 { "RTL-8100B/8139D",
560 { "RTL-8101",
624 MODULE_DESCRIPTION ("RealTek RTL-8139 Fast Ethernet driver");
852 /* if unknown chip, assume array element #0, original RTL-8139 in this case */ in rtl8139_init_board()
854 dev_dbg(&pdev->dev, "unknown chip version, assuming RTL-8139\n"); in rtl8139_init_board()