Searched refs:MISC_REGISTERS_GPIO_SET_POS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dmisc_bits.h132 #define MISC_REGISTERS_GPIO_SET_POS 8 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c571 gpio_reg |= (gpio_mask << MISC_REGISTERS_GPIO_SET_POS);
619 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_SET_POS);
631 gpio_reg |= (pins << MISC_REGISTERS_GPIO_SET_POS);

Completed in 65 milliseconds