Home | Sort by: relevance | last modified time | path |
/src/sys/arch/evbarm/mpcsa/ | |
mpcsa_usart.c | 81 led_num(struct mpcsa_usart_softc *mpsc) 83 return (mpsc->sc_dev.sc_pid == PID_US3 ? LED_GSM : LED_SER1 + mpsc->sc_dev.sc_pid - PID_US0); 87 comm_led(struct mpcsa_usart_softc *mpsc, int count) 89 mpcsa_comm_led(led_num(mpsc), count); 93 conn_led(struct mpcsa_usart_softc *mpsc, int count) 95 mpcsa_conn_led(led_num(mpsc), count); 317 struct mpcsa_usart_softc *mpsc = (void*)sc; local in function:mpcsa_usart_start_tx 318 if (!mpsc->sc_tx_busy) { 319 mpsc->sc_tx_busy = 1 330 struct mpcsa_usart_softc *mpsc = (void*)sc; local in function:mpcsa_usart_stop_tx 343 struct mpcsa_usart_softc *mpsc = (void*)sc; local in function:mpcsa_usart_rx_started 354 struct mpcsa_usart_softc *mpsc = (void*)sc; local in function:mpcsa_usart_rx_stopped 363 struct mpcsa_usart_softc *mpsc = (void*)sc; local in function:mpcsa_usart_rx_rts_ctl [all...] |