Home
last modified time | relevance | path

Searched full:cascade (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-stp-xway.txt6 to drive the 2 LSBs of the cascade automatically.
19 shift register cascade.
21 in the shift register cascade.
22 - lantiq,dsl : The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
24 - lantiq,phy1 : The gphy1 core can control 3 bits of the gpio cascade.
25 - lantiq,phy2 : The gphy2 core can control 3 bits of the gpio cascade.
H A Dgpio-stp-xway.yaml13 and Ethernet PHYs to drive some bytes of the cascade automatically.
39 shift register cascade.
47 in the shift register cascade.
54 The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
68 The gphy core can control 3 bits of the gpio cascade. In the xRX200 family
H A Dgpio-mm-lantiq.txt20 shift register cascade.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h70 // Cascade - Eviction loop prevention. See
72 unsigned Cascade = 0; member
106 unsigned getCascade(Register Reg) const { return Info[Reg].Cascade; } in getCascade()
108 void setCascade(Register Reg, unsigned Cascade) { in setCascade() argument
110 Info[Reg].Cascade = Cascade; in setCascade()
114 unsigned Cascade = getCascade(Reg); in getOrAssignNewCascade() local
115 if (!Cascade) { in getOrAssignNewCascade()
116 Cascade = NextCascade++; in getOrAssignNewCascade()
117 setCascade(Reg, Cascade); in getOrAssignNewCascade()
119 return Cascade; in getOrAssignNewCascade()
[all …]
H A DRegAllocEvictionAdvisor.cpp141 /// Cascade numbers are used to prevent infinite loops if this function is a
195 // Find VirtReg's cascade number. This will be unassigned if VirtReg was never in canEvictInterferenceBasedOnCost()
196 // involved in an eviction before. If a cascade number was assigned, deny in canEvictInterferenceBasedOnCost()
197 // evicting anything with the same or a newer cascade number. This prevents in canEvictInterferenceBasedOnCost()
200 // This works out so a register without a cascade number is allowed to evict in canEvictInterferenceBasedOnCost()
202 unsigned Cascade = RA.getExtraInfo().getCascadeOrCurrentNext(VirtReg.reg()); in canEvictInterferenceBasedOnCost() local
238 // Only evict older cascades or live ranges without a cascade. in canEvictInterferenceBasedOnCost()
240 if (Cascade == IntfCascade) in canEvictInterferenceBasedOnCost()
243 if (Cascade < IntfCascade) { in canEvictInterferenceBasedOnCost()
/freebsd/sys/contrib/device-tree/Bindings/mips/
H A Dcpu_irq.txt7 platforms internal interrupt controller cascade.
9 Below is an example of a platform describing the cascade inside the devicetree
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt18 - cascade pattern
19 - inversed cascade pattern
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dklondike.dts65 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
77 interrupts = <0x0a 0x4 0x0b 0x4>; /* cascade */
89 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
H A Darches.dts76 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
88 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
100 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
H A Dbluestone.dts67 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
79 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
91 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
H A Dredwood.dts67 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
79 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
91 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
H A Dtaishan.dts73 interrupts = <0x1 0x4 0x0 0x4>; /* cascade - first non-critical */
86 interrupts = <0x3 0x4 0x2 0x4>; /* cascade */
98 interrupts = <0x5 0x4 0x4 0x4>; /* cascade */
H A Deiger.dts71 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
83 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
95 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
H A Dicon.dts70 interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
82 interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
94 interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json88 …products formerly named Cooper Lake and is not supported on products formerly named Cascade Lake.",
98 …products formerly named Cooper Lake and is not supported on products formerly named Cascade Lake.",
108 …products formerly named Cooper Lake and is not supported on products formerly named Cascade Lake.",
/freebsd/sys/dev/ic/
H A Di8237.h6 #define DMA37MD_CASCADE 0xc0 /* cascade mode */
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,tpu.txt5 This implementation support only cascade mode.
H A Drenesas,8bit-timer.txt6 This implement only supported cascade mode.
H A Drenesas,tpu.yaml15 This implementation supports only cascade mode.
H A Drenesas,rz-mtu3.yaml39 - Cascade connection operation available
76 MTU1 and MTU2 operate independently, and cascade connection 32-bit phase
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dgoogle,goldfish-pic.txt12 Example for mips when used in cascade mode:
H A Dmti,cpu-interrupt-controller.yaml14 platforms internal interrupt controller cascade.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-peq.yaml10 The Parametric Equalizer (PEQ) is a cascade of biquad filters with
/freebsd/contrib/jemalloc/src/
H A Dbase.c58 * Cascade through dalloc, decommit, purge_forced, and purge_lazy, in base_unmap()
59 * stopping at first success. This cascade is performed for consistency in base_unmap()
60 * with the cascade in extent_dalloc_wrapper() because an application's in base_unmap()
/freebsd/contrib/ntp/include/
H A Dssl_applink.c60 #endif /* OpenSSL version cascade */ in ssl_applink()

1234