pcfrtc_softc
uint8_t pcfrtc_reg_read(struct pcfrtc_softc *, int);
void pcfrtc_reg_write(struct pcfrtc_softc *, int, uint8_t);
int pcfrtc_clock_read(struct pcfrtc_softc *, struct clock_ymdhms *);
int pcfrtc_clock_write(struct pcfrtc_softc *, struct clock_ymdhms *);
struct pcfrtc_softc *sc = (struct pcfrtc_softc *)self;
struct pcfrtc_softc *sc = ch->cookie;
struct pcfrtc_softc *sc = ch->cookie;
pcfrtc_reg_read(struct pcfrtc_softc *sc, int reg)
pcfrtc_reg_write(struct pcfrtc_softc *sc, int reg, uint8_t val)
pcfrtc_clock_read(struct pcfrtc_softc *sc, struct clock_ymdhms *dt)
pcfrtc_clock_write(struct pcfrtc_softc *sc, struct clock_ymdhms *dt)
sizeof(struct pcfrtc_softc), pcfrtc_match, pcfrtc_attach