| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 1 | /**************************************************************************** | 
 | 2 |  **************************************************************************** | 
 | 3 |  *** | 
 | 4 |  ***   This header was automatically generated from a Linux kernel header | 
 | 5 |  ***   of the same name, to make information necessary for userspace to | 
 | 6 |  ***   call into the kernel available to libc.  It contains only constants, | 
 | 7 |  ***   structures, and macros generated from the original header, and thus, | 
 | 8 |  ***   contains no copyrightable information. | 
 | 9 |  *** | 
 | 10 |  ***   To edit the content of this header, modify the corresponding | 
 | 11 |  ***   source file (e.g. under external/kernel-headers/original/) then | 
 | 12 |  ***   run bionic/libc/kernel/tools/update_all.py | 
 | 13 |  *** | 
 | 14 |  ***   Any manual change here will be lost the next time this script will | 
 | 15 |  ***   be run. You've been warned! | 
 | 16 |  *** | 
 | 17 |  **************************************************************************** | 
 | 18 |  ****************************************************************************/ | 
 | 19 | #ifndef _LINUX_FIREWIRE_CONSTANTS_H | 
 | 20 | #define _LINUX_FIREWIRE_CONSTANTS_H | 
 | 21 | #define TCODE_WRITE_QUADLET_REQUEST 0x0 | 
 | 22 | #define TCODE_WRITE_BLOCK_REQUEST 0x1 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 23 | #define TCODE_WRITE_RESPONSE 0x2 | 
 | 24 | #define TCODE_READ_QUADLET_REQUEST 0x4 | 
 | 25 | #define TCODE_READ_BLOCK_REQUEST 0x5 | 
 | 26 | #define TCODE_READ_QUADLET_RESPONSE 0x6 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 27 | #define TCODE_READ_BLOCK_RESPONSE 0x7 | 
 | 28 | #define TCODE_CYCLE_START 0x8 | 
 | 29 | #define TCODE_LOCK_REQUEST 0x9 | 
 | 30 | #define TCODE_STREAM_DATA 0xa | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 31 | #define TCODE_LOCK_RESPONSE 0xb | 
 | 32 | #define EXTCODE_MASK_SWAP 0x1 | 
 | 33 | #define EXTCODE_COMPARE_SWAP 0x2 | 
 | 34 | #define EXTCODE_FETCH_ADD 0x3 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 35 | #define EXTCODE_LITTLE_ADD 0x4 | 
 | 36 | #define EXTCODE_BOUNDED_ADD 0x5 | 
 | 37 | #define EXTCODE_WRAP_ADD 0x6 | 
 | 38 | #define EXTCODE_VENDOR_DEPENDENT 0x7 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 39 | #define TCODE_LOCK_MASK_SWAP (0x10 | EXTCODE_MASK_SWAP) | 
 | 40 | #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP) | 
 | 41 | #define TCODE_LOCK_FETCH_ADD (0x10 | EXTCODE_FETCH_ADD) | 
 | 42 | #define TCODE_LOCK_LITTLE_ADD (0x10 | EXTCODE_LITTLE_ADD) | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 43 | #define TCODE_LOCK_BOUNDED_ADD (0x10 | EXTCODE_BOUNDED_ADD) | 
 | 44 | #define TCODE_LOCK_WRAP_ADD (0x10 | EXTCODE_WRAP_ADD) | 
 | 45 | #define TCODE_LOCK_VENDOR_DEPENDENT (0x10 | EXTCODE_VENDOR_DEPENDENT) | 
 | 46 | #define RCODE_COMPLETE 0x0 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 47 | #define RCODE_CONFLICT_ERROR 0x4 | 
 | 48 | #define RCODE_DATA_ERROR 0x5 | 
 | 49 | #define RCODE_TYPE_ERROR 0x6 | 
 | 50 | #define RCODE_ADDRESS_ERROR 0x7 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 51 | #define RCODE_SEND_ERROR 0x10 | 
 | 52 | #define RCODE_CANCELLED 0x11 | 
 | 53 | #define RCODE_BUSY 0x12 | 
 | 54 | #define RCODE_GENERATION 0x13 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 55 | #define RCODE_NO_ACK 0x14 | 
 | 56 | #define SCODE_100 0x0 | 
 | 57 | #define SCODE_200 0x1 | 
 | 58 | #define SCODE_400 0x2 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 59 | #define SCODE_800 0x3 | 
 | 60 | #define SCODE_1600 0x4 | 
 | 61 | #define SCODE_3200 0x5 | 
 | 62 | #define SCODE_BETA 0x3 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 63 | #define ACK_COMPLETE 0x1 | 
 | 64 | #define ACK_PENDING 0x2 | 
 | 65 | #define ACK_BUSY_X 0x4 | 
 | 66 | #define ACK_BUSY_A 0x5 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 67 | #define ACK_BUSY_B 0x6 | 
 | 68 | #define ACK_DATA_ERROR 0xd | 
 | 69 | #define ACK_TYPE_ERROR 0xe | 
 | 70 | #define RETRY_1 0x00 | 
| Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 71 | #define RETRY_X 0x01 | 
 | 72 | #define RETRY_A 0x02 | 
 | 73 | #define RETRY_B 0x03 | 
 | 74 | #endif |