Searched refs:hifn_write_reg_1 (Results 1 – 1 of 1) sorted by relevance
166 static void hifn_write_reg_1(struct hifn_softc *, bus_size_t, u_int32_t);184 #define WRITE_REG_1(sc, reg, val) hifn_write_reg_1(sc, reg, val)2692 hifn_write_reg_1(struct hifn_softc *sc, bus_size_t reg, u_int32_t val) in hifn_write_reg_1() function