Searched refs:hifn_writeramaddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 156 static int hifn_writeramaddr(struct hifn_softc *, int, u_int8_t *); 1252 if (hifn_writeramaddr(sc, 0, data)) in hifn_ramtype() 1263 if (hifn_writeramaddr(sc, 0, data)) in hifn_ramtype() 1293 hifn_writeramaddr(sc, a, data); in hifn_sramsize() 1379 hifn_writeramaddr(struct hifn_softc *sc, int addr, u_int8_t *data) in hifn_writeramaddr() function
|