Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Decore_reg.h4284 #define MISC_REGISTERS_GPIO_FLOAT_POS 24 macro
H A Dbnx2x.c652 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
658 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
664 gpio_reg |= (gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
688 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_mult_write()
705 gpio_reg |= (pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_mult_write()