Searched refs:NIG_REG_PORT_SWAP (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2569 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 2575 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 7771 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_get_gpio_port() 9224 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_hw_reset() 12908 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8073_common_init_phy() 13128 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_common_init_phy() 13748 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_init_mod_abs_int()
|
D | bnx2x_reg.h | 2641 #define NIG_REG_PORT_SWAP 0x10394 macro
|
D | bnx2x_main.c | 2066 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_get_gpio() 2094 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio() 2197 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio_int()
|