Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dpmac_zilog.h15 struct uart_pmac_port { struct
17 struct uart_pmac_port *mate; argument
60 #define to_pmz(p) ((struct uart_pmac_port *)(p)) argument
62 static inline struct uart_pmac_port *pmz_get_port_A(struct uart_pmac_port *uap) in pmz_get_port_A()
75 static inline u8 read_zsreg(struct uart_pmac_port *port, u8 reg) in read_zsreg()
82 static inline void write_zsreg(struct uart_pmac_port *port, u8 reg, u8 value) in write_zsreg()
89 static inline u8 read_zsdata(struct uart_pmac_port *port) in read_zsdata()
94 static inline void write_zsdata(struct uart_pmac_port *port, u8 data) in write_zsdata()
99 static inline void zssync(struct uart_pmac_port *port) in zssync()
H A Dpmac_zilog.c414 struct uart_pmac_port *uap = dev_id; in pmz_interrupt()
415 struct uart_pmac_port *uap_a; in pmz_interrupt()
416 struct uart_pmac_port *uap_b; in pmz_interrupt()
515 struct uart_pmac_port *uap = to_pmz(port); in pmz_set_mctrl()
555 struct uart_pmac_port *uap = to_pmz(port); in pmz_get_mctrl()
1289 struct uart_pmac_port *uap = in pmz_poll_get_char()
1305 struct uart_pmac_port *uap = in pmz_poll_put_char()
1462 struct uart_pmac_port *uap; in pmz_attach()
1689 struct uart_pmac_port *uap; in pmz_attach()
1867 struct uart_pmac_port *uap = in pmz_console_putchar()
[all …]