Searched defs:am79c930_ops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | am79c930var.h | 49 struct am79c930_ops struct 51 void (*write_1)(struct am79c930_softc *, u_int32_t, u_int8_t); 52 void (*write_2)(struct am79c930_softc *, u_int32_t, u_int16_t); 53 void (*write_4)(struct am79c930_softc *, u_int32_t, u_int32_t); 54 void (*write_bytes)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t); 56 u_int8_t (*read_1)(struct am79c930_softc *, u_int32_t); 57 u_int16_t (*read_2)(struct am79c930_softc *, u_int32_t); 58 u_int32_t (*read_4)(struct am79c930_softc *, u_int32_t); 59 void (*read_bytes)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t);
|