Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c566 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2); in ti_copy_mem()
573 ti_bcopy_swap(sc->ti_membuf, sc->ti_membuf2, in ti_copy_mem()
588 ti_bcopy_swap(sc->ti_membuf, in ti_copy_mem()
597 ti_bcopy_swap(sc->ti_membuf, ptr, in ti_copy_mem()
606 ti_bcopy_swap(sc->ti_membuf2, sc->ti_membuf, in ti_copy_mem()
609 ti_bcopy_swap(ptr, sc->ti_membuf, segsize, in ti_copy_mem()
615 (uint32_t *)sc->ti_membuf, segsize >> 2); in ti_copy_mem()
2451 sc->ti_membuf = malloc(sizeof(uint8_t) * TI_WINLEN, M_DEVBUF, M_NOWAIT); in ti_attach()
2454 if (sc->ti_membuf == NULL || sc->ti_membuf2 == NULL) { in ti_attach()
2604 if (sc->ti_membuf) in ti_detach()
[all …]
H A Dif_tireg.h1056 uint8_t *ti_membuf; member