/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | lpc1850-creg-clk.txt | 1 * 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 D | snps,creg-gpio.txt | 1 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 D | phy-lpc18xx-usb-otg.txt | 14 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 D | snps,axs10x-reset.txt | 5 This block is controlled via memory-mapped register (AKA CREG) which 17 - reg: should always contain pair address - length: for creg reset
|
H A D | snps,axs10x-reset.yaml | 15 This block is controlled via memory-mapped register (AKA CREG) which
|
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
H A D | bhnd_pwrctl_subr.c | 303 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 D | CSEMIRBuilder.h | 27 /// 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 D | lpc18xx.dtsi | 198 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 D | axc001.dtsi | 44 * this GPIO block ORs all interrupts on CPU card (creg,..)
|
H A D | axc003_idu.dtsi | 59 * this GPIO block ORs all interrupts on CPU card (creg,..)
|
H A D | axc003.dtsi | 52 * this GPIO block ORs all interrupts on CPU card (creg,..)
|
H A D | hsdk.dts | 294 compatible = "snps,creg-gpio-hsdk";
|
/freebsd/usr.sbin/uhsoctl/ |
H A D | uhsoctl.c | 166 { "+CREG", at_async_creg }, 270 at_cmd_async(ctx->fd, "AT+CREG?\r\n"); in tmr_creg() 727 n = sscanf(resp, "+CREG: %*d,%d", ®); in at_async_creg() 729 n = sscanf(resp, "+CREG: %d", ®); 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 D | HexagonPseudo.td | 289 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 D | X86FastISel.cpp | 1790 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 D | AArch64FastISel.cpp | 1554 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 D | windows | 1040 0 string CREG MS Windows 95/98/ME registry file
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 5676 /* 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 D | kmp.h | 3530 extern int __kmp_inherit_fp_control; // copy fp creg(s) parent->workers at fork
|