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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_txx9.c67 struct uart_txx9_port { struct
174 static inline unsigned int sio_in(struct uart_txx9_port *up, int offset)
185 sio_out(struct uart_txx9_port *up, int offset, int value)
198 sio_mask(struct uart_txx9_port *up, int offset, unsigned int value)
203 sio_set(struct uart_txx9_port *up, int offset, unsigned int value)
209 sio_quot_set(struct uart_txx9_port *up, int quot)
224 static struct uart_txx9_port *to_uart_txx9_port(struct uart_port *port)
226 return container_of(port, struct uart_txx9_port, port);
231 struct uart_txx9_port *up = to_uart_txx9_port(port);
237 struct uart_txx9_port *u
[all...]

Completed in 107 milliseconds