Searched refs:ext_phy_config (Results 1 – 2 of 2) sorted by relevance
74 #define XGXS_EXT_PHY_TYPE(ext_phy_config) \ argument75 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK)76 #define XGXS_EXT_PHY_ADDR(ext_phy_config) \ argument77 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \79 #define SERDES_EXT_PHY_TYPE(ext_phy_config) \ argument80 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
12186 u32 ext_phy_config = 0; in bnx2x_get_ext_phy_config() local12189 ext_phy_config = REG_RD(bp, shmem_base + in bnx2x_get_ext_phy_config()12194 ext_phy_config = REG_RD(bp, shmem_base + in bnx2x_get_ext_phy_config()12203 return ext_phy_config; in bnx2x_get_ext_phy_config()12349 u32 ext_phy_config, phy_type, config2; in bnx2x_populate_ext_phy() local12351 ext_phy_config = bnx2x_get_ext_phy_config(bp, shmem_base, in bnx2x_populate_ext_phy()12353 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config); in bnx2x_populate_ext_phy()12417 phy->addr = XGXS_EXT_PHY_ADDR(ext_phy_config); in bnx2x_populate_ext_phy()13579 u32 ext_phy_type, ext_phy_config; in bnx2x_common_init_phy() local13602 ext_phy_config = bnx2x_get_ext_phy_config(bp, in bnx2x_common_init_phy()[all …]