Lines Matching defs:off
144 io_write_1( struct am79c930_softc *sc, u_int32_t off, u_int8_t val) in io_write_1()
157 io_write_2(struct am79c930_softc *sc, u_int32_t off, u_int16_t val) in io_write_2()
172 io_write_4(struct am79c930_softc *sc, u_int32_t off, u_int32_t val) in io_write_4()
191 io_write_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in io_write_bytes()
207 io_read_1(struct am79c930_softc *sc, u_int32_t off) in io_read_1()
222 io_read_2(struct am79c930_softc *sc, u_int32_t off) in io_read_2()
239 io_read_4(struct am79c930_softc *sc, u_int32_t off) in io_read_4()
260 io_read_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in io_read_bytes()
276 mem_write_1(struct am79c930_softc *sc, u_int32_t off, u_int8_t val) in mem_write_1()
282 mem_write_2(struct am79c930_softc *sc, u_int32_t off, u_int16_t val) in mem_write_2()
297 mem_write_4(struct am79c930_softc *sc, u_int32_t off, u_int32_t val) in mem_write_4()
314 mem_write_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in mem_write_bytes()
321 mem_read_1(struct am79c930_softc *sc, u_int32_t off) in mem_read_1()
327 mem_read_2(struct am79c930_softc *sc, u_int32_t off) in mem_read_2()
340 mem_read_4(struct am79c930_softc *sc, u_int32_t off) in mem_read_4()
355 mem_read_bytes(struct am79c930_softc *sc, u_int32_t off, u_int8_t *ptr, in mem_read_bytes()