Symbol: uart_pmac_port
drivers/tty/serial/pmac_zilog.c
105
static void pmz_load_zsregs(struct uart_pmac_port *uap, u8 *regs)
drivers/tty/serial/pmac_zilog.c
1058
static void pmz_irda_setup(struct uart_pmac_port *uap, unsigned long *baud)
drivers/tty/serial/pmac_zilog.c
1191
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
1233
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
1253
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
1289
struct uart_pmac_port *uap =
drivers/tty/serial/pmac_zilog.c
1290
container_of(port, struct uart_pmac_port, port);
drivers/tty/serial/pmac_zilog.c
1305
struct uart_pmac_port *uap =
drivers/tty/serial/pmac_zilog.c
1306
container_of(port, struct uart_pmac_port, port);
drivers/tty/serial/pmac_zilog.c
1346
static int __init pmz_init_port(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
1446
static void pmz_dispose_port(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
1454
memset(uap, 0, sizeof(struct uart_pmac_port));
drivers/tty/serial/pmac_zilog.c
1462
struct uart_pmac_port *uap;
drivers/tty/serial/pmac_zilog.c
1498
struct uart_pmac_port *uap = dev_get_drvdata(&mdev->ofdev.dev);
drivers/tty/serial/pmac_zilog.c
1516
struct uart_pmac_port *uap = dev_get_drvdata(&mdev->ofdev.dev);
drivers/tty/serial/pmac_zilog.c
1531
struct uart_pmac_port *uap = dev_get_drvdata(&mdev->ofdev.dev);
drivers/tty/serial/pmac_zilog.c
1599
memset(&pmz_ports[count], 0, sizeof(struct uart_pmac_port));
drivers/tty/serial/pmac_zilog.c
1600
memset(&pmz_ports[count+1], 0, sizeof(struct uart_pmac_port));
drivers/tty/serial/pmac_zilog.c
1619
static int __init pmz_init_port(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
1679
static void pmz_dispose_port(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
1681
memset(uap, 0, sizeof(struct uart_pmac_port));
drivers/tty/serial/pmac_zilog.c
1686
struct uart_pmac_port *uap;
drivers/tty/serial/pmac_zilog.c
1705
struct uart_pmac_port *uap = platform_get_drvdata(pdev);
drivers/tty/serial/pmac_zilog.c
184
static void pmz_maybe_update_regs(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
1843
struct uart_pmac_port *uport = &pmz_ports[i];
drivers/tty/serial/pmac_zilog.c
1860
struct uart_pmac_port *uap =
drivers/tty/serial/pmac_zilog.c
1861
container_of(port, struct uart_pmac_port, port);
drivers/tty/serial/pmac_zilog.c
1875
struct uart_pmac_port *uap = &pmz_ports[con->index];
drivers/tty/serial/pmac_zilog.c
1898
struct uart_pmac_port *uap;
drivers/tty/serial/pmac_zilog.c
196
static void pmz_interrupt_control(struct uart_pmac_port *uap, int enable)
drivers/tty/serial/pmac_zilog.c
208
static bool pmz_receive_chars(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
301
static void pmz_status_handle(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
334
static void pmz_transmit_chars(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
414
struct uart_pmac_port *uap = dev_id;
drivers/tty/serial/pmac_zilog.c
415
struct uart_pmac_port *uap_a;
drivers/tty/serial/pmac_zilog.c
416
struct uart_pmac_port *uap_b;
drivers/tty/serial/pmac_zilog.c
481
static inline u8 pmz_peek_status(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
515
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
555
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
588
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
630
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
643
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
663
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
693
static int pmz_set_scc_power(struct uart_pmac_port *uap, int state)
drivers/tty/serial/pmac_zilog.c
724
static int pmz_set_scc_power(struct uart_pmac_port *uap, int state)
drivers/tty/serial/pmac_zilog.c
751
static void pmz_fix_zero_bug_scc(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
795
static int __pmz_startup(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
850
static void pmz_irda_reset(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.c
875
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
88
static struct uart_pmac_port pmz_ports[MAX_ZS_PORTS];
drivers/tty/serial/pmac_zilog.c
919
struct uart_pmac_port *uap = to_pmz(port);
drivers/tty/serial/pmac_zilog.c
955
static void pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag,
drivers/tty/serial/pmac_zilog.h
17
struct uart_pmac_port *mate;
drivers/tty/serial/pmac_zilog.h
60
#define to_pmz(p) ((struct uart_pmac_port *)(p))
drivers/tty/serial/pmac_zilog.h
62
static inline struct uart_pmac_port *pmz_get_port_A(struct uart_pmac_port *uap)
drivers/tty/serial/pmac_zilog.h
75
static inline u8 read_zsreg(struct uart_pmac_port *port, u8 reg)
drivers/tty/serial/pmac_zilog.h
82
static inline void write_zsreg(struct uart_pmac_port *port, u8 reg, u8 value)
drivers/tty/serial/pmac_zilog.h
89
static inline u8 read_zsdata(struct uart_pmac_port *port)
drivers/tty/serial/pmac_zilog.h
94
static inline void write_zsdata(struct uart_pmac_port *port, u8 data)
drivers/tty/serial/pmac_zilog.h
99
static inline void zssync(struct uart_pmac_port *port)