Searched refs:acrtc_softc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Dacrtc.c61 struct acrtc_softc { struct
74 sizeof(struct acrtc_softc), acrtc_match, acrtc_attach
81 int acrtc_clock_read(struct acrtc_softc *, struct clock_ymdhms *);
82 int acrtc_clock_write(struct acrtc_softc *, struct clock_ymdhms *);
101 struct acrtc_softc *sc = (struct acrtc_softc *)self;
127 acrtc_read_reg(struct acrtc_softc *sc, uint8_t reg)
133 acrtc_write_reg(struct acrtc_softc *sc, uint8_t reg, uint16_t value)
141 struct acrtc_softc *sc = handle->cookie;
163 struct acrtc_softc *s
[all...]

Completed in 84 milliseconds