Searched +full:- +full:o (Results 1 – 5 of 5) sorted by relevance
/hal_intel-3.6.0/.github/workflows/ |
D | checkpatch.yml | 9 runs-on: ubuntu-22.04 11 - name: Checkout Code 14 - name: Download Checkpatch Files from Zephyr RTOS 17 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl 19 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf 20 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt 21 echo "--ignore PREFER_ALIGNED" >> ./.checkpatch.conf 22 echo "--ignore NEW_TYPEDEFS" >> ./.checkpatch.conf 23 echo "--ignore PREFER_PACKED" >> ./.checkpatch.conf 24 echo "--ignore CONSTANT_COMPARISON" >> ./.checkpatch.conf [all …]
|
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/include/ |
D | sedi_driver_core.h | 4 * SPDX-License-Identifier: BSD-3-Clause 15 * \brief Clean & Invalidate D-Cache 16 * \details Cleans and Invalidates D-Cache 22 __asm__ volatile("lock; addl $0,-4(%%esp);\n\t" ::: "memory", "cc"); in sedi_core_inv_clean_dcache() 26 * \brief D-Cache Clean and Invalidate by address 28 * \param[in] addr address (aligned to 32-byte boundary) 37 end = (end + (SEDI_DCACHE_LINE_SIZE - 1)) & ~(SEDI_DCACHE_LINE_SIZE - 1); in sedi_core_inv_clean_dcache_by_addr() 43 __asm__ volatile("lock; addl $0,-4(%%esp);\n\t" ::: "memory", "cc"); in sedi_core_inv_clean_dcache_by_addr() 49 * \brief D-Cache Clean by address 50 * \details Cleans D-Cache for the given address [all …]
|
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/ |
D | ia_structs.h | 4 * SPDX-License-Identifier: BSD-3-Clause 104 /* offset from TSS base for I/O perms */ 125 /* IDT descriptor flag, Present = 1, DPL = 0, 32-bit interrupt gate */
|
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/aon/ |
D | aon_task.c | 4 * SPDX-License-Identifier: BSD-3-Clause 64 static struct idt_entry aon_idt[AON_IDT_ENTRY_VEC_LAST - 69 .limit = (sizeof(struct idt_entry) * (AON_IDT_ENTRY_VEC_LAST + 1)) - 1, 70 .entries = (struct idt_entry *)((uint32_t)&aon_idt - 78 .esp0 = (uint8_t *)(CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED), 97 .esp = CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED, 98 .ebp = CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED, 125 * access I/O port using IN/OUT instructions,'iomap_base_addr' field 127 * see 'I/O port permissions' on 193 count--; in delay() [all …]
|
/hal_intel-3.6.0/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 …]
|