Searched refs:pmd_type (Results 1 – 10 of 10) sorted by relevance
293 smc->y[PA].pmd_type[PMD_SK_CONN] = in read_address()294 smc->y[PB].pmd_type[PMD_SK_CONN] = ConnectorType ; in read_address()295 smc->y[PA].pmd_type[PMD_SK_PMD ] = in read_address()296 smc->y[PB].pmd_type[PMD_SK_PMD ] = PmdType ; in read_address()
270 switch (phy->pmd_type[PMD_SK_PMD]) { in pcm_init()
81 int pmd_type = pmd_val(*pmd_dir) & _DESCTYPE_MASK; in __free_io_area() local83 if (pmd_type == _PAGE_PRESENT) { in __free_io_area()88 } else if (pmd_type == 0) in __free_io_area()
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
708 PI_UINT32 pmd_type[PI_PHY_K_MAX]; member
207 u_char pmd_type[2] ; /* SK connector/transceiver type codes */ member
3525 u8 t8, mac_cfg, pmd_type; in skge_reset() local3550 pmd_type = skge_read8(hw, B2_PMD_TYP); in skge_reset()3551 hw->copper = (pmd_type == 'T' || pmd_type == '1'); in skge_reset()3577 if (hw->phy_type < SK_PHY_MARV_COPPER && pmd_type != 'S') in skge_reset()
399 if (hw->pmd_type == 'P') { in sky2_phy_init()3212 hw->pmd_type = sky2_read8(hw, B2_PMD_TYP); in sky2_init()3213 if (hw->pmd_type == 'L' || hw->pmd_type == 'S' || hw->pmd_type == 'P') in sky2_init()
2294 u8 pmd_type; member