OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucr2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
imxuart.c
1038
* RTS output is controlled by
UCR2
.CTS bit.
1042
* note: if
UCR2
.CTSC == 1 for automatic HW flow control,
UCR2
.CTS is ignored.
1050
uint32_t
ucr2
= sc->sc_ucr2_d;
local
1064
CLR(
ucr2
, ucr2_mask);
1069
SET(
ucr2
, ucr2_mask);
1074
CLR(
ucr2
, ucr2_mask);
1076
SET(
ucr2
, ucr2_mask);
1086
if (
ucr2
== sc->sc_ucr2_d)
1089
sc->sc_ucr2_d =
ucr2
;
1180
uint32_t
ucr2
;
local
1968
uint32_t ucr1,
ucr2
;
local
2018
uint32_t
ucr2
;
local
[
all
...]
imxuart.c
1038
* RTS output is controlled by
UCR2
.CTS bit.
1042
* note: if
UCR2
.CTSC == 1 for automatic HW flow control,
UCR2
.CTS is ignored.
1050
uint32_t
ucr2
= sc->sc_ucr2_d;
local
1064
CLR(
ucr2
, ucr2_mask);
1069
SET(
ucr2
, ucr2_mask);
1074
CLR(
ucr2
, ucr2_mask);
1076
SET(
ucr2
, ucr2_mask);
1086
if (
ucr2
== sc->sc_ucr2_d)
1089
sc->sc_ucr2_d =
ucr2
;
1180
uint32_t
ucr2
;
local
1968
uint32_t ucr1,
ucr2
;
local
2018
uint32_t
ucr2
;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026