Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Ducycom.c100 uint8_t sc_temp_cfg[32]; member
420 if (len > sizeof(sc->sc_temp_cfg)) { in ucycom_cfg_write()
421 len = sizeof(sc->sc_temp_cfg); in ucycom_cfg_write()
432 sc->sc_temp_cfg[0] = (baud & 0xff); in ucycom_cfg_write()
433 sc->sc_temp_cfg[1] = (baud >> 8) & 0xff; in ucycom_cfg_write()
434 sc->sc_temp_cfg[2] = (baud >> 16) & 0xff; in ucycom_cfg_write()
435 sc->sc_temp_cfg[3] = (baud >> 24) & 0xff; in ucycom_cfg_write()
436 sc->sc_temp_cfg[4] = cfg; in ucycom_cfg_write()
439 &req, sc->sc_temp_cfg, 0, 1000); in ucycom_cfg_write()