Searched refs:NIG_REG_PORT_SWAP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2565 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 2571 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 7778 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_get_gpio_port() 9231 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_hw_reset() 13205 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8073_common_init_phy() 13425 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_common_init_phy() 14048 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_init_mod_abs_int()
|
D | bnx2x_reg.h | 2647 #define NIG_REG_PORT_SWAP 0x10394 macro
|
D | bnx2x_main.c | 2075 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_get_gpio() 2103 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio() 2206 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio_int()
|