OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_39/] [or1ksim/] [peripheral/] [16450.h] - Diff between revs 355 and 385

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 355 Rev 385
Line 69... Line 69...
  struct {
  struct {
    unsigned long char_clks;
    unsigned long char_clks;
    int dll, dlh;
    int dll, dlh;
    int lcr;
    int lcr;
    int skew;
    int skew;
 
    int next_break;
 
    int next_break_cnt;
 
    int cur_break;
 
    int cur_break_cnt;
  } vapi;
  } vapi;
 
 
  /* Required by VAPI - circular buffer */
  /* Required by VAPI - circular buffer */
 unsigned long vapi_buf[UART_RX_BUF];  /* Buffer to store incoming characters to,
 unsigned long vapi_buf[UART_RX_BUF];  /* Buffer to store incoming characters to,
                                          since we cannot handle them so fast - we
                                          since we cannot handle them so fast - we
Line 179... Line 183...
#define UART_MSR_DDCD 0x08  /* Delta DCD */
#define UART_MSR_DDCD 0x08  /* Delta DCD */
#define UART_MSR_TERI 0x04  /* Trailing edge ring indicator */
#define UART_MSR_TERI 0x04  /* Trailing edge ring indicator */
#define UART_MSR_DDSR 0x02  /* Delta DSR */
#define UART_MSR_DDSR 0x02  /* Delta DSR */
#define UART_MSR_DCTS 0x01  /* Delta CTS */
#define UART_MSR_DCTS 0x01  /* Delta CTS */
 
 
 
/*
 
 * Various definitions
 
 */
 
#define MAX_BREAK_COUNT 12
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.