Home
last modified time | relevance | path

Searched refs:gp_status1 (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c4331 u16 gp_status1 = 0, lnkup = 0, lnkup_kr = 0; in bnx2x_warpcore_config_runtime() local
4355 &gp_status1); in bnx2x_warpcore_config_runtime()
4356 lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */ in bnx2x_warpcore_config_runtime()
4358 lnkup_kr = (gp_status1 >> (12+lane)) & 0x1; in bnx2x_warpcore_config_runtime()
4361 "gp_status1 0x%x\n", gp_status1); in bnx2x_warpcore_config_runtime()
5603 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in bnx2x_warpcore_read_status() local
5620 MDIO_WC_REG_GP2_STATUS_GP_2_1, &gp_status1); in bnx2x_warpcore_read_status()
5621 DP(NETIF_MSG_LINK, "0x81d1 = 0x%x\n", gp_status1); in bnx2x_warpcore_read_status()
5623 gp_status1 = ((gp_status1 >> 8) & 0xf) | in bnx2x_warpcore_read_status()
5624 ((gp_status1 >> 12) & 0xf); in bnx2x_warpcore_read_status()
[all …]