Home
last modified time | relevance | path

Searched refs:pcfrtc_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/i2c/
H A Dpcf8523.c83 struct pcfrtc_softc { struct
94 sizeof(struct pcfrtc_softc), pcfrtc_match, pcfrtc_attach argument
101 uint8_t pcfrtc_reg_read(struct pcfrtc_softc *, int);
102 void pcfrtc_reg_write(struct pcfrtc_softc *, int, uint8_t);
103 int pcfrtc_clock_read(struct pcfrtc_softc *, struct clock_ymdhms *);
123 struct pcfrtc_softc *sc = (struct pcfrtc_softc *)self; in pcfrtc_attach()
157 struct pcfrtc_softc *sc = ch->cookie; in pcfrtc_gettime()
172 struct pcfrtc_softc *sc = ch->cookie; in pcfrtc_settime()
191 pcfrtc_reg_read(struct pcfrtc_softc *sc, int reg) in pcfrtc_reg_read()
211 pcfrtc_reg_write(struct pcfrtc_softc *sc, int reg, uint8_t val) in pcfrtc_reg_write()
[all …]