Searched +full:- +full:rf (Results 1 – 3 of 3) sorted by relevance
4 * SPDX-License-Identifier: BSD-3-Clause85 * ISH PMU does not support both-edge interrupt triggered gpio configuration.92 * triggered by both-edge, and temporarily set each gpio pin to the single94 * After exiting LPM, then restore the both-edge trigger configuration.170 stat->total_time_us += t1 - t0; in log_pm_stat()171 stat->count++; in log_pm_stat()191 struct gdt_entry *__gdt = (struct gdt_entry *)(gdt_ptr->entries); in add_gdt_entry()197 index = (gdt_ptr->limit + 1) >> 3; in add_gdt_entry()204 gdt_ptr->limit += sizeof(struct gdt_entry); in add_gdt_entry()206 return ((index + 1) << 3) - sizeof(struct gdt_entry); in add_gdt_entry()[all …]
7 permissions: read-all11 runs-on: ubuntu-22.0418 - name: Checkout Code21 - name: Git Prepare24 git config --global user.email "intel_hal@intel.github.com"25 git config --global user.name "Intel HAL Docs Robot"28 - name: Install Doxygen Tools30 sudo apt-get update31 sudo apt-get install -y graphviz doxygen33 - name: Run Doxygen[all …]
2 * Copyright (c) 2023 -2024 Intel Corporation4 * SPDX-License-Identifier: BSD-3-Clause63 static struct idt_entry aon_idt[AON_IDT_ENTRY_VEC_LAST -68 .limit = (sizeof(struct idt_entry) * (AON_IDT_ENTRY_VEC_LAST + 1)) - 1,69 .entries = (struct idt_entry *)((uint32_t)&aon_idt -77 .esp0 = (uint8_t *)(CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED),96 .esp = CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED,97 .ebp = CONFIG_AON_PERSISTENT_BASE - AON_SP_RESERVED,192 count--; in delay()211 imr_fw_addr = (((uint64_t)snowball->uma_base_hi << 32) + in store_main_fw()[all …]