OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INPUT_EN
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
dm814x.h
13
#undef
INPUT_EN
23
#define
INPUT_EN
(1 << 18)
27
/* update macro depending on
INPUT_EN
and PULL_ENA */
38
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
39
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
40
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
k3.h
23
#define
INPUT_EN
(1 << RXACTIVE_SHIFT)
30
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
31
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
32
#define PIN_INPUT_PULLDOWN (
INPUT_EN
| PULL_DOWN)
am43xx.h
24
#define
INPUT_EN
(1 << 18)
46
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
47
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
48
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
dra.h
55
#define
INPUT_EN
(1 << 18)
64
#define PIN_INPUT (
INPUT_EN
| PULL_DIS)
65
#define PIN_INPUT_SLEW (
INPUT_EN
| SLEWCONTROL)
66
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
67
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
omap.h
30
#define
INPUT_EN
(1 << 8)
43
#define PIN_INPUT
INPUT_EN
44
#define PIN_INPUT_PULLUP (PULL_ENA |
INPUT_EN
| PULL_UP)
45
#define PIN_INPUT_PULLDOWN (PULL_ENA |
INPUT_EN
)
am33xx.h
15
#undef
INPUT_EN
18
#define
INPUT_EN
(1 << 5)
22
/* update macro depending on
INPUT_EN
and PULL_ENA */
33
#define PIN_INPUT (
INPUT_EN
| PULL_DISABLE)
34
#define PIN_INPUT_PULLUP (
INPUT_EN
| PULL_UP)
35
#define PIN_INPUT_PULLDOWN (
INPUT_EN
)
Completed in 37 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025