Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dgpio_87317.h67 uint8_t gpio_data; /* bits to set/clear; or data to read/write */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6067 uint16_t gpio_enable, gpio_data; in ql_drive_led() local
6075 gpio_data = (uint16_t)RD16_IO_REG(ha, gpiod); in ql_drive_led()
6076 gpio_data = (uint16_t)(gpio_data & ~LED_MASK); in ql_drive_led()
6079 gpio_data = (uint16_t)(gpio_data | LEDflags); in ql_drive_led()
6082 WRT16_IO_REG(ha, gpiod, gpio_data); in ql_drive_led()
6086 uint32_t gpio_data; in ql_drive_led() local
6089 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led()
6090 gpio_data |= LED_MASK_UPDATE_24; in ql_drive_led()
6091 WRT32_IO_REG(ha, gpiod, gpio_data); in ql_drive_led()
6094 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led()
[all …]