Searched refs:GPIO_SET_CONFIG (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Di2c_gpio.h45 #define GPIO_SET_CONFIG (I2C_PVT_BASE_IOCTL + 6) macro
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dadm1026.c62 * GPIO_SET_CONFIG -- Modify GPIO0-GPIO15 Direction bits in GPIO Config 1-4
513 * based on whether cmd is GPIO_SET_CONFIG (set Direction) or
528 uint8_t bit = (cmd == GPIO_SET_CONFIG) ?
646 case GPIO_SET_CONFIG:
H A Dpca9556.c70 * GPIO_SET_CONFIG -- Modify bits in the configuration register.
688 case GPIO_SET_CONFIG:
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c649 if (ioctl(fd, GPIO_SET_CONFIG, &gpio) == 0) {
701 if (ioctl(fd, GPIO_SET_CONFIG, &gpio) < 0) {
738 if (ioctl(fd, GPIO_SET_CONFIG, &gpio) < 0) {

Completed in 65 milliseconds