Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c403 uint8_t *pcur; in interpret_command_bytes() local
412 pcur = popt->pcmd; in interpret_command_bytes()
452 pcur = popt->pcmd + ctr; in interpret_command_bytes()
456 *pcur = reversebits[ch]; in interpret_command_bytes()
458 *pcur = (uint8_t)ch; in interpret_command_bytes()
460 pcur++; in interpret_command_bytes()