HomeSort by: relevance | last modified time | path
    Searched defs:usart_cn_sc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91usart.c 153 } usart_cn_sc; variable in typeref:struct:at91usart_cons_softc
275 if (sc->sc_iot == usart_cn_sc.sc_iot
276 && sc->sc_hwbase == usart_cn_sc.sc_hwbase) {
277 usart_cn_sc.sc_attached = 1;
634 t.c_ospeed = usart_cn_sc.sc_ospeed;
635 t.c_cflag = usart_cn_sc.sc_cflag;
877 usart_cn_sc.sc_iot = iot;
878 usart_cn_sc.sc_ioh = ioh;
879 usart_cn_sc.sc_hwbase = iobase;
880 usart_cn_sc.sc_ospeed = ospeed
    [all...]
at91usart.c 153 } usart_cn_sc; variable in typeref:struct:at91usart_cons_softc
275 if (sc->sc_iot == usart_cn_sc.sc_iot
276 && sc->sc_hwbase == usart_cn_sc.sc_hwbase) {
277 usart_cn_sc.sc_attached = 1;
634 t.c_ospeed = usart_cn_sc.sc_ospeed;
635 t.c_cflag = usart_cn_sc.sc_cflag;
877 usart_cn_sc.sc_iot = iot;
878 usart_cn_sc.sc_ioh = ioh;
879 usart_cn_sc.sc_hwbase = iobase;
880 usart_cn_sc.sc_ospeed = ospeed
    [all...]

Completed in 22 milliseconds