Lines Matching refs:swap_override
7765 u32 swap_val, swap_override; in bnx2x_get_gpio_port() local
7772 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_get_gpio_port()
7773 return gpio_port ^ (swap_val && swap_override); in bnx2x_get_gpio_port()
9218 u32 swap_val, swap_override; in bnx2x_8727_hw_reset() local
9225 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8727_hw_reset()
9226 port = (swap_val && swap_override) ^ 1; in bnx2x_8727_hw_reset()
12907 u32 swap_val, swap_override; in bnx2x_8073_common_init_phy() local
12909 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8073_common_init_phy()
12910 port ^= (swap_val && swap_override); in bnx2x_8073_common_init_phy()
13124 u32 swap_val, swap_override; in bnx2x_8727_common_init_phy() local
13129 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8727_common_init_phy()
13141 port ^= (swap_val && swap_override); in bnx2x_8727_common_init_phy()
13716 u32 offset, aeu_mask, swap_val, swap_override, sync_offset; in bnx2x_init_mod_abs_int() local
13749 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_init_mod_abs_int()
13750 gpio_port ^= (swap_val && swap_override); in bnx2x_init_mod_abs_int()