Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dscmdreg.h34 #define SCMD_REG_CONFIG_BITS 0x03 /* Bit pattern of the jumpters on the board */ macro
H A Dscmd.c234 error = (*(sc->sc_func_read_register))(sc, SCMD_REG_CONFIG_BITS, &pins); in scmd_attach()
/netbsd-src/usr.bin/scmdctl/
H A Dcommon.c78 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_CONFIG_BITS, SCMD_REG_CONFIG_BITS, &b); in common_identify()