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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c221 static int ti_bcopy_swap(const void *, void *, size_t, ti_swap_type);
577 ti_bcopy_swap(sc->ti_membuf, sc->ti_membuf2,
591 ti_bcopy_swap(sc->ti_membuf,
600 ti_bcopy_swap(sc->ti_membuf, ptr,
609 ti_bcopy_swap(sc->ti_membuf2, sc->ti_membuf,
612 ti_bcopy_swap(ptr, sc->ti_membuf, segsize,
789 ti_bcopy_swap(const void *src, void *dst, size_t len, ti_swap_type swap_type) function
796 printf("ti_bcopy_swap: length %zd isn't 32-bit aligned\n", len);

Completed in 53 milliseconds