Home
last modified time | relevance | path

Searched refs:noc (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/omap/
HDl3-noc.txt8 Should be "ti,omap4-l3-noc" for OMAP4 family
9 Should be "ti,omap5-l3-noc" for OMAP5 family
10 Should be "ti,dra7-l3-noc" for DRA7 family
11 Should be "ti,am4372-l3-noc" for AM43 family
12 - reg: Contains L3 register address range for each noc domain.
13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
18 compatible = "ti,omap4-l3-noc", "simple-bus";
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/hisilicon/
HDhisi-ade.txt10 - hisilicon,noc-syscon: ADE NOC QoS syscon.
42 hisilicon,noc-syscon = <&medianoc_ade>;
/freebsd-13-stable/contrib/sendmail/src/
HDaliases52 noc: root
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDatlas7-evb.dts45 noc {
HDatlas7.dtsi63 noc {
1813 clock-names = "uart", "general", "noc";
HDam4372.dtsi164 compatible = "ti,am4372-l3-noc", "simple-bus";
HDomap5.dtsi144 compatible = "ti,omap5-l3-noc", "simple-bus";
HDomap4.dtsi125 compatible = "ti,omap4-l3-noc", "simple-bus";
HDdra7.dtsi147 compatible = "ti,dra7-l3-noc", "simple-bus";
/freebsd-13-stable/etc/mail/
HDaliases62 # noc: root
/freebsd-13-stable/contrib/netbsd-tests/ipf/regress/
HDp6.whois11 Microsoft Corporation (ZM23-ARIN) noc@microsoft.com +1-425-882-8080
12 Microsoft (ZM39-ARIN) noc@microsoft.com +1-425-882-8080
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/qcom/
HDsc7180.dtsi1324 compatible = "qcom,sc7180-config-noc";
1331 compatible = "qcom,sc7180-system-noc";
1352 compatible = "qcom,sc7180-aggre1-noc";
1359 compatible = "qcom,sc7180-aggre2-noc";
1366 compatible = "qcom,sc7180-compute-noc";
1373 compatible = "qcom,sc7180-mmss-noc";
2613 compatible = "qcom,sc7180-dc-noc";
2627 compatible = "qcom,sc7180-gem-noc";
2634 compatible = "qcom,sc7180-npu-noc";
HDsdm845.dtsi2012 compatible = "qcom,sdm845-mem-noc";
2019 compatible = "qcom,sdm845-dc-noc";
2026 compatible = "qcom,sdm845-config-noc";
2033 compatible = "qcom,sdm845-system-noc";
2040 compatible = "qcom,sdm845-aggre1-noc";
2047 compatible = "qcom,sdm845-aggre2-noc";
2054 compatible = "qcom,sdm845-mmss-noc";
4325 compatible = "qcom,sdm845-gladiator-noc";
/freebsd-13-stable/contrib/sqlite3/
HDshell.c1175 int lend = 0, noc = 0; in fGetsUtf8() local
1177 while( noc < ncMax-8-1 && !lend ){ in fGetsUtf8()
1179 int na = (ncMax > SHELL_GULP*4+1 + noc)? SHELL_GULP : (ncMax-1 - noc)/4; in fGetsUtf8()
1189 if( !bRC || (noc==0 && nbr==0) ) return 0; in fGetsUtf8()
1192 if( nmb != 0 && noc+nmb <= ncMax ){ in fGetsUtf8()
1193 int iseg = noc; in fGetsUtf8()
1194 nmb = WideCharToMultiByte(CP_UTF8, 0, wcBuf,nbr,cBuf+noc,nmb,0,0); in fGetsUtf8()
1195 noc += nmb; in fGetsUtf8()
1200 if( noc > 0 ){ in fGetsUtf8()
1201 if( cBuf[noc-1]=='\n' ){ in fGetsUtf8()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/hisilicon/
HDhi6220.dtsi916 hisilicon,noc-syscon = <&medianoc_ade>;
/freebsd-13-stable/sys/dev/ocs_fc/
HDsli4.c2601 uint16_t noc, uint16_t eof, uint32_t desired_write_length, in sli_cmd_common_write_object() argument
2624 wr_obj->noc = noc; in sli_cmd_common_write_object()
HDsli4.h2445 noc:1,
HDocs_hw.c5129 int noc=0; /* No Commit bit - set to 1 for testing */ in ocs_hw_firmware_write_lancer() local
5152 if (sli_cmd_common_write_object(&hw->sli, mbxdata, SLI4_BMBX_SIZE, noc, last, in ocs_hw_firmware_write_lancer()