Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c525 uint8_t *pdata, *pdat2; in prep_write_buffer() local
554 pdat2 = pdata + ncmd; in prep_write_buffer()
557 pdat2 = pdata; /* no prepended command data */ in prep_write_buffer()
605 pdat2[cbread] = reversebits[ch]; in prep_write_buffer()
607 pdat2[cbread] = (uint8_t) ch; in prep_write_buffer()
648 pdat2[cbread++] = 0; in prep_write_buffer()