Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/
Dfsl_pq_mdio.c89 void (*ucc_configure)(phys_addr_t start, phys_addr_t end); member
254 static void ucc_configure(phys_addr_t start, phys_addr_t end) in ucc_configure() function
353 .ucc_configure = ucc_configure,
363 .ucc_configure = ucc_configure,
497 if (data->ucc_configure) in fsl_pq_mdio_probe()
498 data->ucc_configure(res.start, res.end); in fsl_pq_mdio_probe()