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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c570 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2);
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,
616 ti_offset, (uint32_t *)sc->ti_membuf, segsize >> 2);
2471 sc->ti_membuf = malloc(sizeof(uint8_t) * TI_WINLEN, M_DEVBUF, M_NOWAIT);
2474 if (sc->ti_membuf == NULL || sc->ti_membuf2 == NULL) {
2625 if (sc->ti_membuf)
[all...]
H A Dif_tireg.h1064 uint8_t *ti_membuf; member in struct:ti_softc

Completed in 106 milliseconds