Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Dif_awg.c1610 hwreset_t rst_ahb, rst_ephy; in awg_setup_extres() local
1617 rst_ahb = rst_ephy = NULL; in awg_setup_extres()
1637 if (hwreset_get_by_ofw_name(dev, 0, "ephy", &rst_ephy) != 0) in awg_setup_extres()
1639 &rst_ephy) != 0) in awg_setup_extres()
1640 rst_ephy = NULL; in awg_setup_extres()
1683 if (rst_ephy != NULL) { in awg_setup_extres()
1689 hwreset_assert(rst_ephy); in awg_setup_extres()
1690 error = hwreset_deassert(rst_ephy); in awg_setup_extres()
1740 if (rst_ephy != NULL) in awg_setup_extres()
1741 hwreset_release(rst_ephy); in awg_setup_extres()