Home
last modified time | relevance | path

Searched full:icst (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Darm,syscon-icst.yaml4 $id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml#
7 title: ARM System Controller ICST Clocks
19 an ICST clock request after a write to the 32 bit register at an offset
30 In the core modules and logic tiles, the ICST is a configurable clock fed
52 The ICST oscillator must be provided inside a system controller node.
77 description: Parent clock for the ICST VCO
/freebsd/sys/dev/mii/
H A Dicsphyreg.h40 * http://www.icst.com/pdf/18??.pdf
H A Dicsphy.c62 * datasheet from www.icst.com
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp4065 APInt ICst; in selectWMMAVISrc() local
4066 if (mi_match(Root.getReg(), *MRI, m_ICstOrSplat(ICst))) { in selectWMMAVISrc()
4067 if (TII.isInlineConstant(ICst)) { in selectWMMAVISrc()
4069 {[=](MachineInstrBuilder &MIB) { MIB.addImm(ICst.getSExtValue()); }}}; in selectWMMAVISrc()