pcyrtc_softc
struct pcyrtc_softc *sc = (struct pcyrtc_softc *)self;
struct pcyrtc_softc *sc = ch->cookie;
struct pcyrtc_softc *sc = ch->cookie;
pcyrtc_reg_read(struct pcyrtc_softc *sc, int reg)
pcyrtc_reg_write(struct pcyrtc_softc *sc, int reg, uint8_t val)
pcyrtc_clock_read(struct pcyrtc_softc *sc, struct clock_ymdhms *dt)
pcyrtc_clock_write(struct pcyrtc_softc *sc, struct clock_ymdhms *dt)
sizeof(struct pcyrtc_softc), pcyrtc_match, pcyrtc_attach
uint8_t pcyrtc_reg_read(struct pcyrtc_softc *, int);
void pcyrtc_reg_write(struct pcyrtc_softc *, int, uint8_t);
int pcyrtc_clock_read(struct pcyrtc_softc *, struct clock_ymdhms *);
int pcyrtc_clock_write(struct pcyrtc_softc *, struct clock_ymdhms *);