Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgpio_87317.c376 byte |= info.gpio_data; in gpio_ioctl()
388 byte &= ~info.gpio_data; in gpio_ioctl()
399 info.gpio_data = byte; in gpio_ioctl()
410 info.gpio_data); in gpio_ioctl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgpio_87317.h67 uint8_t gpio_data; /* bits to set/clear; or data to read/write */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6324 uint16_t gpio_enable, gpio_data; in ql_drive_led() local
6333 gpio_data = (uint16_t)(gpio_data & ~LED_MASK); in ql_drive_led()
6336 gpio_data = (uint16_t)(gpio_data | LEDflags); in ql_drive_led()
6339 WRT16_IO_REG(ha, gpiod, gpio_data); in ql_drive_led()
6342 uint32_t gpio_data; in ql_drive_led() local
6345 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led()
6346 gpio_data |= LED_MASK_UPDATE_24; in ql_drive_led()
6351 gpio_data &= ~LED_MASK_COLORS_24; in ql_drive_led()
6354 gpio_data |= LEDflags; in ql_drive_led()
6501 uint32_t gpio_data; in ql_wrapup_led() local
[all …]