Searched defs:at91dbgu_cons_softc (Results 1 – 1 of 1) sorted by relevance
149 static struct at91dbgu_cons_softc { struct150 bus_space_tag_t sc_iot;151 bus_space_handle_t sc_ioh;152 bus_addr_t sc_hwbase;153 int sc_ospeed;154 tcflag_t sc_cflag;155 int sc_attached;157 uint8_t *sc_rx_ptr;158 uint8_t sc_rx_fifo[64];