Searched defs:imxuart_softc (Results 1 – 1 of 1) sorted by relevance
38 struct imxuart_softc { struct39 device_t sc_dev;41 int sc_unit;42 struct imxuart_regs {50 } sc_regs;55 uint32_t sc_intrspec_enb;56 uint32_t sc_ucr2_d; /* target value for UCR2 */57 uint32_t sc_ucr[4]; /* cached value of UCRn */63 uint sc_init_cnt;65 bus_addr_t sc_addr;[all …]