Searched refs:NIG_REG_PORT_SWAP (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2561 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 2567 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 7779 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_get_gpio_port() 9227 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_hw_reset() 13193 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8073_common_init_phy() 13413 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_common_init_phy() 14036 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 | 2083 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_get_gpio() 2111 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio() 2214 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio_int()
|