Searched refs:gpiod (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 6241 (~(RD32_IO_REG(ha, gpiod))); in ql_blink_led() 6244 (~(RD16_IO_REG(ha, gpiod))); in ql_blink_led() 6332 gpio_data = (uint16_t)RD16_IO_REG(ha, gpiod); in ql_drive_led() 6339 WRT16_IO_REG(ha, gpiod, gpio_data); in ql_drive_led() 6345 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led() 6347 WRT32_IO_REG(ha, gpiod, gpio_data); in ql_drive_led() 6350 gpio_data = RD32_IO_REG(ha, gpiod); in ql_drive_led() 6357 WRT32_IO_REG(ha, gpiod, gpio_data); in ql_drive_led() 6508 gpio_data = RD32_IO_REG(ha, gpiod); in ql_wrapup_led() 6512 WRT32_IO_REG(ha, gpiod, gpio_data); in ql_wrapup_led()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 557 uint16_t gpiod; /* GPIO Data register. */ member
|