Home
last modified time | relevance | path

Searched refs:Fld (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/
DSA-1100.h280 #define UDCAR_ADD Fld (7, 0) /* function ADDress */
282 #define UDCOMP_OUTMAXP Fld (8, 0) /* OUTput MAXimum Packet size - 1 */
288 #define UDCIMP_INMAXP Fld (8, 0) /* INput MAXimum Packet size - 1 */
320 #define UDCD0_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */
322 #define UDCWC_WC Fld (4, 0) /* Write Count */
324 #define UDCDR_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */
551 #define UTCR1_BRD Fld (4, 0) /* Baud Rate Divisor/16 - 1 [11:8] */
552 #define UTCR2_BRD Fld (8, 0) /* Baud Rate Divisor/16 - 1 [7:0] */
592 #define UTDR_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */
707 #define SDCR2_AMV Fld (8, 0) /* Address Match Value */
[all …]
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h2134 #define LCCR1_PPL Fld (10, 0) /* Pixels Per Line - 1 */
2138 #define LCCR1_HSW Fld (6, 10) /* Horizontal Synchronization */
2143 #define LCCR1_ELW Fld (8, 16) /* End-of-Line pixel clock Wait */
2149 #define LCCR1_BLW Fld (8, 24) /* Beginning-of-Line pixel clock */
2156 #define LCCR2_LPP Fld (10, 0) /* Line Per Panel - 1 */
2160 #define LCCR2_VSW Fld (6, 10) /* Vertical Synchronization pulse */
2166 #define LCCR2_EFW Fld (8, 16) /* End-of-Frame line clock Wait */
2172 #define LCCR2_BFW Fld (8, 24) /* Beginning-of-Frame line clock */
2192 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor */
2197 #define LCCR3_BPP Fld (3, 24) /* Bit Per Pixel */
[all …]
Dbitfield.h45 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) macro
/external/u-boot/arch/arm/include/asm/arch-sa1100/
Dbitfield.h45 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) macro
/external/pdfium/third_party/lcms/src/
Dcmscgats.c2133 char* Fld; in CookPointers() local
2151 Fld = t->DataFormat[idField]; in CookPointers()
2152 if (!Fld) continue; in CookPointers()
2155 if (cmsstrcasecmp(Fld, "SAMPLE_ID") == 0) { in CookPointers()
2180 if ((cmsstrcasecmp(Fld, "LABEL") == 0) || Fld[0] == '$' ) { in CookPointers()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp16 TEST_F(AssemblerX8632LowLevelTest, Fld) { in TEST_F() argument
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h102 Fld, enumerator
2883 return InstX86Base::isClassof(Instr, InstX86Base::Fld); in classof()
3301 using Fld = member
DIceTargetLoweringX86Base.h652 Context.insert<typename Traits::Insts::template Fld<>>(Src0); in _fld()
DIceInstX86BaseImpl.h328 : InstX86Base(Func, InstX86Base::Fld, 1, nullptr) { in InstX86Fld()