Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dscmdreg.h205 #define SCMD_REG_CONTROL_1 0x78 /* Restart and re-enumeration control. If set: macro
Dscmd.c205 error = (*(sc->sc_func_write_register))(sc, SCMD_REG_CONTROL_1, SCMD_CONTROL_1_RESTART); in scmd_attach()
527 if (reg_addr == SCMD_REG_CONTROL_1) { in scmd_write()