Home
last modified time | relevance | path

Searched full:cps (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-mcbin.dtsi78 /* CON17,18 - CPS lane 4 */
91 /* CON13,14 - CPS lane 5 */
292 /* CPS Lane 0 - J5 (Gigabit RJ45) */
302 /* CPS Lane 5 */
345 /* CPS Lane 1 - U32 */
351 /* CPS Lane 3 - U31 */
382 /* CPS Lane 2 - CON7 */
H A Darmada-80x0.dtsi78 compatible = "marvell,armada-8k-cps-pinctrl";
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c311 uint64_t cps; in cpu_setup() local
358 if (cpu_est_clockrate(0, &cps) == 0) in cpu_setup()
359 printf(", %jd.%02jd MHz", cps / 1000000, (cps / 10000) % 100); in cpu_setup()
377 cpu_est_clockrate(int cpu_id, uint64_t *cps) in cpu_est_clockrate() argument
405 *cps = (mfspr(SPR_PMC1_74XX) * 1000) + 4999; in cpu_est_clockrate()
424 *cps = (mfspr(SPR_PMC1) * 1000) + 4999; in cpu_est_clockrate()
452 cps, sizeof(*cps)) >= 0) { in cpu_est_clockrate()
453 *cps = be64toh(*cps); in cpu_est_clockrate()
457 *cps = freq32; in cpu_est_clockrate()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_string.c56 const struct pmcstat_string *cps; in pmcstat_string_intern() local
59 if ((cps = pmcstat_string_lookup(s)) != NULL) in pmcstat_string_intern()
60 return (cps); in pmcstat_string_intern()
/freebsd/usr.bin/pr/
H A Dpr.c171 int cps; in onecol() local
236 cps = 0; in onecol()
247 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0) in onecol()
340 int cps = 0; in vertcol() local
474 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol()
660 int cps = 0; in horzcol() local
723 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol()
812 int cps = 0; in mulfile() local
925 &cps, 1, &mor)) < 0) { in mulfile()
1008 * cps: column position 1st char in buffer (large line support)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,sei.txt10 AP and is wired while a second set comes from the CPs by the mean of
24 - msi-controller: identifies the node as an MSI controller for the CPs
H A Dmarvell,ap806-sei.yaml18 and is wired while a second set comes from the CPs by the mean of MSIs.
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp98 static bool isInitialized() { return CPS; } in isInitialized()
151 static COFFPlatformRuntimeState *CPS; member in __anonc1d160b80111::COFFPlatformRuntimeState
166 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr; member in COFFPlatformRuntimeState
571 assert(!CPS && "COFFPlatformRuntimeState should be null"); in initialize()
572 CPS = new COFFPlatformRuntimeState(); in initialize()
576 assert(CPS && "COFFPlatformRuntimeState not initialized"); in get()
577 return *CPS; in get()
581 assert(CPS && "COFFPlatformRuntimeState not initialized"); in destroy()
582 delete CPS; in destroy()
/freebsd/contrib/ncurses/man/
H A Dcurs_print.3x50 (typically about half of its nominal cps rating).
52 6-page-per-minute lasers can typically handle 80cps, so a good conservative
/freebsd/secure/caroot/untrusted/
H A DCamerfirma_Global_Chambersign_Root.pem63 CPS: http://cps.chambersign.org/cps/chambersignroot.html
H A DCamerfirma_Chambers_of_Commerce_Root.pem63 CPS: http://cps.chambersign.org/cps/chambersroot.html
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c160 char *cps[20], **cpp, c, ipopts[68]; in parseline() local
172 for (i = 0, cps[0] = strtok(line, " \b\t\r\n"); cps[i] && i < 19; ) in parseline()
173 cps[++i] = strtok(NULL, " \b\t\r\n"); in parseline()
175 cpp = cps; in parseline()
/freebsd/sys/dev/firewire/
H A Dfwphyreg.h46 cps:1; member
75 uint8_t cps:1,
/freebsd/sbin/route/
H A Droute.c680 char *cps = rt_line + sprintf(rt_line, "(%d)", sa->sa_family); in routename() local
683 while (++sp < splim && cps < cpe) /* start with sa->sa_data */ in routename()
684 if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0) in routename()
685 cps += n; in routename()
687 *cps = '\0'; in routename()
781 char *cps = net_line + sprintf(net_line, "af %d:", sa->sa_family); in netname() local
784 while (sp < splim && cps < cpe) in netname()
785 if ((n = snprintf(cps, cpe - cps, " %x", *sp++)) > 0) in netname()
786 cps += n; in netname()
788 *cps = '\0'; in netname()
/freebsd/contrib/mandoc/
H A Dtbl_term.c158 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl_len()
385 cps = cp; in term_tbl()
386 while (cps->next != NULL && in term_tbl()
387 cps->next->pos == TBL_CELL_SPAN) in term_tbl()
388 cps = cps->next; in term_tbl()
390 uvert = dvert = cps->vert; in term_tbl()
167 const struct tbl_cell *cp, *cpn, *cpp, *cps; term_tbl() local
/freebsd/sys/contrib/device-tree/Bindings/openrisc/opencores/
H A Dor1ksim.txt19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/freebsd/secure/caroot/trusted/
H A DEntrust_Root_Certification_Authority.pem19 …Issuer: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = "…
23 …Subject: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = …
H A DAutoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem71 CPS: http://www.firmaprofesional.com/cps
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dpistachio.txt14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8650-mtp.dts761 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
784 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
H A Dsm8750-qrd.dts940 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
963 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
H A Dsm8650-qrd.dts1096 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
1119 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod441 CPS.nnn = value
464 CPS.1 = "http://my.host.example.com/"
465 CPS.2 = "http://my.your.example.com/"
/freebsd/secure/lib/libcrypto/man/man5/
H A Dx509v3_config.5510 \& CPS.nnn = value
537 \& CPS.1 = "http://my.host.example.com/"
538 \& CPS.2 = "http://my.your.example.com/"
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Darmada-7k-8k.yaml80 - description: Armada CN9132 SoC with two external CPs

123