Home
last modified time | relevance | path

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

/src/sys/dev/iicbus/
H A Diicbb.c78 u_int scl_low_timeout; member
150 sc->scl_low_timeout = DEFAULT_SCL_LOW_TIMEOUT; in iicbb_attach()
159 "scl_low_timeout", CTLFLAG_RWTUN, &sc->scl_low_timeout, in iicbb_attach()
243 timeout = now + sc->scl_low_timeout * SBT_1US; in iicbb_waitforscl()
/src/sys/dev/usb/misc/
H A Dcp2112.c201 uint8_t scl_low_timeout;/* boolean */ member
1265 i2c_cfg.scl_low_timeout = 0; in cp2112iic_reset()
1276 i2c_cfg.scl_low_timeout ? "on" : "off"); in cp2112iic_reset()