Searched refs:hym8563_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/rtc/ |
H A D | hym8563.c | 78 struct hym8563_softc { struct 92 hym8563_read_buf(struct hym8563_softc *sc, uint8_t reg, uint8_t *buf, in hym8563_read_buf() argument 100 hym8563_write_buf(struct hym8563_softc *sc, uint8_t reg, uint8_t *buf, in hym8563_write_buf() 108 hym8563_read_1(struct hym8563_softc *sc, uint8_t reg, uint8_t *data) in hym8563_read_1() 115 hym8563_write_1(struct hym8563_softc *sc, uint8_t reg, uint8_t val) in hym8563_write_1() 124 struct hym8563_softc *sc; in hym8563_gettime() 164 struct hym8563_softc *sc; in hym8563_settime() 212 struct hym8563_softc *sc; in hym8563_init() 216 sc = (struct hym8563_softc*)arg; in hym8563_init() 268 struct hym8563_softc *sc; in hym8563_attach() [all …]
|