Home
last modified time | relevance | path

Searched refs:frmcnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c266 int frmcnt; /* bit count in second */ member
868 if (up->frmcnt != 1) in irig_decode()
870 up->frmcnt = 1; in irig_decode()
874 if (up->frmcnt % SUBFLD == 0) { in irig_decode()
882 if (up->frmcnt == 10) in irig_decode()
889 if (up->frmcnt == 0) { in irig_decode()
965 up->frmcnt = (up->frmcnt + 1) % FIELD; in irig_decode()
/freebsd/sys/arm/ti/
H A Dti_sdma.h95 unsigned long dst_paddr, unsigned int frmcnt, unsigned int elmcnt);
97 unsigned long dst_paddr, unsigned int frmcnt, unsigned int elmcnt,
H A Dti_sdma.c624 unsigned int frmcnt, unsigned int elmcnt) in ti_sdma_start_xfer() argument
651 ti_sdma_write_4(sc, DMA4_CFN(ch), frmcnt); in ti_sdma_start_xfer()
717 unsigned long dst_paddr, unsigned int frmcnt, in ti_sdma_start_xfer_packet() argument
746 ti_sdma_write_4(sc, DMA4_CFN(ch), frmcnt); in ti_sdma_start_xfer_packet()