Searched refs:no (Results 1 – 17 of 17) sorted by relevance
/SCP-firmware-master/product/synquacer/module/synquacer_system/include/internal/ |
A D | synquacer_pd.h | 53 #define CLUSTER_PMU_NO(no) (19 + no) argument 54 #define OFFCHIP_PCIE_PMU_NO(no) (10 + no) argument 55 #define OFFCHIP_DDR_PMU_NO(no) (12 + no) argument 56 #define ONCHIP_PCIE_PMU_NO(no) (14 + no) argument 57 #define ONCHIP_DDR_PMU_NO(no) (16 + no) argument
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | synquacer_pd_manage.c | 43 uint32_t no; member 167 sni_ppu_info[i].no, PPU_PP_OFF, 0, hwcsysreqen, 0); in sni_power_domain_workaround_mp() 172 sni_ppu_info[i].no); in sni_power_domain_workaround_mp() 179 if ((read_power_status(sni_ppu_info[i].no) & PPU_STATUS_MASK) == in sni_power_domain_workaround_mp() 191 sni_ppu_info[i].no); in sni_power_domain_workaround_mp() 316 r = change_power_state(sni_ppu_info[i].no, PPU_PP_ON, 1, 1, 0); in sni_power_domain_on_mp() 320 sni_ppu_info[i].no); in sni_power_domain_on_mp() 331 if ((read_power_status(sni_ppu_info[i].no) & PPU_STATUS_MASK) == in sni_power_domain_on_mp() 342 sni_ppu_info[i].no); in sni_power_domain_on_mp()
|
/SCP-firmware-master/product/rdfremont/lcp_ramfw/ |
A D | Toolchain-ArmClang.cmake | 12 # No Helium, no FPU, No DSP features
|
/SCP-firmware-master/docker/ |
A D | Dockerfile | 25 apt-get install -y --no-install-recommends \ 47 apt-get install -y --no-install-recommends \ 65 wget --no-check-certificate -O - \ 70 apt-get install -y --no-install-recommends \ 134 apt-get install -y --no-install-recommends nano sudo 160 apt-get install -y --no-install-recommends openssh-server && \
|
/SCP-firmware-master/doc/ |
A D | cmsis.md | 51 than one firmware in a product. The build system provides no provisions for
|
A D | framework.md | 189 NULL then the framework assumes that no elements will be provided. 203 module may have many associated elements, a single element, or no elements at 453 **Note:** Participation in this stage is optional if the module has no elements. 473 other's APIs. Until modules are bound they have no direct way to call functions
|
A D | Doxyfile | 342 # of private inheritance when no explicit protection keyword is present. 431 # documentation are documented, even if no documentation was available. Private 485 # members will be included in the various overviews, but no documentation 486 # section is generated. This option has no effect if EXTRACT_ALL is enabled. 494 # has no effect if EXTRACT_ALL is enabled. 754 # are documented, but have no documentation for their parameters or return 1156 # files will be copied as-is; there are no commands or markers available. 1563 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP 1675 # If left blank no extra packages will be included. 2051 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" [all …]
|
A D | cmake_readme.md | 237 When using Vagrant, there are no additional prerequisites for the host system, 390 > **NOTE:** Unlike in previous generations of the build system, there is no
|
A D | code_style.md | 237 use the C89 style of paired forward-slashes and asterisks, ending with no
|
/SCP-firmware-master/module/scmi_sensor_req/doc/ |
A D | scmi_sensor_req.md | 23 the actual sensor with no blocking call. When the required entity responds back
|
/SCP-firmware-master/ |
A D | Makefile.cmake | 105 MAKEFLAGS += --no-print-directory
|
A D | contributing.md | 88 in the code being deprecated and no longer maintained as a part of the master
|
A D | user_guide.md | 498 this case remains in the repository, but support is no longer provided.
|
A D | change_log.md | 131 There is no longer any thread concept, please see relevant commits for
|
/SCP-firmware-master/module/scmi_perf/doc/ |
A D | perf_plugins_handler.md | 146 If only domain aggregation is required, there is no need to have performance 286 ## Configuration Example 3 (no plugins, 2 logical domains, 1 DVFS domain) 373 NOTE: In this example no.5 the order of plugin callbacks is the following:
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 849 background-repeat:no-repeat; 878 background-repeat:no-repeat; 1095 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
|
/SCP-firmware-master/module/clock/doc/ |
A D | clock_management_framework.md | 310 NOTE: There are no limitations on the clock exposed via SCMI (with respect to
|
Completed in 34 milliseconds