Searched refs:altera_jtag_uart_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_tty.c55 static struct altera_jtag_uart_softc *aju_cons_sc;
83 aju_data_read(struct altera_jtag_uart_softc *sc)
91 aju_data_write(struct altera_jtag_uart_softc *sc, uint32_t v)
98 aju_control_read(struct altera_jtag_uart_softc *sc)
106 aju_control_write(struct altera_jtag_uart_softc *sc, uint32_t v)
117 aju_writable(struct altera_jtag_uart_softc *sc)
125 aju_readable(struct altera_jtag_uart_softc *sc)
143 aju_read(struct altera_jtag_uart_softc *sc)
157 aju_intr_readable_enable(struct altera_jtag_uart_softc *sc)
169 aju_intr_writable_enable(struct altera_jtag_uart_softc *s
[all...]
H A Daltera_jtag_uart.h36 struct altera_jtag_uart_softc { struct
194 int altera_jtag_uart_attach(struct altera_jtag_uart_softc *sc);
195 void altera_jtag_uart_detach(struct altera_jtag_uart_softc *sc);
H A Daltera_jtag_uart_fdt.c80 struct altera_jtag_uart_softc *sc;
122 struct altera_jtag_uart_softc *sc;
146 sizeof(struct altera_jtag_uart_softc),
H A Daltera_jtag_uart_nexus.c71 struct altera_jtag_uart_softc *sc;
113 struct altera_jtag_uart_softc *sc;
137 sizeof(struct altera_jtag_uart_softc),

Completed in 39 milliseconds