Home
last modified time | relevance | path

Searched refs:gpio_desired (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2720 hba->gpio_desired = 0; in emlxs_sli4_hba_reset()
9115 hba->gpio_desired = 0; in emlxs_sli4_check_gpio()
9119 hba->gpio_desired |= EMLXS_GPIO_ACT; in emlxs_sli4_check_gpio()
9125 hba->gpio_desired |= EMLXS_GPIO_LO; in emlxs_sli4_check_gpio()
9129 hba->gpio_desired |= EMLXS_GPIO_HI; in emlxs_sli4_check_gpio()
9133 hba->gpio_desired |= in emlxs_sli4_check_gpio()
9139 if (hba->gpio_current != hba->gpio_desired) { in emlxs_sli4_check_gpio()
9176 uint8_t dif = hba->gpio_desired ^ hba->gpio_current; in emlxs_sli4_fix_gpio()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2030 uint8_t gpio_desired; member