Home
last modified time | relevance | path

Searched defs:uart_pmac_port (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/tty/serial/
Dpmac_zilog.h14 struct uart_pmac_port { struct
16 struct uart_pmac_port *mate; argument
22 struct macio_dev *dev;
26 struct device_node *node;
28 struct platform_device *pdev;
32 int port_type;
33 u8 curregs[NUM_ZSREGS];
35 unsigned int flags;
69 #define to_pmz(p) ((struct uart_pmac_port *)(p)) argument