Searched refs:CIU (Results 1 – 10 of 10) sorted by relevance
32 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value33 in transmit mode and CIU clock phase shift value in receive mode for single38 in transmit mode and CIU clock phase shift value in receive mode for double41 * samsung,dw-mshc-hs400-timing: Specifies the value of CIU TX and RX clock phase47 - 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 shift54 - if CIU clock divider value is 0 (that is divide by 1), both tx and rx
10 - 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
10 - 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
10 - reg: The base address of the CIU's register bank.
16 - interrupts: The CIU line to which the CIB block is connected.
9 - posts interrupts to the CIU.
98 for (const Use &CIU : CI->uses()) in findDevirtualizableCallsForTypeTest() local99 if (auto *Assume = dyn_cast<AssumeInst>(CIU.getUser())) in findDevirtualizableCallsForTypeTest()126 auto CIU = U.getUser(); in findDevirtualizableCallsForTypeCheckedLoad() local127 if (auto EVI = dyn_cast<ExtractValueInst>(CIU)) { in findDevirtualizableCallsForTypeCheckedLoad()
233 bool HasNonAssumeUses = llvm::any_of(CI->uses(), [](const Use &CIU) { in addIntrinsicToSummary() argument234 return !isa<AssumeInst>(CIU.getUser()); in addIntrinsicToSummary()
27 the SDMMC CIU clock. The first value is the clk_sample(smpsel), and the second29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
1998 for (Use &CIU : llvm::make_early_inc_range(CI->uses())) in dropTypeTests()1999 if (auto *Assume = dyn_cast<AssumeInst>(CIU.getUser())) in dropTypeTests()2297 for (const Use &CIU : CI->uses()) { in lower() local2298 if (isa<AssumeInst>(CIU.getUser())) in lower()