Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dscmdreg.h205 #define SCMD_REG_CONTROL_1 0x78 /* Restart and re-enumeration control. If set: macro
H A 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()
/netbsd/usr.bin/scmdctl/
H A Dcommon.c344 err = (*(fb->func_phy_write))(fd, debug, 0, SCMD_REG_CONTROL_1, reg_v); in common_control_1()