Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dds1553_core.c68 if (sec & DS1553_BIT_OSC) { in ds1553_attach()
69 sec &= ~(DS1553_BIT_OSC); in ds1553_attach()
H A Dds1553_reg.h54 #define DS1553_BIT_OSC 0x80 /* oscillator start/stop bit */ macro