Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_reg.h4284 #define MISC_REGISTERS_GPIO_FLOAT_POS 24 macro
H A Dbnx2x.c648 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
654 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
660 gpio_reg |= (gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_write()
684 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_mult_write()
701 gpio_reg |= (pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_gpio_mult_write()