Searched refs:arc_msg0 (Results 1 – 1 of 1) sorted by relevance
136 static int arc_msg0(struct arc_softc *, uint32_t);293 if (arc_msg0(sc, ARC_REG_INB_MSG0_STOP_BGRB) != 0) in arc_detach()296 if (arc_msg0(sc, ARC_REG_INB_MSG0_FLUSH_CACHE) != 0) in arc_detach()310 if (arc_msg0(sc, ARC_REG_INB_MSG0_STOP_BGRB) != 0) in arc_shutdown()313 if (arc_msg0(sc, ARC_REG_INB_MSG0_FLUSH_CACHE) != 0) in arc_shutdown()671 if (arc_msg0(sc, ARC_REG_INB_MSG0_GET_CONFIG) != 0) { in arc_query_firmware()676 if (arc_msg0(sc, ARC_REG_INB_MSG0_START_BGRB) != 0) { in arc_query_firmware()2016 arc_msg0(struct arc_softc *sc, uint32_t m) in arc_msg0() function