Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c96 bus_space_tag_t emac_tag; 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()
911 sc->emac_tag = rman_get_bustag(sc->emac_res); in emac_attach()