Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c95 bus_space_handle_t emac_handle; member
141 bus_space_read_4(sc->emac_tag, sc->emac_handle, reg)
143 bus_space_write_4(sc->emac_tag, sc->emac_handle, reg, val)
405 bus_space_read_multi_4(sc->emac_tag, sc->emac_handle, in emac_rxeof()
658 bus_space_write_multi_4(sc->emac_tag, sc->emac_handle, in emac_start_locked()
912 sc->emac_handle = rman_get_bushandle(sc->emac_res); in emac_attach()