Searched refs:pmd_type (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c293 smc->y[PA].pmd_type[PMD_SK_CONN] =
294 smc->y[PB].pmd_type[PMD_SK_CONN] = ConnectorType ;
295 smc->y[PA].pmd_type[PMD_SK_PMD ] =
296 smc->y[PB].pmd_type[PMD_SK_PMD ] = PmdType ;
H A Dpcmplc.c270 switch (phy->pmd_type[PMD_SK_PMD]) {
/linux-master/arch/m68k/mm/
H A Dkmap.c81 int pmd_type = pmd_val(*pmd_dir) & _DESCTYPE_MASK; local
83 if (pmd_type == _PAGE_PRESENT) {
88 } else if (pmd_type == 0)
/linux-master/drivers/net/fddi/
H A Ddefza.c1290 uint smt_ver, pmd_type; local
1416 pmd_type = readl_u(&init->pmd_type);
1462 pr_debug(" pmd_type: %u\n", readl_u(&init->pmd_type));
1466 pmd_type == FZA_PMD_TYPE_TW ?
1468 pmd_type == FZA_PMD_TYPE_STP ?
H A Ddefza.h467 u32 pmd_type; /* PMD type code */ member in struct:fza_cmd_init
H A Ddefxx.h708 PI_UINT32 pmd_type[PI_PHY_K_MAX]; member in struct:__anon652
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmc.h207 u_char pmd_type[2] ; /* SK connector/transceiver type codes */ member in struct:s_phy
208 #define PMD_SK_CONN 0 /* pmd_type[PMD_SK_CONN] = Connector */
209 #define PMD_SK_PMD 1 /* pmd_type[PMD_SK_PMD] = Xver */
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c3525 u8 t8, mac_cfg, pmd_type; local
3550 pmd_type = skge_read8(hw, B2_PMD_TYP);
3551 hw->copper = (pmd_type == 'T' || pmd_type == '1');
3577 if (hw->phy_type < SK_PHY_MARV_COPPER && pmd_type != 'S')
H A Dsky2.c398 if (hw->pmd_type == 'P') {
3211 hw->pmd_type = sky2_read8(hw, B2_PMD_TYP);
3212 if (hw->pmd_type == 'L' || hw->pmd_type == 'S' || hw->pmd_type == 'P')
H A Dsky2.h2294 u8 pmd_type; member in struct:sky2_hw

Completed in 183 milliseconds