Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/gnu/dts/arm/
HDomap3430-sdp.dts55 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */
153 reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */
HDarmada-388-clearfog.dts334 * CS2: mikrobus
/freebsd-11-stable/sys/mips/conf/
HDROUTERSTATION.hints27 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDRSPRO.hints28 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDTP-MR3020.hints87 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDTL-WR740Nv4.hints81 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDAP121.hints86 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDCARAMBOLA2.hints95 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDALFA_HORNET_UB.hints95 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDAP143.hints88 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDTP-WN1043ND.hints83 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
HDDIR-825B1.hints74 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDInliner.cpp348 CallSite CS2(U); in shouldBeDeferred() local
353 if (!CS2 || CS2.getCalledFunction() != Caller) { in shouldBeDeferred()
358 InlineCost IC2 = GetInlineCost(CS2); in shouldBeDeferred()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1647 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt())) in getEndLoc() local
1648 CS = CS2; in getEndLoc()