Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumcs.c148 static usb_error_t umcs7840_get_UART_reg_sync(struct umcs7840_softc *, uint8_t, uint8_t, uint8_t *);
522 if (umcs7840_get_UART_reg_sync(sc, pn, MCS7840_UART_REG_LCR, &sc->sc_ports[pn].sc_lcr)) in umcs7840_cfg_open()
748 umcs7840_get_UART_reg_sync(sc, pn, MCS7840_UART_REG_LSR, lsr); in umcs7840_cfg_get_status()
749 umcs7840_get_UART_reg_sync(sc, pn, MCS7840_UART_REG_MSR, &hw_msr); in umcs7840_cfg_get_status()
984 umcs7840_get_UART_reg_sync(struct umcs7840_softc *sc, uint8_t portno, uint8_t reg, uint8_t *data) in umcs7840_get_UART_reg_sync() function