Home
last modified time | relevance | path

Searched refs:I2C_BASE_IOCTL (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Di2c_client.h40 #define I2C_BASE_IOCTL ('M' << 8) macro
42 #define I2C_GET_PORT (I2C_BASE_IOCTL | 0)
43 #define I2C_SET_PORT (I2C_BASE_IOCTL | 1)
44 #define I2C_GET_BIT (I2C_BASE_IOCTL | 2)
45 #define I2C_SET_BIT (I2C_BASE_IOCTL | 3)
46 #define I2C_GET_REG (I2C_BASE_IOCTL | 4)
47 #define I2C_SET_REG (I2C_BASE_IOCTL | 5)
51 #define I2C_SET_OUTPUT (I2C_BASE_IOCTL | 10)
53 #define I2C_GET_INPUT (I2C_BASE_IOCTL | 12)
54 #define I2C_SET_MODE (I2C_BASE_IOCTL | 13)
[all …]