Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/spi/
Dscmdspi.c93 b = SCMD_HOLE_VALUE; in scmdspi_read_reg_direct()
102 b = SCMD_HOLE_VALUE; in scmdspi_read_reg_direct()
/netbsd/src/sys/dev/ic/
Dscmd.c144 uint8_t buf = SCMD_HOLE_VALUE; in scmd_wait_restart()
331 *buf = SCMD_HOLE_VALUE; in scmd_local_read()
346 *buf = SCMD_HOLE_VALUE; in scmd_remote_read()
Dscmdreg.h227 #define SCMD_HOLE_VALUE 0x55 /* Artificial value on read for a hole regis… macro