root/drivers/tty/serial/amba-pl011.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef AMBA_PL011_H
   3 #define AMBA_PL011_H
   4 
   5 enum {
   6         REG_DR,
   7         REG_ST_DMAWM,
   8         REG_ST_TIMEOUT,
   9         REG_FR,
  10         REG_LCRH_RX,
  11         REG_LCRH_TX,
  12         REG_IBRD,
  13         REG_FBRD,
  14         REG_CR,
  15         REG_IFLS,
  16         REG_IMSC,
  17         REG_RIS,
  18         REG_MIS,
  19         REG_ICR,
  20         REG_DMACR,
  21         REG_ST_XFCR,
  22         REG_ST_XON1,
  23         REG_ST_XON2,
  24         REG_ST_XOFF1,
  25         REG_ST_XOFF2,
  26         REG_ST_ITCR,
  27         REG_ST_ITIP,
  28         REG_ST_ABCR,
  29         REG_ST_ABIMSC,
  30 
  31         /* The size of the array - must be last */
  32         REG_ARRAY_SIZE,
  33 };
  34 
  35 #endif

/* [<][>][^][v][top][bottom][index][help] */