Searched refs:ds1743_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/evbppc/walnut/dev/ |
H A D | ds1743.c | 70 static inline u_char ds1743_read(struct dsrtc_softc *, int); 149 if ((ds1743_read(sc, DS_DAY) & DS_CTL_BF) == 0) in dsrtcattach() 171 ds1743_read(struct dsrtc_softc *sc, int addr) in ds1743_read() function 192 return(ds1743_read(sc, addr)); 213 octl = ds1743_read(sc, DS_CENTURY); in ds1743_lock() 224 ctl = ds1743_read(sc, DS_CENTURY); in ds1743_unlock() 243 ds1743_write(sc, DS_CENTURY, ((ds1743_read(sc, DS_CENTURY) & DS_CTL_RW) in dsrtc_write() 257 dt->dt_sec = bcdtobin(ds1743_read(sc, DS_SECONDS) & 0x7f); in dsrtc_read() 258 dt->dt_min = bcdtobin(ds1743_read(sc, DS_MINUTES) & 0x7f); in dsrtc_read() 259 dt->dt_hour = bcdtobin(ds1743_read(sc, DS_HOURS) & 0x3f); in dsrtc_read() [all …]
|