HomeSort by: relevance | last modified time | path
    Searched defs:am79c930_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
am79c930var.h 36 struct am79c930_softc 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);
62 void am79c930_chip_init(struct am79c930_softc *sc, int)
    [all...]
am79c930var.h 36 struct am79c930_softc 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);
62 void am79c930_chip_init(struct am79c930_softc *sc, int)
    [all...]
am79c930var.h 36 struct am79c930_softc 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);
62 void am79c930_chip_init(struct am79c930_softc *sc, int)
    [all...]

Completed in 32 milliseconds