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

/freebsd-10.3-release/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.c614 * @frmcnt: the number of frames per block
628 unsigned int frmcnt, unsigned int elmcnt)
655 ti_sdma_write_4(sc, DMA4_CFN(ch), frmcnt);
697 * @frmcnt: the number of frames to transfer
702 * The @frmcnt and @elmcnt define the overall number of bytes to transfer,
703 * typically @frmcnt is 1 and @elmcnt contains the total number of elements.
707 * frmcnt = 1, elmcnt = 512, pktsize = 128
721 unsigned long dst_paddr, unsigned int frmcnt,
750 ti_sdma_write_4(sc, DMA4_CFN(ch), frmcnt);
626 ti_sdma_start_xfer(unsigned int ch, unsigned int src_paddr, unsigned long dst_paddr, unsigned int frmcnt, unsigned int elmcnt) argument
720 ti_sdma_start_xfer_packet(unsigned int ch, unsigned int src_paddr, unsigned long dst_paddr, unsigned int frmcnt, unsigned int elmcnt, unsigned int pktsize) argument
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c266 int frmcnt; /* bit count in second */ member in struct:irigunit
868 if (up->frmcnt != 1)
870 up->frmcnt = 1;
874 if (up->frmcnt % SUBFLD == 0) {
882 if (up->frmcnt == 10)
889 if (up->frmcnt == 0) {
965 up->frmcnt = (up->frmcnt + 1) % FIELD;

Completed in 92 milliseconds