Searched refs:PCD (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppbconf.h | 42 #define PCD 0x20 macro 48 #define nPCD n(PCD)
|
H A D | pps.c | 167 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach() 179 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach() 235 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
|
H A D | ppi.c | 249 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
|
H A D | ppb_1284.c | 447 ppb_wctr(bus, (PCD | nINIT | AUTOFEED) & ~(STROBE | SELECTIN)); in byte_1284_inbyte()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 55 PCD, // Program Counter Indirect with Displacement enumerator 110 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL; in isDispAddrType() 122 case AddrType::PCD: in getDispSize() 868 M68kISelAddressMode AM(M68kISelAddressMode::AddrType::PCD); in SelectPCD()
|
H A D | M68kInstrInfo.td | 347 def MxPCD : MxOpClass<"PCD">; 598 // qOp: Supported PCD operand 599 // qPat: What PCD pattern is used
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | geo | 163 # magic for PCD format files 166 0 string #\ .PCD Point Cloud Data
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 521 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment() local 523 Context.getTranslationUnitDecl()->addDecl(PCD); in ActOnPragmaMSComment() 524 Consumer.HandleTopLevelDecl(DeclGroupRef(PCD)); in ActOnPragmaMSComment()
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 185 w_ctr(ppc, ctr | PCD); /* set direction to 1 */ in ppc_detect_fifo() 226 w_ctr(ppc, ctr & ~PCD); /* set direction to 0 */ in ppc_detect_fifo()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5282 PragmaCommentDecl *PCD = in Create() local 5285 memcpy(PCD->getTrailingObjects<char>(), Arg.data(), Arg.size()); in Create() 5286 PCD->getTrailingObjects<char>()[Arg.size()] = '\0'; in Create() 5287 return PCD; in Create()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 7020 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl() local 7021 switch (PCD->getCommentKind()) { in EmitTopLevelDecl() 7025 AppendLinkerOptions(PCD->getArg()); in EmitTopLevelDecl() 7028 AddDependentLib(PCD->getArg()); in EmitTopLevelDecl()
|
/freebsd/sys/contrib/edk2/ |
H A D | MdePkg.dec | 2241 # PrintXY(), AsciiPrintXY(), Print(), ErrorPrint() base on this PCD value to print characters. 2246 # FileHandlePrintLine() sizes buffers based on this PCD value for printing.
|
/freebsd/share/misc/ |
H A D | pci_vendors | 16001 14ef 0220 PCD-RP-220S 23399 0101 PCD-7004 Digital Bi-Directional Ports PCI Card 23400 0102 PCD-7104 Digital Input & Output PCI Card 23428 0303 PCD-7006C Digital Input & Output PCI Card
|