Lines Matching full:revision
26 * Removed some extra defines, added an autodetect Revision
96 * Revision A only uses ports 0x270 and 0x370. Revision C introduced 0x350.
97 * Revision A has an address range of 2 addresses, while Revision C has 4.
106 /* Port 1 : Control Status #1 for the PC Watchdog card, revision A. */
112 /* Port 1 : Control Status #1 for the PC Watchdog card, revision C. */
179 int revision; /* The card's revision */ member
336 if (pcwd_private.revision == PCWD_REVISION_A) in pcwd_show_card_info()
339 else if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_show_card_info()
380 if (pcwd_private.revision == PCWD_REVISION_A) { in pcwd_timer_ping()
412 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_start()
438 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_stop()
488 if (pcwd_private.revision == PCWD_REVISION_A) in pcwd_get_status()
503 if (pcwd_private.revision == PCWD_REVISION_A) { in pcwd_get_status()
534 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_clear_status()
623 if (pcwd_private.revision == PCWD_REVISION_C) { in pcwd_ioctl()
876 /* Check card's revision */ in pcwd_isa_probe()
877 pcwd_private.revision = get_revision(); in pcwd_isa_probe()
880 (pcwd_private.revision == PCWD_REVISION_A) ? 2 : 4, "PCWD")) { in pcwd_isa_probe()
947 (pcwd_private.revision == PCWD_REVISION_A) ? 2 : 4); in pcwd_isa_probe()
968 (pcwd_private.revision == PCWD_REVISION_A) ? 2 : 4); in pcwd_isa_remove()