Searched refs:pmd_type (Results 1 – 10 of 10) sorted by relevance
297 smc->y[PA].pmd_type[PMD_SK_CONN] = in read_address()298 smc->y[PB].pmd_type[PMD_SK_CONN] = ConnectorType ; in read_address()299 smc->y[PA].pmd_type[PMD_SK_PMD ] = in read_address()300 smc->y[PB].pmd_type[PMD_SK_PMD ] = PmdType ; in read_address()
274 switch (phy->pmd_type[PMD_SK_PMD]) { in pcm_init()
275 int pmd_type = pmd_dir->pmd[pmd_off] & _DESCTYPE_MASK; in __iounmap() local277 if (pmd_type == _PAGE_PRESENT) { in __iounmap()282 } else if (pmd_type == 0) in __iounmap()
1290 uint smt_ver, pmd_type; in fza_probe() local1416 pmd_type = readl_u(&init->pmd_type); in fza_probe()1462 pr_debug(" pmd_type: %u\n", readl_u(&init->pmd_type)); in fza_probe()1466 pmd_type == FZA_PMD_TYPE_TW ? in fza_probe()1468 pmd_type == FZA_PMD_TYPE_STP ? in fza_probe()
467 u32 pmd_type; /* PMD type code */ member
707 PI_UINT32 pmd_type[PI_PHY_K_MAX]; member
207 u_char pmd_type[2] ; /* SK connector/transceiver type codes */ member
3520 u8 t8, mac_cfg, pmd_type; in skge_reset() local3545 pmd_type = skge_read8(hw, B2_PMD_TYP); in skge_reset()3546 hw->copper = (pmd_type == 'T' || pmd_type == '1'); in skge_reset()3572 if (hw->phy_type < SK_PHY_MARV_COPPER && pmd_type != 'S') in skge_reset()
399 if (hw->pmd_type == 'P') { in sky2_phy_init()3211 hw->pmd_type = sky2_read8(hw, B2_PMD_TYP); in sky2_init()3212 if (hw->pmd_type == 'L' || hw->pmd_type == 'S' || hw->pmd_type == 'P') in sky2_init()
2300 u8 pmd_type; member