Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/ !
H A Dbnx2x_reg.h6111 #define MISC_REGISTERS_GPIO_FLOAT_POS 24 macro
H A Dbnx2x_main.c2135 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_set_gpio()
2144 gpio_reg &= ~(gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_set_gpio()
2153 gpio_reg |= (gpio_mask << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_set_gpio()
2176 gpio_reg &= ~(pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_set_mult_gpio()
2196 gpio_reg |= (pins << MISC_REGISTERS_GPIO_FLOAT_POS); in bnx2x_set_mult_gpio()