HomeSort by: relevance | last modified time | path
    Searched defs:uart (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar_console.c 83 volatile uint32_t * const uart = local
86 while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
89 uart[com_data] = htobe32(c);
95 volatile uint32_t * const uart = local
98 while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
101 return (uint8_t) be32toh(uart[com_data]);
107 volatile uint32_t * const uart = local
110 while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
ar_console.c 83 volatile uint32_t * const uart = local
86 while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
89 uart[com_data] = htobe32(c);
95 volatile uint32_t * const uart = local
98 while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
101 return (uint8_t) be32toh(uart[com_data]);
107 volatile uint32_t * const uart = local
110 while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_sa1100.cpp 125 #define TBY VOLATILE_REF(uart + 0x20)
126 #define UTDR VOLATILE_REF(uart + 0x14)
134 vaddr_t uart = local
138 _mem->unmapPhysicalPage(uart);
arm_sa1100.cpp 125 #define TBY VOLATILE_REF(uart + 0x20)
126 #define UTDR VOLATILE_REF(uart + 0x14)
134 vaddr_t uart = local
138 _mem->unmapPhysicalPage(uart);
arm_pxa2x0.cpp 100 DPRINTF((TEXT("Testing UART.\n")));
127 #define COM_DATA VOLATILE_REF8(uart + 0x00)
128 #define COM_IIR VOLATILE_REF8(uart + 0x08)
129 #define COM_LSR VOLATILE_REF8(uart + 0x14)
142 vaddr_t uart = local
145 // Don't turn on the enable-UART bit in the IER; this seems to
153 _mem->unmapPhysicalPage(uart);
arm_pxa2x0.cpp 100 DPRINTF((TEXT("Testing UART.\n")));
127 #define COM_DATA VOLATILE_REF8(uart + 0x00)
128 #define COM_IIR VOLATILE_REF8(uart + 0x08)
129 #define COM_LSR VOLATILE_REF8(uart + 0x14)
142 vaddr_t uart = local
145 // Don't turn on the enable-UART bit in the IER; this seems to
153 _mem->unmapPhysicalPage(uart);
  /src/sys/arch/ia64/include/
dig64.h 182 #define DIG64_ENTRYTYPE_TYPE0 0 /* (UART | Bidirect) */
183 #define DIG64_ENTRYTYPE_TYPE1 1 /* (UART | Debug Port) */
191 struct dig64_hcdp_entry uart; member in union:dig64_hcdp_table::dev_desc
dig64.h 182 #define DIG64_ENTRYTYPE_TYPE0 0 /* (UART | Bidirect) */
183 #define DIG64_ENTRYTYPE_TYPE1 1 /* (UART | Debug Port) */
191 struct dig64_hcdp_entry uart; member in union:dig64_hcdp_table::dev_desc
  /src/external/bsd/ntp/dist/ntpd/
refclock_chu.c 104 * UART, character interrupts can vary somewhere between the end of bit
211 #define SPEED232 B300 /* uart speed (300 baud) */
215 #define SPEED232 B300 /* UART speed (300 baud) */
303 * Maximum-likelihood UART structure. There are eight of these
311 int uart; /* decoded character */ member in struct:surv
392 * Maximum-likelihood UART variables
395 struct surv surv[8]; /* UART survivor structures */
633 * characters using the software UART. Otherwise, the buffer
635 * UART is bypassed. In this case the CPU will probably run a
749 double dist; /* UART signal distance *
    [all...]
refclock_chu.c 104 * UART, character interrupts can vary somewhere between the end of bit
211 #define SPEED232 B300 /* uart speed (300 baud) */
215 #define SPEED232 B300 /* UART speed (300 baud) */
303 * Maximum-likelihood UART structure. There are eight of these
311 int uart; /* decoded character */ member in struct:surv
392 * Maximum-likelihood UART variables
395 struct surv surv[8]; /* UART survivor structures */
633 * characters using the software UART. Otherwise, the buffer
635 * UART is bypassed. In this case the CPU will probably run a
749 double dist; /* UART signal distance *
    [all...]

Completed in 51 milliseconds