Searched refs:NIG_REG_PORT_SWAP (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2968 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 2974 if (REG_RD(bp, NIG_REG_PORT_SWAP)) in bnx2x_get_emac_base() 7633 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_get_gpio_port() 8981 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_hw_reset() 12271 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8073_common_init_phy() 12491 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_common_init_phy() 13007 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_init_mod_abs_int()
|
D | bnx2x_reg.h | 2311 #define NIG_REG_PORT_SWAP 0x10394 macro
|
D | bnx2x_main.c | 1893 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_get_gpio() 1923 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio() 2026 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && in bnx2x_set_gpio_int()
|