Searched refs:rst_ahb (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/spibus/controller/allwinner/ |
H A D | aw_spi.c | 144 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 D | if_dwcvar.h | 83 hwreset_t rst_ahb; member
|
H A D | if_dwc.c | 462 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 D | if_awg.c | 1612 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()
|