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

/freebsd-current/sys/dev/ti/
H A Dif_ti.c218 static int ti_bcopy_swap(const void *, void *, size_t, ti_swap_type);
573 ti_bcopy_swap(sc->ti_membuf, sc->ti_membuf2,
588 ti_bcopy_swap(sc->ti_membuf,
597 ti_bcopy_swap(sc->ti_membuf, ptr,
606 ti_bcopy_swap(sc->ti_membuf2, sc->ti_membuf,
609 ti_bcopy_swap(ptr, sc->ti_membuf, segsize,
792 ti_bcopy_swap(const void *src, void *dst, size_t len, ti_swap_type swap_type) function
799 printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n", len);

Completed in 114 milliseconds