Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c144 hwreset_t rst_ahb; member
208 if (hwreset_get_by_ofw_idx(dev, 0, 0, &sc->rst_ahb) == 0) { in aw_spi_attach()
209 error = hwreset_deassert(sc->rst_ahb); in aw_spi_attach()
261 if (sc->rst_ahb) in aw_spi_detach()
262 hwreset_assert(sc->rst_ahb); in aw_spi_detach()
/freebsd/sys/dev/dwc/
H A Dif_dwcvar.h83 hwreset_t rst_ahb; member
H A Dif_dwc.c462 rv = hwreset_get_by_ofw_name(sc->dev, 0, "ahb", &sc->rst_ahb); in dwc_reset_deassert()
465 rv = hwreset_deassert(sc->rst_ahb); in dwc_reset_deassert()
/freebsd/sys/arm/allwinner/
H A Dif_awg.c1612 hwreset_t rst_ahb, rst_ephy; in awg_setup_extres() local
1619 rst_ahb = rst_ephy = NULL; in awg_setup_extres()
1632 error = hwreset_get_by_ofw_name(dev, 0, "stmmaceth", &rst_ahb); in awg_setup_extres()
1634 error = hwreset_get_by_ofw_name(dev, 0, "ahb", &rst_ahb); in awg_setup_extres()
1680 error = hwreset_deassert(rst_ahb); in awg_setup_extres()
1744 if (rst_ahb != NULL) in awg_setup_extres()
1745 hwreset_release(rst_ahb); in awg_setup_extres()