Home
last modified time | relevance | path

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

/freebsd-12.1/sys/gnu/dts/arm/
H A Domap3430-sdp.dts55 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */
158 reg = <2 0 0x20000>; /* CS2, offset 0, IO size 4 */
H A Darmada-370-xp.dtsi274 <MBUS_ID(0x01, 0x9e) 0 0xffffffff>, /* CS2 */
292 <MBUS_ID(0x01, 0x9a) 0 0xffffffff>, /* CS2 */
H A Darmada-388-clearfog.dts177 * CS2: mikrobus
H A Darmada-388-clearfog.dtsi232 * CS2: mikrobus
H A Dlogicpd-som-lv-baseboard.dtsi68 2 0 0x10000000 0x2000000>; /* CS2: 32MB for NOR */
H A Dimx6dl-colibri-eval-v3.dts231 /* weim memory map: 32MB on CS0, CS1, CS2 and CS3 */
H A Dqcom-apq8060-dragonboard.dts229 * CS2 is used by a real peripheral. CS0 is just
609 * on CS2.
H A Dam3874-iceboard.dts377 DM814X_IOPAD(0x0818, PIN_INPUT_PULLUP | 0x80) /* PLL SPI CS2 as GPIO */
/freebsd-12.1/sys/mips/conf/
H A DROUTERSTATION.hints27 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DRSPRO.hints28 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DTL-WR740Nv4.hints81 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DTP-MR3020.hints87 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DTP-MR3040.hints92 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DAP121.hints86 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DCARAMBOLA2.hints101 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DAP143.hints91 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DALFA_HORNET_UB.hints95 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DTP-WN1043ND.hints83 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
H A DDIR-825B1.hints74 # This includes leaving the SPI CS1/CS2 pins as GPIO pins as they're
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp349 CallSite CS2(U); in shouldBeDeferred() local
354 if (!CS2 || CS2.getCalledFunction() != Caller) { in shouldBeDeferred()
359 InlineCost IC2 = GetInlineCost(CS2); in shouldBeDeferred()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1526 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt())) in getEndLoc() local
1527 CS = CS2; in getEndLoc()