Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfsl_pq_mdio.c89 uint32_t __iomem * (*get_tbipa)(void __iomem *p); member
303 .get_tbipa = get_gfar_tbipa,
310 .get_tbipa = get_gfar_tbipa,
318 .get_tbipa = get_gfar_tbipa,
325 .get_tbipa = get_etsec_tbipa,
332 .get_tbipa = get_etsec_tbipa,
341 .get_tbipa = get_ucc_tbipa,
351 .get_tbipa = get_ucc_tbipa,
425 if (data->get_tbipa) { in fsl_pq_mdio_probe()
446 tbipa = data->get_tbipa(priv->map); in fsl_pq_mdio_probe()