Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 1 | /* -*- c-basic-offset: 8 -*- |
| 2 | * |
| 3 | * fw-device-cdev.h -- Char device interface. |
| 4 | * |
| 5 | * Copyright (C) 2005-2006 Kristian Hoegsberg <krh@bitplanet.net> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU General Public License |
| 18 | * along with this program; if not, write to the Free Software Foundation, |
| 19 | * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 | */ |
| 21 | |
| 22 | #ifndef __fw_cdev_h |
| 23 | #define __fw_cdev_h |
| 24 | |
| 25 | #include <asm/ioctl.h> |
| 26 | #include <asm/types.h> |
| 27 | |
| 28 | #define TCODE_WRITE_QUADLET_REQUEST 0 |
| 29 | #define TCODE_WRITE_BLOCK_REQUEST 1 |
| 30 | #define TCODE_WRITE_RESPONSE 2 |
| 31 | #define TCODE_READ_QUADLET_REQUEST 4 |
| 32 | #define TCODE_READ_BLOCK_REQUEST 5 |
| 33 | #define TCODE_READ_QUADLET_RESPONSE 6 |
| 34 | #define TCODE_READ_BLOCK_RESPONSE 7 |
| 35 | #define TCODE_CYCLE_START 8 |
Stefan Richter | 5e20c28 | 2007-01-21 20:44:09 +0100 | [diff] [blame] | 36 | #define TCODE_LOCK_REQUEST 9 |
| 37 | #define TCODE_STREAM_DATA 10 |
| 38 | #define TCODE_LOCK_RESPONSE 11 |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 39 | |
Kristian Høgsberg | 746083d86 | 2007-01-26 00:38:18 -0500 | [diff] [blame] | 40 | #define TCODE_LOCK_MASK_SWAP 0x11 |
| 41 | #define TCODE_LOCK_COMPARE_SWAP 0x12 |
| 42 | #define TCODE_LOCK_FETCH_ADD 0x13 |
| 43 | #define TCODE_LOCK_LITTLE_ADD 0x14 |
| 44 | #define TCODE_LOCK_BOUNDED_ADD 0x15 |
| 45 | #define TCODE_LOCK_WRAP_ADD 0x16 |
| 46 | #define TCODE_LOCK_VENDOR_DEPENDENT 0x17 |
| 47 | |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 48 | #define RCODE_COMPLETE 0x0 |
Stefan Richter | 5e20c28 | 2007-01-21 20:44:09 +0100 | [diff] [blame] | 49 | #define RCODE_CONFLICT_ERROR 0x4 |
| 50 | #define RCODE_DATA_ERROR 0x5 |
| 51 | #define RCODE_TYPE_ERROR 0x6 |
| 52 | #define RCODE_ADDRESS_ERROR 0x7 |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 53 | |
Kristian Høgsberg | 7c6e647 | 2007-03-07 12:12:54 -0500 | [diff] [blame^] | 54 | #define RCODE_SEND_ERROR 0x10 |
| 55 | #define RCODE_CANCELLED 0x11 |
| 56 | #define RCODE_BUSY 0x12 |
| 57 | #define RCODE_GENERATION 0x13 |
| 58 | #define RCODE_NO_ACK 0x14 |
| 59 | |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 60 | #define SCODE_100 0x0 |
| 61 | #define SCODE_200 0x1 |
| 62 | #define SCODE_400 0x2 |
| 63 | #define SCODE_800 0x3 |
| 64 | #define SCODE_1600 0x4 |
| 65 | #define SCODE_3200 0x5 |
| 66 | |
Kristian Høgsberg | 97bd9ef | 2007-03-07 12:12:41 -0500 | [diff] [blame] | 67 | #define FW_CDEV_EVENT_BUS_RESET 0x00 |
| 68 | #define FW_CDEV_EVENT_RESPONSE 0x01 |
| 69 | #define FW_CDEV_EVENT_REQUEST 0x02 |
| 70 | #define FW_CDEV_EVENT_ISO_INTERRUPT 0x03 |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 71 | |
| 72 | /* The 'closure' fields are for user space to use. Data passed in the |
| 73 | * 'closure' field for a request will be returned in the corresponding |
| 74 | * event. It's a 64-bit type so that it's a fixed size type big |
| 75 | * enough to hold a pointer on all platforms. */ |
| 76 | |
Kristian Høgsberg | 97bd9ef | 2007-03-07 12:12:41 -0500 | [diff] [blame] | 77 | struct fw_cdev_event_bus_reset { |
| 78 | __u32 type; |
| 79 | __u32 node_id; |
| 80 | __u32 local_node_id; |
| 81 | __u32 bm_node_id; |
| 82 | __u32 irm_node_id; |
| 83 | __u32 root_node_id; |
| 84 | __u32 generation; |
| 85 | }; |
| 86 | |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 87 | struct fw_cdev_event_response { |
| 88 | __u32 type; |
| 89 | __u32 rcode; |
| 90 | __u64 closure; |
| 91 | __u32 length; |
| 92 | __u32 data[0]; |
| 93 | }; |
| 94 | |
| 95 | struct fw_cdev_event_request { |
| 96 | __u32 type; |
| 97 | __u32 tcode; |
| 98 | __u64 offset; |
| 99 | __u64 closure; |
| 100 | __u32 serial; |
| 101 | __u32 length; |
| 102 | __u32 data[0]; |
| 103 | }; |
| 104 | |
| 105 | struct fw_cdev_event_iso_interrupt { |
| 106 | __u32 type; |
| 107 | __u32 cycle; |
| 108 | __u64 closure; |
Kristian Høgsberg | 9b32d5f | 2007-02-16 17:34:44 -0500 | [diff] [blame] | 109 | __u32 header_length; /* Length in bytes of following headers. */ |
| 110 | __u32 header[0]; |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 111 | }; |
| 112 | |
Kristian Høgsberg | 344bbc4 | 2007-03-07 12:12:43 -0500 | [diff] [blame] | 113 | #define FW_CDEV_IOC_GET_INFO _IO('#', 0x00) |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 114 | #define FW_CDEV_IOC_SEND_REQUEST _IO('#', 0x01) |
| 115 | #define FW_CDEV_IOC_ALLOCATE _IO('#', 0x02) |
| 116 | #define FW_CDEV_IOC_SEND_RESPONSE _IO('#', 0x03) |
Kristian Høgsberg | 5371842 | 2007-03-07 12:12:42 -0500 | [diff] [blame] | 117 | #define FW_CDEV_IOC_INITIATE_BUS_RESET _IO('#', 0x04) |
| 118 | #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IO('#', 0x05) |
| 119 | #define FW_CDEV_IOC_QUEUE_ISO _IO('#', 0x06) |
| 120 | #define FW_CDEV_IOC_START_ISO _IO('#', 0x07) |
| 121 | #define FW_CDEV_IOC_STOP_ISO _IO('#', 0x08) |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 122 | |
Kristian Høgsberg | 344bbc4 | 2007-03-07 12:12:43 -0500 | [diff] [blame] | 123 | /* FW_CDEV_VERSION History |
| 124 | * |
| 125 | * 1 Feb 18, 2007: Initial version. |
| 126 | */ |
| 127 | #define FW_CDEV_VERSION 1 |
| 128 | |
| 129 | struct fw_cdev_get_info { |
| 130 | /* The version field is just a running serial number. We |
| 131 | * never break backwards compatibility. Userspace passes in |
| 132 | * the version it expects and the kernel passes back the |
| 133 | * highest version it can provide. Even if the structs in |
| 134 | * this interface are extended in a later version, the kernel |
| 135 | * will not copy back more data than what was present in the |
| 136 | * interface version userspace expects. */ |
| 137 | __u32 version; |
| 138 | |
| 139 | /* If non-zero, at most rom_length bytes of config rom will be |
| 140 | * copied into that user space address. In either case, |
| 141 | * rom_length is updated with the actual length of the config |
| 142 | * rom. */ |
| 143 | __u32 rom_length; |
| 144 | __u64 rom; |
| 145 | |
| 146 | /* If non-zero, a fw_cdev_event_bus_reset struct will be |
| 147 | * copied here with the current state of the bus. */ |
| 148 | __u64 bus_reset; |
Kristian Høgsberg | e753350 | 2007-03-07 12:12:52 -0500 | [diff] [blame] | 149 | |
| 150 | /* The index of the card this devices belongs to. */ |
| 151 | __u32 card; |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 152 | }; |
| 153 | |
| 154 | struct fw_cdev_send_request { |
| 155 | __u32 tcode; |
| 156 | __u32 length; |
| 157 | __u64 offset; |
| 158 | __u64 closure; |
| 159 | __u64 data; |
Kristian Høgsberg | 97e3527 | 2007-03-07 12:12:53 -0500 | [diff] [blame] | 160 | __u32 generation; |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 161 | }; |
| 162 | |
| 163 | struct fw_cdev_send_response { |
| 164 | __u32 rcode; |
| 165 | __u32 length; |
| 166 | __u64 data; |
| 167 | __u32 serial; |
| 168 | }; |
| 169 | |
| 170 | struct fw_cdev_allocate { |
| 171 | __u64 offset; |
| 172 | __u64 closure; |
| 173 | __u32 length; |
| 174 | }; |
| 175 | |
Kristian Høgsberg | 5371842 | 2007-03-07 12:12:42 -0500 | [diff] [blame] | 176 | #define FW_CDEV_LONG_RESET 0 |
| 177 | #define FW_CDEV_SHORT_RESET 1 |
| 178 | |
| 179 | struct fw_cdev_initiate_bus_reset { |
| 180 | __u32 type; |
| 181 | }; |
| 182 | |
Kristian Høgsberg | 295e3fe | 2007-02-16 17:34:40 -0500 | [diff] [blame] | 183 | #define FW_CDEV_ISO_CONTEXT_TRANSMIT 0 |
| 184 | #define FW_CDEV_ISO_CONTEXT_RECEIVE 1 |
| 185 | |
Kristian Høgsberg | 98b6cbe | 2007-02-16 17:34:51 -0500 | [diff] [blame] | 186 | #define FW_CDEV_ISO_CONTEXT_MATCH_TAG0 1 |
| 187 | #define FW_CDEV_ISO_CONTEXT_MATCH_TAG1 2 |
| 188 | #define FW_CDEV_ISO_CONTEXT_MATCH_TAG2 4 |
| 189 | #define FW_CDEV_ISO_CONTEXT_MATCH_TAG3 8 |
| 190 | #define FW_CDEV_ISO_CONTEXT_MATCH_ALL_TAGS 15 |
| 191 | |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 192 | struct fw_cdev_create_iso_context { |
Kristian Høgsberg | 295e3fe | 2007-02-16 17:34:40 -0500 | [diff] [blame] | 193 | __u32 type; |
| 194 | __u32 header_size; |
Kristian Høgsberg | 21efb3c | 2007-02-16 17:34:50 -0500 | [diff] [blame] | 195 | __u32 channel; |
| 196 | __u32 speed; |
Kristian Høgsberg | 98b6cbe | 2007-02-16 17:34:51 -0500 | [diff] [blame] | 197 | __u32 sync; |
| 198 | __u32 tags; |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 199 | }; |
| 200 | |
| 201 | struct fw_cdev_iso_packet { |
Stefan Richter | 5e20c28 | 2007-01-21 20:44:09 +0100 | [diff] [blame] | 202 | __u16 payload_length; /* Length of indirect payload. */ |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 203 | __u32 interrupt : 1; /* Generate interrupt on this packet */ |
| 204 | __u32 skip : 1; /* Set to not send packet at all. */ |
| 205 | __u32 tag : 2; |
| 206 | __u32 sy : 4; |
| 207 | __u32 header_length : 8; /* Length of immediate header. */ |
Stefan Richter | 5e20c28 | 2007-01-21 20:44:09 +0100 | [diff] [blame] | 208 | __u32 header[0]; |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 209 | }; |
| 210 | |
| 211 | struct fw_cdev_queue_iso { |
| 212 | __u32 size; |
| 213 | __u64 packets; |
| 214 | __u64 data; |
| 215 | }; |
| 216 | |
Kristian Høgsberg | 69cdb72 | 2007-02-16 17:34:41 -0500 | [diff] [blame] | 217 | struct fw_cdev_start_iso { |
Kristian Høgsberg | 19a15b9 | 2006-12-19 19:58:31 -0500 | [diff] [blame] | 218 | __s32 cycle; |
| 219 | }; |
| 220 | |
Stefan Richter | 687198b | 2006-12-28 16:20:00 +0100 | [diff] [blame] | 221 | #endif /* __fw_cdev_h */ |