/* * Industrial Computer Source WDT500/501 driver * * (c) Copyright 1995 CymruNET Ltd * Innovation Centre * Singleton Park * Swansea * Wales * UK * SA2 8PP * * http://www.cymru.net * * This driver is provided under the GNU General Public License, * incorporated herein by reference. The driver is provided without * warranty or support. * * Release 0.04. * */ #define WDT_COUNT0 (io+0) #define WDT_COUNT1 (io+1) #define WDT_COUNT2 (io+2) #define WDT_CR (io+3) #define WDT_SR (io+4) /* Start buzzer on PCI write */ #define WDT_RT (io+5) /* Stop buzzer on PCI write */ #define WDT_BUZZER (io+6) /* PCI only: rd=disable, wr=enable */ #define WDT_DC (io+7) /* The following are only on the PCI card, they're outside of I/O space on * the ISA card: */ #define WDT_CLOCK (io+12) /* COUNT2: rd=16.67MHz, wr=2.0833MHz */ /* inverted opto isolated reset output: */ #define WDT_OPTONOTRST (io+13) /* wr=enable, rd=disable */ /* opto isolated reset output: */ #define WDT_OPTORST (io+14) /* wr=enable, rd=disable */ /* programmable outputs: */ #define WDT_PROGOUT (io+15) /* wr=enable, rd=disable */ /* FAN 501 500 */ #define WDC_SR_WCCR 1 /* Active low */ /* X X X */ #define WDC_SR_TGOOD 2 /* X X - */ #define WDC_SR_ISOI0 4 /* X X X */ #define WDC_SR_ISII1 8 /* X X X */ #define WDC_SR_FANGOOD 16 /* X - - */ #define WDC_SR_PSUOVER 32 /* Active low */ /* X X - */ #define WDC_SR_PSUUNDR 64 /* Active low */ /* X X - */ #define WDC_SR_IRQ 128 /* Active low */ /* X X X */ it/?h=nds-private-remove'>summaryrefslogtreecommitdiff
path: root/net/batman-adv/tvlv.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 09:56:15 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 09:56:15 -0800
commit23fbe2cdc1de80120cf9ccd478ac57c3a3a0764b (patch)
tree4aff32d5f2f6fe2f54028bfd4d1b66fdd2f8d281 /net/batman-adv/tvlv.h
parent926af6273fc683cd98cd0ce7bf0d04a02eed6742 (diff)
parenteeeefd41843218c55a8782a6920f044d9bf6207a (diff)
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fix from Jens Axboe: "A single fix that should go into 4.10, fixing a regression on some devices with the WRITE_SAME command" * 'for-linus' of git://git.kernel.dk/linux-block: block: don't try Write Same from __blkdev_issue_zeroout
Diffstat (limited to 'net/batman-adv/tvlv.h')