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

/linux-4.4.14/drivers/tty/serial/
H A Dip22zilog.c90 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase)) macro
435 = ZILOG_CHANNEL_FROM_PORT(&up->port); ip22zilog_interrupt()
462 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); ip22zilog_interrupt()
497 channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_read_channel_status()
549 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_set_mctrl()
583 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_start_tx()
632 channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_stop_rx()
644 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_enable_ms()
661 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_break_ctl()
694 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); __ip22zilog_reset()
704 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); __ip22zilog_reset()
718 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); __ip22zilog_startup()
785 channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_shutdown()
899 ip22zilog_maybe_update_regs(up, ZILOG_CHANNEL_FROM_PORT(port)); ip22zilog_set_termios()
998 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); ip22zilog_put_char()
H A Dsunzilog.c108 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase)) macro
294 sunzilog_maybe_update_regs(up, ZILOG_CHANNEL_FROM_PORT(&up->port)); sunzilog_change_mouse_baud()
534 = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_interrupt()
562 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_interrupt()
597 channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_read_channel_status()
649 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_set_mctrl()
683 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_start_tx()
732 channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_stop_rx()
744 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_enable_ms()
761 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_break_ctl()
789 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); __sunzilog_startup()
850 channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_shutdown()
966 sunzilog_maybe_update_regs(up, ZILOG_CHANNEL_FROM_PORT(port)); sunzilog_set_termios()
1010 = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_get_poll_char()
1133 struct zilog_channel __iomem *channel = ZILOG_CHANNEL_FROM_PORT(port); sunzilog_putchar()
1339 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_init_hw()
1592 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_init()
1629 channel = ZILOG_CHANNEL_FROM_PORT(&up->port); sunzilog_exit()

Completed in 151 milliseconds