Home
last modified time | relevance | path

Searched refs:CIU (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dexynos-dw-mshc.txt32 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value
33 in transmit mode and CIU clock phase shift value in receive mode for single
38 in transmit mode and CIU clock phase shift value in receive mode for double
41 * samsung,dw-mshc-hs400-timing: Specifies the value of CIU TX and RX clock phase
47 - First Cell: CIU clock phase shift value for tx mode.
48 - Second Cell: CIU clock phase shift value for rx mode.
50 Valid values for SDR and DDR CIU clock timing for Exynos5250:
52 - when CIU clock divider value is set to 3, all possible 8 phase shift
54 - if CIU clock divider value is 0 (that is divide by 1), both tx and rx
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dciu.txt10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value of 0 or 1. The second cell is the bit
H A Dciu2.txt10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value between 0 and 63. The second cell is
H A Dciu3.txt10 - reg: The base address of the CIU's register bank.
H A Dcib.txt16 - interrupts: The CIU line to which the CIB block is connected.
H A Dsata-uctl.txt9 - posts interrupts to the CIU.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp93 for (const Use &CIU : CI->uses()) in findDevirtualizableCallsForTypeTest() local
94 if (auto *Assume = dyn_cast<AssumeInst>(CIU.getUser())) in findDevirtualizableCallsForTypeTest()
121 auto CIU = U.getUser(); in findDevirtualizableCallsForTypeCheckedLoad() local
122 if (auto EVI = dyn_cast<ExtractValueInst>(CIU)) { in findDevirtualizableCallsForTypeCheckedLoad()
H A DModuleSummaryAnalysis.cpp226 bool HasNonAssumeUses = llvm::any_of(CI->uses(), [](const Use &CIU) { in addIntrinsicToSummary() argument
227 return !isa<AssumeInst>(CIU.getUser()); in addIntrinsicToSummary()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Daltr_socfpga.txt27 the SDMMC CIU clock. The first value is the clk_sample(smpsel), and the second
29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1956 for (Use &CIU : llvm::make_early_inc_range(CI->uses())) in dropTypeTests()
1957 if (auto *Assume = dyn_cast<AssumeInst>(CIU.getUser())) in dropTypeTests()
2247 for (const Use &CIU : CI->uses()) { in lower() local
2248 if (isa<AssumeInst>(CIU.getUser())) in lower()