Searched refs:MISC_REGISTERS_GPIO_FLOAT_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.h136 #define MISC_REGISTERS_GPIO_FLOAT_POS 24 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c563 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS);
570 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS);
577 gpio_reg |= (gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS);
617 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_FLOAT_POS);
637 gpio_reg |= (pins << MISC_REGISTERS_GPIO_FLOAT_POS);

Completed in 76 milliseconds