Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_core.c151 control = (*sc->sc_read)(dev, DS1553_OFF_CONTROL) | DS1553_BIT_WRITE; in ds1553_settime()
169 control &= ~DS1553_BIT_WRITE; in ds1553_settime()
H A Dds1553_reg.h57 #define DS1553_BIT_WRITE 0x80 /* write */ macro