Home
last modified time | relevance | path

Searched full:creg (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dlpc1850-creg-clk.txt1 * NXP LPC1850 CREG clocks
3 The NXP LPC18xx/43xx CREG (Configuration Registers) block contains
17 Should be "nxp,lpc1850-creg-clk"
23 The creg-clk node must be a child of the creg syscon node.
33 creg: syscon@40043000 {
34 compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
38 compatible = "nxp,lpc1850-creg-clk";
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dsnps,creg-gpio.txt1 Synopsys GPIO via CREG (Control REGisters) driver
4 - compatible : "snps,creg-gpio-hsdk" or "snps,creg-gpio-axs10x".
16 compatible = "snps,creg-gpio-hsdk";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-lpc18xx-usb-otg.txt14 The phy node must be a child of the creg syscon node.
17 creg: syscon@40043000 {
18 compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dsnps,axs10x-reset.txt5 This block is controlled via memory-mapped register (AKA CREG) which
17 - reg: should always contain pair address - length: for creg reset
H A Dsnps,axs10x-reset.yaml15 This block is controlled via memory-mapped register (AKA CREG) which
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c303 bus_size_t creg; in bhnd_pwrctl_getclk_speed() local
315 creg = bhnd_pwrctl_si_clkreg_m(cid, ccaps->pll_type, &rate); in bhnd_pwrctl_getclk_speed()
316 if (creg == 0) /* fixed rate */ in bhnd_pwrctl_getclk_speed()
320 m = bhnd_bus_read_4(sc->res, creg); in bhnd_pwrctl_getclk_speed()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h27 /// 42); auto B = CB.buildConstant(s32, 42); assert(A == B); unsigned CReg =
28 /// MRI.createGenericVirtualRegister(s32); auto C = CB.buildConstant(CReg, 42);
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/
H A Dlpc18xx.dtsi198 creg: syscon@40043000 { label
199 compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
205 compatible = "nxp,lpc1850-creg-clk";
/freebsd/sys/contrib/device-tree/src/arc/
H A Daxc001.dtsi44 * this GPIO block ORs all interrupts on CPU card (creg,..)
H A Daxc003_idu.dtsi59 * this GPIO block ORs all interrupts on CPU card (creg,..)
H A Daxc003.dtsi52 * this GPIO block ORs all interrupts on CPU card (creg,..)
H A Dhsdk.dts294 compatible = "snps,creg-gpio-hsdk";
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c166 { "+CREG", at_async_creg },
270 at_cmd_async(ctx->fd, "AT+CREG?\r\n"); in tmr_creg()
727 n = sscanf(resp, "+CREG: %*d,%d", &reg); in at_async_creg()
729 n = sscanf(resp, "+CREG: %d", &reg); in at_async_creg()
1253 at_cmd_async(ctx->fd, "AT+CREG?\r\n"); in do_connect()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td289 class CondStr<string CReg, bit True, bit New> {
290 string S = "if (" # !if(True,"","!") # CReg # !if(New,".new","") # ") ";
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1790 unsigned CReg = 0, OpReg = 0; in X86SelectShift() local
1793 CReg = X86::CL; in X86SelectShift()
1802 CReg = X86::CX; in X86SelectShift()
1811 CReg = X86::ECX; in X86SelectShift()
1820 CReg = X86::RCX; in X86SelectShift()
1842 CReg).addReg(Op1Reg); in X86SelectShift()
1846 if (CReg != X86::CL) in X86SelectShift()
1849 .addReg(CReg, RegState::Kill); in X86SelectShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1554 unsigned CReg = fastEmit_i(VT, VT, ISD::Constant, Imm); in emitAdd_ri_() local
1555 if (!CReg) in emitAdd_ri_()
1558 ResultReg = emitAddSub_rr(true, VT, Op0, CReg); in emitAdd_ri_()
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1040 0 string CREG MS Windows 95/98/ME registry file
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c5676 /* 0x20 mov reg32(op2); break;creg (ring 0 PM) */ in x86emu_exec_two_byte()
5678 /* 0x22 mov creg(op2); break;reg32 (ring 0 PM) */ in x86emu_exec_two_byte()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3530 extern int __kmp_inherit_fp_control; // copy fp creg(s) parent->workers at fork