pcxrtc_softc
struct pcxrtc_softc *sc = (struct pcxrtc_softc *)self;
struct pcxrtc_softc *sc = ch->cookie;
struct pcxrtc_softc *sc = ch->cookie;
pcxrtc_reg_read(struct pcxrtc_softc *sc, int reg)
pcxrtc_reg_write(struct pcxrtc_softc *sc, int reg, uint8_t val)
pcxrtc_clock_read(struct pcxrtc_softc *sc, struct clock_ymdhms *dt)
pcxrtc_clock_write(struct pcxrtc_softc *sc, struct clock_ymdhms *dt)
sizeof(struct pcxrtc_softc), pcxrtc_match, pcxrtc_attach
uint8_t pcxrtc_reg_read(struct pcxrtc_softc *, int);
void pcxrtc_reg_write(struct pcxrtc_softc *, int, uint8_t);
int pcxrtc_clock_read(struct pcxrtc_softc *, struct clock_ymdhms *);
int pcxrtc_clock_write(struct pcxrtc_softc *, struct clock_ymdhms *);