Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_core.c98 control = (*sc->sc_read)(dev, DS1553_OFF_CONTROL) | DS1553_BIT_READ; in ds1553_gettime()
99 (*sc->sc_write)(dev, DS1553_OFF_CONTROL, control); in ds1553_gettime()
117 (*sc->sc_write)(dev, DS1553_OFF_CONTROL, control); in ds1553_gettime()
151 control = (*sc->sc_read)(dev, DS1553_OFF_CONTROL) | DS1553_BIT_WRITE; in ds1553_settime()
152 (*sc->sc_write)(dev, DS1553_OFF_CONTROL, control); in ds1553_settime()
170 (*sc->sc_write)(dev, DS1553_OFF_CONTROL, control); in ds1553_settime()
H A Dds1553_reg.h41 #define DS1553_OFF_CONTROL 0x1ff8 macro