Searched refs:swap_val (Results 1 – 2 of 2) sorted by relevance
196 __aligned_u64 swap_val; member
7773 u32 swap_val, swap_override; in bnx2x_get_gpio_port() local7779 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_get_gpio_port()7781 return gpio_port ^ (swap_val && swap_override); in bnx2x_get_gpio_port()9221 u32 swap_val, swap_override; in bnx2x_8727_hw_reset() local9227 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8727_hw_reset()9229 port = (swap_val && swap_override) ^ 1; in bnx2x_8727_hw_reset()13192 u32 swap_val, swap_override; in bnx2x_8073_common_init_phy() local13193 swap_val = REG_RD(bp, NIG_REG_PORT_SWAP); in bnx2x_8073_common_init_phy()13195 port ^= (swap_val && swap_override); in bnx2x_8073_common_init_phy()13409 u32 swap_val, swap_override; in bnx2x_8727_common_init_phy() local[all …]