Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c541 uint8_t *pdata, *pdat2; in prep_write_buffer() local
570 pdat2 = pdata + ncmd; in prep_write_buffer()
573 pdat2 = pdata; /* no prepended command data */ in prep_write_buffer()
621 pdat2[cbread] = reversebits[ch]; in prep_write_buffer()
623 pdat2[cbread] = (uint8_t) ch; in prep_write_buffer()
664 pdat2[cbread++] = 0; in prep_write_buffer()