sys/dev/fdt/tipd.c
128
struct tipd_softc *sc = (struct tipd_softc *)self;
sys/dev/fdt/tipd.c
158
tipd_connect(struct tipd_softc *sc)
sys/dev/fdt/tipd.c
175
tipd_disconnect(struct tipd_softc *sc)
sys/dev/fdt/tipd.c
194
struct tipd_softc *sc = arg;
sys/dev/fdt/tipd.c
231
tipd_read_4(struct tipd_softc *sc, uint8_t reg, uint32_t *val)
sys/dev/fdt/tipd.c
248
tipd_read_8(struct tipd_softc *sc, uint8_t reg, uint64_t *val)
sys/dev/fdt/tipd.c
265
tipd_write_4(struct tipd_softc *sc, uint8_t reg, uint32_t val)
sys/dev/fdt/tipd.c
282
tipd_write_8(struct tipd_softc *sc, uint8_t reg, uint64_t val)
sys/dev/fdt/tipd.c
299
tipd_exec(struct tipd_softc *sc, const char *cmd, const void *wbuf,
sys/dev/fdt/tipd.c
71
sizeof(struct tipd_softc), tipd_match, tipd_attach, NULL,
sys/dev/fdt/tipd.c
81
int tipd_read_4(struct tipd_softc *, uint8_t, uint32_t *);
sys/dev/fdt/tipd.c
82
int tipd_read_8(struct tipd_softc *, uint8_t, uint64_t *);
sys/dev/fdt/tipd.c
83
int tipd_write_4(struct tipd_softc *, uint8_t, uint32_t);
sys/dev/fdt/tipd.c
84
int tipd_write_8(struct tipd_softc *, uint8_t, uint64_t);
sys/dev/fdt/tipd.c
85
int tipd_exec(struct tipd_softc *, const char *,
sys/dev/fdt/tipd.c
99
struct tipd_softc *sc = (struct tipd_softc *)self;