zs_port           103 drivers/tty/serial/zs.c #define to_zport(uport) container_of(uport, struct zs_port, port)
zs_port           142 drivers/tty/serial/zs.c static u8 read_zsreg(struct zs_port *zport, int reg)
zs_port           157 drivers/tty/serial/zs.c static void write_zsreg(struct zs_port *zport, int reg, u8 value)
zs_port           171 drivers/tty/serial/zs.c static u8 read_zsdata(struct zs_port *zport)
zs_port           182 drivers/tty/serial/zs.c static void write_zsdata(struct zs_port *zport, u8 value)
zs_port           196 drivers/tty/serial/zs.c 	struct zs_port *zport;
zs_port           232 drivers/tty/serial/zs.c static int zs_receive_drain(struct zs_port *zport)
zs_port           241 drivers/tty/serial/zs.c static int zs_transmit_drain(struct zs_port *zport, int irq)
zs_port           254 drivers/tty/serial/zs.c static int zs_line_drain(struct zs_port *zport, int irq)
zs_port           268 drivers/tty/serial/zs.c static void load_zsregs(struct zs_port *zport, u8 *regs, int irq)
zs_port           310 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           322 drivers/tty/serial/zs.c static unsigned int zs_raw_get_ab_mctrl(struct zs_port *zport_a,
zs_port           323 drivers/tty/serial/zs.c 					struct zs_port *zport_b)
zs_port           339 drivers/tty/serial/zs.c static unsigned int zs_raw_get_mctrl(struct zs_port *zport)
zs_port           341 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &zport->scc->zport[ZS_CHAN_A];
zs_port           346 drivers/tty/serial/zs.c static unsigned int zs_raw_xor_mctrl(struct zs_port *zport)
zs_port           348 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &zport->scc->zport[ZS_CHAN_A];
zs_port           378 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           391 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           393 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
zs_port           423 drivers/tty/serial/zs.c static void zs_raw_stop_tx(struct zs_port *zport)
zs_port           431 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           439 drivers/tty/serial/zs.c static void zs_raw_transmit_chars(struct zs_port *);
zs_port           443 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           457 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           459 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
zs_port           491 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           493 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
zs_port           521 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           541 drivers/tty/serial/zs.c static void zs_receive_chars(struct zs_port *zport)
zs_port           610 drivers/tty/serial/zs.c static void zs_raw_transmit_chars(struct zs_port *zport)
zs_port           641 drivers/tty/serial/zs.c static void zs_transmit_chars(struct zs_port *zport)
zs_port           650 drivers/tty/serial/zs.c static void zs_status_handle(struct zs_port *zport, struct zs_port *zport_a)
zs_port           708 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
zs_port           709 drivers/tty/serial/zs.c 	struct zs_port *zport_b = &scc->zport[ZS_CHAN_B];
zs_port           758 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           811 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           830 drivers/tty/serial/zs.c static void zs_reset(struct zs_port *zport)
zs_port           855 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port           857 drivers/tty/serial/zs.c 	struct zs_port *zport_a = &scc->zport[ZS_CHAN_A];
zs_port           970 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port          1022 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port          1036 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port          1103 drivers/tty/serial/zs.c 			struct zs_port *zport = &zs_sccs[chip].zport[side];
zs_port          1132 drivers/tty/serial/zs.c 	struct zs_port *zport = to_zport(uport);
zs_port          1152 drivers/tty/serial/zs.c 	struct zs_port *zport = &zs_sccs[chip].zport[side];
zs_port          1202 drivers/tty/serial/zs.c 	struct zs_port *zport = &zs_sccs[chip].zport[side];
zs_port          1283 drivers/tty/serial/zs.c 		struct zs_port *zport = &scc->zport[i % ZS_NUM_CHAN];
zs_port          1299 drivers/tty/serial/zs.c 		struct zs_port *zport = &scc->zport[i % ZS_NUM_CHAN];
zs_port            41 drivers/tty/serial/zs.h 	struct zs_port	zport[2];