Searched defs:gpio_enable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6067 uint16_t gpio_enable, gpio_data; local
6070 gpio_enable = (uint16_t)RD16_IO_REG(ha, gpioe);
6071 gpio_enable = (uint16_t)(gpio_enable | LED_MASK);
6072 WRT16_IO_REG(ha, gpioe, gpio_enable);

Completed in 60 milliseconds