Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2422 state->hs_fw_gpio[0] = hermon_flash_read_cfg(state, hdl, in hermon_flash_init()
2426 gpio = state->hs_fw_gpio[0] | HERMON_HW_FLASH_GPIO_PIN_ENABLE; in hermon_flash_init()
2430 state->hs_fw_gpio[1] = hermon_flash_read_cfg(state, hdl, in hermon_flash_init()
2432 state->hs_fw_gpio[2] = hermon_flash_read_cfg(state, hdl, in hermon_flash_init()
2442 gpio = state->hs_fw_gpio[1] | HERMON_HW_FLASH_GPIO_PIN_ENABLE; in hermon_flash_init()
2445 gpio = state->hs_fw_gpio[2] & ~HERMON_HW_FLASH_GPIO_PIN_ENABLE; in hermon_flash_init()
2630 state->hs_fw_gpio[0]); in hermon_flash_fini()
2637 state->hs_fw_gpio[1]); in hermon_flash_fini()
2639 state->hs_fw_gpio[2]); in hermon_flash_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h678 uint32_t hs_fw_gpio[4]; member