Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/fddi/skfp/
Ddrvfbi.c293 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()
Dpcmplc.c270 switch (phy->pmd_type[PMD_SK_PMD]) { in pcm_init()
/linux-5.19.10/arch/m68k/mm/
Dkmap.c81 int pmd_type = pmd_val(*pmd_dir) & _DESCTYPE_MASK; in __free_io_area() local
83 if (pmd_type == _PAGE_PRESENT) { in __free_io_area()
88 } else if (pmd_type == 0) in __free_io_area()
/linux-5.19.10/drivers/net/fddi/
Ddefza.c1290 uint smt_ver, pmd_type; in fza_probe() local
1416 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()
Ddefza.h467 u32 pmd_type; /* PMD type code */ member
Ddefxx.h708 PI_UINT32 pmd_type[PI_PHY_K_MAX]; member
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dsmc.h207 u_char pmd_type[2] ; /* SK connector/transceiver type codes */ member
/linux-5.19.10/drivers/net/ethernet/marvell/
Dskge.c3525 u8 t8, mac_cfg, pmd_type; in skge_reset() local
3550 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()
Dsky2.c399 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()
Dsky2.h2294 u8 pmd_type; member