diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 18:48:19 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 18:48:19 -0500 |
| commit | 9f67627a0fea99b080a190d2d24cc1e2634aa2f7 (patch) | |
| tree | 24dcf714a8b502c7ef91086d9eb6164f68c7d52b /include/uapi | |
| parent | 82b51734b4f228c76b6064b6e899d9d3d4c17c1a (diff) | |
| parent | 6adb8efb024a7e413b93b22848fc13395b1a438a (diff) | |
Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver patches from Greg KH:
"Here's the big char/misc driver patches for 3.14-rc1.
Lots of little things, and a new "big" driver, genwqe. Full details
are in the shortlog"
* tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (90 commits)
mei: limit the number of consecutive resets
mei: revamp mei reset state machine
drivers/char: don't use module_init in non-modular ttyprintk.c
VMCI: fix error handling path when registering guest driver
extcon: gpio: Add power resume support
Documentation: HOWTO: Updates on subsystem trees, patchwork, -next (vs. -mm) in ko_KR
Documentation: HOWTO: update for 2.6.x -> 3.x versioning in ko_KR
Documentation: HOWTO: update stable address in ko_KR
Documentation: HOWTO: update LXR web link in ko_KR
char: nwbutton: open-code interruptible_sleep_on
mei: fix syntax in comments and debug output
mei: nfc: mei_nfc_free has to be called under lock
mei: use hbm idle state to prevent spurious resets
mei: do not run reset flow from the interrupt thread
misc: genwqe: fix return value check in genwqe_device_create()
GenWQE: Fix warnings for sparc
GenWQE: Fix compile problems for Alpha
Documentation/misc-devices/mei/mei-amt-version.c: remove unneeded call of mei_deinit()
GenWQE: Rework return code for flash-update ioctl
sgi-xp: open-code interruptible_sleep_on_timeout
...
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/genwqe/genwqe_card.h | 500 |
1 files changed, 500 insertions, 0 deletions
diff --git a/include/uapi/linux/genwqe/genwqe_card.h b/include/uapi/linux/genwqe/genwqe_card.h new file mode 100644 index 000000000000..795e957bb840 --- /dev/null +++ b/include/uapi/linux/genwqe/genwqe_card.h | |||
| @@ -0,0 +1,500 @@ | |||
| 1 | #ifndef __GENWQE_CARD_H__ | ||
| 2 | #define __GENWQE_CARD_H__ | ||
| 3 | |||
| 4 | /** | ||
| 5 | * IBM Accelerator Family 'GenWQE' | ||
| 6 | * | ||
| 7 | * (C) Copyright IBM Corp. 2013 | ||
| 8 | * | ||
| 9 | * Author: Frank Haverkamp <haver@linux.vnet.ibm.com> | ||
| 10 | * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> | ||
| 11 | * Author: Michael Jung <mijung@de.ibm.com> | ||
| 12 | * Author: Michael Ruettger <michael@ibmra.de> | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | ||
| 15 | * it under the terms of the GNU General Public License (version 2 only) | ||
| 16 | * as published by the Free Software Foundation. | ||
| 17 | * | ||
| 18 | * This program is distributed in the hope that it will be useful, | ||
| 19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 21 | * GNU General Public License for more details. | ||
| 22 | */ | ||
| 23 | |||
| 24 | /* | ||
| 25 | * User-space API for the GenWQE card. For debugging and test purposes | ||
| 26 | * the register addresses are included here too. | ||
| 27 | */ | ||
| 28 | |||
| 29 | #include <linux/types.h> | ||
| 30 | #include <linux/ioctl.h> | ||
| 31 | |||
| 32 | /* Basename of sysfs, debugfs and /dev interfaces */ | ||
| 33 | #define GENWQE_DEVNAME "genwqe" | ||
| 34 | |||
| 35 | #define GENWQE_TYPE_ALTERA_230 0x00 /* GenWQE4 Stratix-IV-230 */ | ||
| 36 | #define GENWQE_TYPE_ALTERA_530 0x01 /* GenWQE4 Stratix-IV-530 */ | ||
| 37 | #define GENWQE_TYPE_ALTERA_A4 0x02 /* GenWQE5 A4 Stratix-V-A4 */ | ||
| 38 | #define GENWQE_TYPE_ALTERA_A7 0x03 /* GenWQE5 A7 Stratix-V-A7 */ | ||
| 39 | |||
| 40 | /* MMIO Unit offsets: Each UnitID occupies a defined address range */ | ||
| 41 | #define GENWQE_UID_OFFS(uid) ((uid) << 24) | ||
| 42 | #define GENWQE_SLU_OFFS GENWQE_UID_OFFS(0) | ||
| 43 | #define GENWQE_HSU_OFFS GENWQE_UID_OFFS(1) | ||
| 44 | #define GENWQE_APP_OFFS GENWQE_UID_OFFS(2) | ||
| 45 | #define GENWQE_MAX_UNITS 3 | ||
| 46 | |||
| 47 | /* Common offsets per UnitID */ | ||
| 48 | #define IO_EXTENDED_ERROR_POINTER 0x00000048 | ||
| 49 | #define IO_ERROR_INJECT_SELECTOR 0x00000060 | ||
| 50 | #define IO_EXTENDED_DIAG_SELECTOR 0x00000070 | ||
| 51 | #define IO_EXTENDED_DIAG_READ_MBX 0x00000078 | ||
| 52 | #define IO_EXTENDED_DIAG_MAP(ring) (0x00000500 | ((ring) << 3)) | ||
| 53 | |||
| 54 | #define GENWQE_EXTENDED_DIAG_SELECTOR(ring, trace) (((ring) << 8) | (trace)) | ||
| 55 | |||
| 56 | /* UnitID 0: Service Layer Unit (SLU) */ | ||
| 57 | |||
| 58 | /* SLU: Unit Configuration Register */ | ||
| 59 | #define IO_SLU_UNITCFG 0x00000000 | ||
| 60 | #define IO_SLU_UNITCFG_TYPE_MASK 0x000000000ff00000 /* 27:20 */ | ||
| 61 | |||
| 62 | /* SLU: Fault Isolation Register (FIR) (ac_slu_fir) */ | ||
| 63 | #define IO_SLU_FIR 0x00000008 /* read only, wr direct */ | ||
| 64 | #define IO_SLU_FIR_CLR 0x00000010 /* read and clear */ | ||
| 65 | |||
| 66 | /* SLU: First Error Capture Register (FEC/WOF) */ | ||
| 67 | #define IO_SLU_FEC 0x00000018 | ||
| 68 | |||
| 69 | #define IO_SLU_ERR_ACT_MASK 0x00000020 | ||
| 70 | #define IO_SLU_ERR_ATTN_MASK 0x00000028 | ||
| 71 | #define IO_SLU_FIRX1_ACT_MASK 0x00000030 | ||
| 72 | #define IO_SLU_FIRX0_ACT_MASK 0x00000038 | ||
| 73 | #define IO_SLU_SEC_LEM_DEBUG_OVR 0x00000040 | ||
| 74 | #define IO_SLU_EXTENDED_ERR_PTR 0x00000048 | ||
| 75 | #define IO_SLU_COMMON_CONFIG 0x00000060 | ||
| 76 | |||
| 77 | #define IO_SLU_FLASH_FIR 0x00000108 | ||
| 78 | #define IO_SLU_SLC_FIR 0x00000110 | ||
| 79 | #define IO_SLU_RIU_TRAP 0x00000280 | ||
| 80 | #define IO_SLU_FLASH_FEC 0x00000308 | ||
| 81 | #define IO_SLU_SLC_FEC 0x00000310 | ||
| 82 | |||
| 83 | /* | ||
| 84 | * The Virtual Function's Access is from offset 0x00010000 | ||
| 85 | * The Physical Function's Access is from offset 0x00050000 | ||
| 86 | * Single Shared Registers exists only at offset 0x00060000 | ||
| 87 | * | ||
| 88 | * SLC: Queue Virtual Window Window for accessing into a specific VF | ||
| 89 | * queue. When accessing the 0x10000 space using the 0x50000 address | ||
| 90 | * segment, the value indicated here is used to specify which VF | ||
| 91 | * register is decoded. This register, and the 0x50000 register space | ||
| 92 | * can only be accessed by the PF. Example, if this register is set to | ||
| 93 | * 0x2, then a read from 0x50000 is the same as a read from 0x10000 | ||
| 94 | * from VF=2. | ||
| 95 | */ | ||
| 96 | |||
| 97 | /* SLC: Queue Segment */ | ||
| 98 | #define IO_SLC_QUEUE_SEGMENT 0x00010000 | ||
| 99 | #define IO_SLC_VF_QUEUE_SEGMENT 0x00050000 | ||
| 100 | |||
| 101 | /* SLC: Queue Offset */ | ||
| 102 | #define IO_SLC_QUEUE_OFFSET 0x00010008 | ||
| 103 | #define IO_SLC_VF_QUEUE_OFFSET 0x00050008 | ||
| 104 | |||
| 105 | /* SLC: Queue Configuration */ | ||
| 106 | #define IO_SLC_QUEUE_CONFIG 0x00010010 | ||
| 107 | #define IO_SLC_VF_QUEUE_CONFIG 0x00050010 | ||
| 108 | |||
| 109 | /* SLC: Job Timout/Only accessible for the PF */ | ||
| 110 | #define IO_SLC_APPJOB_TIMEOUT 0x00010018 | ||
| 111 | #define IO_SLC_VF_APPJOB_TIMEOUT 0x00050018 | ||
| 112 | #define TIMEOUT_250MS 0x0000000f | ||
| 113 | #define HEARTBEAT_DISABLE 0x0000ff00 | ||
| 114 | |||
| 115 | /* SLC: Queue InitSequence Register */ | ||
| 116 | #define IO_SLC_QUEUE_INITSQN 0x00010020 | ||
| 117 | #define IO_SLC_VF_QUEUE_INITSQN 0x00050020 | ||
| 118 | |||
| 119 | /* SLC: Queue Wrap */ | ||
| 120 | #define IO_SLC_QUEUE_WRAP 0x00010028 | ||
| 121 | #define IO_SLC_VF_QUEUE_WRAP 0x00050028 | ||
| 122 | |||
| 123 | /* SLC: Queue Status */ | ||
| 124 | #define IO_SLC_QUEUE_STATUS 0x00010100 | ||
| 125 | #define IO_SLC_VF_QUEUE_STATUS 0x00050100 | ||
| 126 | |||
| 127 | /* SLC: Queue Working Time */ | ||
| 128 | #define IO_SLC_QUEUE_WTIME 0x00010030 | ||
| 129 | #define IO_SLC_VF_QUEUE_WTIME 0x00050030 | ||
| 130 | |||
| 131 | /* SLC: Queue Error Counts */ | ||
| 132 | #define IO_SLC_QUEUE_ERRCNTS 0x00010038 | ||
| 133 | #define IO_SLC_VF_QUEUE_ERRCNTS 0x00050038 | ||
| 134 | |||
| 135 | /* SLC: Queue Loast Response Word */ | ||
| 136 | #define IO_SLC_QUEUE_LRW 0x00010040 | ||
| 137 | #define IO_SLC_VF_QUEUE_LRW 0x00050040 | ||
| 138 | |||
| 139 | /* SLC: Freerunning Timer */ | ||
| 140 | #define IO_SLC_FREE_RUNNING_TIMER 0x00010108 | ||
| 141 | #define IO_SLC_VF_FREE_RUNNING_TIMER 0x00050108 | ||
| 142 | |||
| 143 | /* SLC: Queue Virtual Access Region */ | ||
| 144 | #define IO_PF_SLC_VIRTUAL_REGION 0x00050000 | ||
| 145 | |||
| 146 | /* SLC: Queue Virtual Window */ | ||
| 147 | #define IO_PF_SLC_VIRTUAL_WINDOW 0x00060000 | ||
| 148 | |||
| 149 | /* SLC: DDCB Application Job Pending [n] (n=0:63) */ | ||
| 150 | #define IO_PF_SLC_JOBPEND(n) (0x00061000 + 8*(n)) | ||
| 151 | #define IO_SLC_JOBPEND(n) IO_PF_SLC_JOBPEND(n) | ||
| 152 | |||
| 153 | /* SLC: Parser Trap RAM [n] (n=0:31) */ | ||
| 154 | #define IO_SLU_SLC_PARSE_TRAP(n) (0x00011000 + 8*(n)) | ||
| 155 | |||
| 156 | /* SLC: Dispatcher Trap RAM [n] (n=0:31) */ | ||
| 157 | #define IO_SLU_SLC_DISP_TRAP(n) (0x00011200 + 8*(n)) | ||
| 158 | |||
| 159 | /* Global Fault Isolation Register (GFIR) */ | ||
| 160 | #define IO_SLC_CFGREG_GFIR 0x00020000 | ||
| 161 | #define GFIR_ERR_TRIGGER 0x0000ffff | ||
| 162 | |||
| 163 | /* SLU: Soft Reset Register */ | ||
| 164 | #define IO_SLC_CFGREG_SOFTRESET 0x00020018 | ||
| 165 | |||
| 166 | /* SLU: Misc Debug Register */ | ||
| 167 | #define IO_SLC_MISC_DEBUG 0x00020060 | ||
| 168 | #define IO_SLC_MISC_DEBUG_CLR 0x00020068 | ||
| 169 | #define IO_SLC_MISC_DEBUG_SET 0x00020070 | ||
| 170 | |||
| 171 | /* Temperature Sensor Reading */ | ||
| 172 | #define IO_SLU_TEMPERATURE_SENSOR 0x00030000 | ||
| 173 | #define IO_SLU_TEMPERATURE_CONFIG 0x00030008 | ||
| 174 | |||
| 175 | /* Voltage Margining Control */ | ||
| 176 | #define IO_SLU_VOLTAGE_CONTROL 0x00030080 | ||
| 177 | #define IO_SLU_VOLTAGE_NOMINAL 0x00000000 | ||
| 178 | #define IO_SLU_VOLTAGE_DOWN5 0x00000006 | ||
