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

  /src/sys/arch/mips/atheros/
ar_console.c 83 volatile uint32_t * const uart = local in function:earlycons_putc
86 while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
89 uart[com_data] = htobe32(c);
95 volatile uint32_t * const uart = local in function:earlycons_getc
98 while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
101 return (uint8_t) be32toh(uart[com_data]);
107 volatile uint32_t * const uart = local in function:earlycons_flush
110 while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/qca/
ar9132.dtsi 59 uart: uart@18020000 { label
65 clock-names = "uart";
ar9331.dtsi 62 uart: serial@18020000 { label
63 compatible = "qca,ar9330-uart";
69 clock-names = "uart";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
nspire.dtsi 141 uart: serial@90020000 { label
  /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 in function:SA1100Architecture::testUART
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 in function:PXA2X0Architecture::testUART
145 // Don't turn on the enable-UART bit in the IER; this seems to
153 _mem->unmapPhysicalPage(uart);
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4725b.dtsi 260 uart: serial@10030000 { label
261 compatible = "ingenic,jz4725b-uart", "ingenic,jz4740-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

Completed in 44 milliseconds