Home | History | Annotate | Download | only in ic

Lines Matching defs:am79c930_softc

36 struct am79c930_softc
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);
62 void am79c930_chip_init(struct am79c930_softc *sc, int);
64 void am79c930_gcr_setbits(struct am79c930_softc *sc, u_int8_t bits);
65 void am79c930_gcr_clearbits(struct am79c930_softc *sc, u_int8_t bits);
67 u_int8_t am79c930_gcr_read(struct am79c930_softc *sc);