OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uart
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/usr.bin/scmdctl/
Makefile
5
SRCS= scmdctl.c
uart
.c i2cspi.c printscmd.c common.c
/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)))
/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_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/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-h3-nanopi-neo-air.dts
125
uart
-has-rtscts;
sunxi-bananapi-m2-plus.dtsi
218
uart
-has-rtscts;
sun7i-a20-cubietruck.dts
314
uart
-has-rtscts;
sun8i-r16-bananapi-m2m.dts
281
uart
-has-rtscts;
sun8i-r40-bananapi-m2-ultra.dts
320
uart
-has-rtscts;
sun8i-v40-bananapi-m2-berry.dts
291
uart
-has-rtscts;
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6ul-tx6ul-mainboard.dts
149
/delete-property/
uart
-has-rtscts;
154
/delete-property/
uart
-has-rtscts;
imx6q-pistachio.dts
590
uart
-has-rtscts;
598
uart
-has-rtscts;
605
uart
-has-rtscts;
612
uart
-has-rtscts;
619
uart
-has-rtscts;
imx6qdl-sr-som-brcm.dtsi
129
uart
-has-rtscts;
imx6qdl-sr-som-ti.dtsi
136
uart
-has-rtscts;
imx6sl-warp.dts
88
uart
-has-rtscts;
imx53-tx53.dtsi
551
uart
-has-rtscts;
558
uart
-has-rtscts;
565
uart
-has-rtscts;
imx6qdl-tx6.dtsi
740
uart
-has-rtscts;
747
uart
-has-rtscts;
754
uart
-has-rtscts;
imx6q-utilite-pro.dts
342
uart
-has-rtscts;
imx6qdl-aristainetos2.dtsi
357
uart
-has-rtscts;
370
uart
-has-rtscts;
imx6ul-tx6ul.dtsi
538
uart
-has-rtscts;
545
uart
-has-rtscts;
552
uart
-has-rtscts;
/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
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32h750i-art-pi.dts
211
uart
-has-rtscts;
/src/sys/arch/ia64/ia64/
consinit.c
167
struct dig64_hcdp_entry *ent = &desc->
uart
;
/src/sys/arch/mips/adm5120/dev/
uart.c
1
/* $NetBSD:
uart
.c,v 1.12 2014/07/25 08:10:34 dholland Exp $ */
35
__KERNEL_RCSID(0, "$NetBSD:
uart
.c,v 1.12 2014/07/25 08:10:34 dholland Exp $");
52
#include <mips/adm5120/dev/
uart
.h>
110
CFATTACH_DECL_NEW(
uart
, sizeof(struct uart_softc),
/src/sys/arch/evbmips/adm5120/
machdep.c
121
#include <mips/adm5120/dev/
uart
.h>
Completed in 30 milliseconds
1
2
Indexes created Sun Feb 22 08:20:21 UTC 2026