Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.c86 reg = bus_read_4(sc->res, FUNNEL_FUNCTL); in funnel_enable()
90 bus_write_4(sc->res, FUNNEL_FUNCTL, reg); in funnel_enable()
106 reg = bus_read_4(sc->res, FUNNEL_FUNCTL); in funnel_disable()
108 bus_write_4(sc->res, FUNNEL_FUNCTL, reg); in funnel_disable()
H A Dcoresight_funnel.h35 #define FUNNEL_FUNCTL 0x000 /* Funnel Control Register */ macro