Home
last modified time | relevance | path

Searched refs:LPC (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.y105 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG
251 | '(' LPC ')'
536 | LPC
561 LPC
865 return LPC; in yylex()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.y103 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG
224 | '(' LPC ')'
509 | LPC
534 LPC
836 return LPC; in yylex()
/openbsd-src/sys/dev/pci/
H A Dpcidevs1058 product AMD PBC8111_LPC 0x7468 8111 LPC
1076 product AMD HUDSON2_LPC 0x780e Hudson-2 LPC
1088 product AMD KERNCZ_LPC 0x790e FCH LPC
3526 product INTEL 400SERIES_LP_LPC_1 0x0284 400 Series LPC
3527 product INTEL 400SERIES_LP_LPC_2 0x0285 400 Series LPC
3619 product INTEL H470_LPC 0x0684 H470 LPC
3620 product INTEL Z490_LPC 0x0685 Z490 LPC
3621 product INTEL Q470_LPC 0x0687 Q470 LPC
3622 product INTEL QM480_LPC 0x068c QM480 LPC
3623 product INTEL HM470_LPC 0x068d HM470 LPC
[all...]
/openbsd-src/usr.sbin/lpr/SMM.doc/
H A Dspell.ok8 LPC
/openbsd-src/sys/arch/i386/conf/
H A Dfiles.i386147 # Intel ICHx/ICHx-M LPC bridges
157 # AMD 8111 LPC bridge
162 # Intel Atom E600 LPC bridge
H A DGENERIC87 amdpcib* at pci? # AMD 8111 LPC bridge
88 tcpcib* at pci? # Intel Atom E600 LPC bridge
89 ichpcib* at pci? # Intel ICHx/ICHx-M LPC bridges
112 nsclpcsio* at isa? port 0x2e # NS PC87366 LPC Super I/O
142 viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O
144 wbsio* at isa? port 0x2e # Winbond LPC Super I/O
/openbsd-src/sys/arch/amd64/conf/
H A Dfiles.amd64164 # AMD 8111 LPC bridge
169 # Intel Atom E600 LPC bridge
H A DGENERIC115 amdpcib* at pci? # AMD 8111 LPC bridge
116 tcpcib* at pci? # Intel Atom E600 LPC bridge
139 #viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O
142 wbsio* at isa? port 0x2e # Winbond LPC Super I/O
/openbsd-src/sys/dev/isa/
H A Dfiles.isa245 # Winbond LPC Super I/O
281 # VIA VT1211 LPC Super I/O
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dm68k-parse.c63 LPC = 262, enumerator
77 #define LPC 262 macro
2444 return LPC; in yylex()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dm68k-parse.c10 # define LPC 261 macro
2037 return LPC; in yylex()
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs182 product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst940 * If the current lane is specified and the architecture program location LPC
943 entry to the call frame), it must be LPC.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp10506 if (auto *LPC = dyn_cast<OMPLastprivateClause>(C)) { in checkGenericLoopLastprivate() local
10507 for (Expr *RefExpr : LPC->varlists()) { in checkGenericLoopLastprivate()