Searched +full:- +full:- +full:global (Results 1 – 5 of 5) sorted by relevance
| /hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/ |
| D | ipapg.S | 4 * SPDX-License-Identifier: BSD-3-Clause 31 .global ipapg 80 #restore non-volatile registers and CR0 & CR4 109 .global pg_exit_save_ctx 115 .global pg_exit_restore_ctx
|
| /hal_intel-latest/.github/workflows/ |
| D | sedi_docs_update.yml | 7 permissions: read-all 11 runs-on: ubuntu-22.04 18 - name: Checkout Code 21 - name: Git Prepare 24 git config --global user.email "intel_hal@intel.github.com" 25 git config --global user.name "Intel HAL Docs Robot" 28 - name: Install Doxygen Tools 30 sudo apt-get update 31 sudo apt-get install -y graphviz doxygen 33 - name: Run Doxygen [all …]
|
| D | iut_zephyr_build.yml | 7 - cron: '0 20 * * 2,6' 9 permissions: read-all 13 runs-on: ubuntu-22.04 15 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4 17 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1 20 - name: Apply container owner mismatch workaround 26 git config --global --add safe.directory ${GITHUB_WORKSPACE} 28 - name: Checkout Zephyr 32 - name: Checkout Intel HAL 37 - name: Build IUT Test for ISH 5.4.1 [all …]
|
| /hal_intel-latest/bsp_sedi/drivers/hpet/ |
| D | sedi_hpet.c | 2 * Copyright (c) 2023 - 2024 Intel Corporation 4 * SPDX-License-Identifier: BSD-3-Clause 11 /* define two 64-bit registers for easy access with SEDI REG APIs */ 12 SEDI_REG_DEFINE(HPET, T0CV, 0x108, RW, (uint64_t)-1, (uint64_t)-1); 13 SEDI_REG_DEFINE(HPET, MCV, 0x0f0, RW, (uint64_t)-1, (uint64_t)0x0); 44 uint32_t one_shot : 1; /* select period/non-period mode */ 131 /* it's wrong to set into a 32-bits timer */ in sedi_hpet_set_comparator() 139 diff = (int64_t)(value - now); in sedi_hpet_set_comparator() 141 diff = (int32_t)((uint32_t)value - (uint32_t)now); in sedi_hpet_set_comparator() 222 * Initial state of HPET is unknown, so put it back in a reset-like in sedi_hpet_init() [all …]
|
| /hal_intel-latest/docs/ |
| D | bsp_sedi_doxyfile | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # file that follow. The default is UTF-8 which is also the encoding used for all 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|