sys/dev/fdt/ociic.c
100
sizeof (struct ociic_softc), ociic_match, ociic_attach
sys/dev/fdt/ociic.c
125
struct ociic_softc *sc = (struct ociic_softc *)self;
sys/dev/fdt/ociic.c
195
ociic_unbusy(struct ociic_softc *sc)
sys/dev/fdt/ociic.c
215
ociic_wait(struct ociic_softc *sc, int ack)
sys/dev/fdt/ociic.c
249
struct ociic_softc *sc = cookie;
sys/dev/fdt/ociic.c
73
ociic_read(struct ociic_softc *sc, bus_size_t reg)
sys/dev/fdt/ociic.c
79
ociic_write(struct ociic_softc *sc, bus_size_t reg, uint8_t value)
sys/dev/fdt/ociic.c
85
ociic_set(struct ociic_softc *sc, bus_size_t reg, uint8_t bits)
sys/dev/fdt/ociic.c
91
ociic_clr(struct ociic_softc *sc, bus_size_t reg, uint8_t bits)