Lines Matching refs:swap_override
7768 u32 swap_val, swap_override; in bnx2x_get_gpio_port() local
7775 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_get_gpio_port()
7776 return gpio_port ^ (swap_val && swap_override); in bnx2x_get_gpio_port()
9221 u32 swap_val, swap_override; in bnx2x_8727_hw_reset() local
9228 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8727_hw_reset()
9229 port = (swap_val && swap_override) ^ 1; in bnx2x_8727_hw_reset()
13200 u32 swap_val, swap_override; in bnx2x_8073_common_init_phy() local
13202 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8073_common_init_phy()
13203 port ^= (swap_val && swap_override); in bnx2x_8073_common_init_phy()
13417 u32 swap_val, swap_override; in bnx2x_8727_common_init_phy() local
13422 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_8727_common_init_phy()
13434 port ^= (swap_val && swap_override); in bnx2x_8727_common_init_phy()
14012 u32 offset, aeu_mask, swap_val, swap_override, sync_offset; in bnx2x_init_mod_abs_int() local
14045 swap_override = REG_RD(bp, NIG_REG_STRAP_OVERRIDE); in bnx2x_init_mod_abs_int()
14046 gpio_port ^= (swap_val && swap_override); in bnx2x_init_mod_abs_int()