Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c387 uint8_t *pcur; in interpret_command_bytes() local
396 pcur = popt->pcmd; in interpret_command_bytes()
436 pcur = popt->pcmd + ctr; in interpret_command_bytes()
440 *pcur = reversebits[ch]; in interpret_command_bytes()
442 *pcur = (uint8_t)ch; in interpret_command_bytes()
444 pcur++; in interpret_command_bytes()