aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_i2c_riscv64.const
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-25 18:33:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-26 16:41:30 +0200
commit999d3ea4e03b435a062eca30e08cc65525822d04 (patch)
tree90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/dev_i2c_riscv64.const
parenta8829ad2746642ba151c28604c4e77744f8853f2 (diff)
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/dev_i2c_riscv64.const')
-rw-r--r--sys/linux/dev_i2c_riscv64.const24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/linux/dev_i2c_riscv64.const b/sys/linux/dev_i2c_riscv64.const
new file mode 100644
index 000000000..f5f5fca65
--- /dev/null
+++ b/sys/linux/dev_i2c_riscv64.const
@@ -0,0 +1,24 @@
+# AUTOGENERATED FILE
+I2C_FUNCS = 1797
+I2C_MAX_BLOCK_1 = 33
+I2C_MAX_BLOCK_2 = 34
+I2C_M_DMA_SAFE = 512
+I2C_M_IGNORE_NAK = 4096
+I2C_M_NOSTART = 16384
+I2C_M_NO_RD_ACK = 2048
+I2C_M_RD = 1
+I2C_M_RECV_LEN = 1024
+I2C_M_REV_DIR_ADDR = 8192
+I2C_M_STOP = 32768
+I2C_M_TEN = 16
+I2C_PEC = 1800
+I2C_RDWR = 1799
+I2C_RETRIES = 1793
+I2C_SLAVE = 1795
+I2C_SLAVE_FORCE = 1798
+I2C_SMBUS = 1824
+I2C_SMBUS_I2C_BLOCK_DATA = 8
+I2C_SMBUS_QUICK = 0
+I2C_TENBIT = 1796
+I2C_TIMEOUT = 1794
+__NR_ioctl = 29