Home
last modified time | relevance | path

Searched defs:CTRL (Results 1 – 7 of 7) sorted by relevance

/external/arm-trusted-firmware/plat/imx/common/include/
Dimx8_lpuart.h18 #define CTRL 0x18 macro
/external/u-boot/include/
Di8042.h68 #define CTRL 0x0010 /* control*/ macro
/external/python/cpython3/Modules/
Dtermios.c8 #define CTRL(c) ((c)&037) macro
/external/python/cpython2/Modules/
Dtermios.c10 #define CTRL(c) ((c)&037) macro
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
/external/curl/tests/server/
Dsws.c1399 #define CTRL 0 macro