Searched refs:FUNNEL_FUNCTL (Results 1 – 2 of 2) sorted by relevance
86 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()
35 #define FUNNEL_FUNCTL 0x000 /* Funnel Control Register */ macro