| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | sifive,clint.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/sifive,clint.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Palmer Dabbelt <palmer@dabbelt.com> 11 - Anup Patel <anup.patel@wdc.com> 14 SiFive (and other RISC-V) SOCs include an implementation of the SiFive 15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor 16 interrupts. It directly connects to the timer and inter-processor interrupt 17 lines of various HARTs (or CPUs) so RISC-V per-HART (or per-CPU) local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 3 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7efc000 4 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 5 open("/user/folk/clint/lib/tls/i686/sse2/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such f… 6 stat64("/user/folk/clint/lib/tls/i686/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory) 7 open("/user/folk/clint/lib/tls/i686/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file o… 8 stat64("/user/folk/clint/lib/tls/i686", 0xbfcdba08) = -1 ENOENT (No such file or directory) 9 open("/user/folk/clint/lib/tls/sse2/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file o… 10 stat64("/user/folk/clint/lib/tls/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory) 11 open("/user/folk/clint/lib/tls/libgimpwidgets-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or dir… 12 stat64("/user/folk/clint/lib/tls", 0xbfcdba08) = -1 ENOENT (No such file or directory) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-clint.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Most of the M-mode (i.e. NoMMU) RISC-V systems usually have a 6 * CLINT MMIO timer device. 9 #define pr_fmt(fmt) "clint: " fmt 18 #include <linux/io-64-nonatomic-lo-hi.h> 25 #include <asm/clint.h> 32 /* CLINT manages IPI and Timer for RISC-V M-mode */ 123 ce->cpumask = cpumask_of(cpu); in clint_timer_starting_cpu() 142 evdev->event_handler(evdev); in clint_timer_interrupt() 155 * Ensure that CLINT device interrupts are either RV_IRQ_TIMER or in clint_timer_init_dt() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 167 Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture, 190 32-bit free running decrementing counters. 244 bool "Integrator-AP timer driver" if COMPILE_TEST 247 Enables support for the Integrator-AP timer. 280 available on many OMAP-like platforms. 289 It has a 64-bit counter with update rate up to 1000MHz. 290 This counter is accessed via couple of 32-bit memory-mapped registers. 309 bool "Support for 32-bit TIMERn counters in ARC Cores" if COMPILE_TEST 313 These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores [all …]
|
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_TIMER_OF) += timer-of.o 3 obj-$(CONFIG_TIMER_PROBE) += timer-probe.o 4 obj-$(CONFIG_ATMEL_PIT) += timer-atmel-pit.o 5 obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o 6 obj-$(CONFIG_ATMEL_TCB_CLKSRC) += timer-atmel-tcb.o 7 obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o 8 obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o 9 obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += timer-cs5535.o 10 obj-$(CONFIG_CLKSRC_JCORE_PIT) += jcore-pit.o [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | clint.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 14 * This lives in the CLINT driver, but is accessed directly by timex.h to avoid 17 * The ISA defines mtime as a 64-bit memory-mapped register that increments at 21 * like "riscv_mtime", to signify that these non-ISA assumptions must hold.
|
| H A D | timex.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 15 #include <asm/clint.h>
|
| /OK3568_Linux_fs/kernel/arch/riscv/boot/dts/kendryte/ |
| H A D | k210.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <dt-bindings/clock/k210-clk.h> 10 * Although the K210 is a 64-bit CPU, the address bus is only 32-bits 13 #address-cells = <1>; 14 #size-cells = <1>; 23 * Since this is a non-ratified draft specification, the kernel does not 28 #address-cells = <1>; 29 #size-cells = <0>; 30 timebase-frequency = <7800000>; 36 mmu-type = "none"; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SMAIL_GPL | 4 Guy Maor <maor@debian.org>, and are now maintained by Clint Adams 9 found on Debian systems in the file /usr/share/common-licenses/GPL. 19 #ident "@(#)smail:RELEASE-3_2:COPYING,v 1.2 1996/06/14 18:59:10 woods Exp" 99 a) accompany it with the complete corresponding machine-readable 105 shipping charge) a complete machine-readable copy of the 111 allowed only for non-commercial distribution and only if you 130 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. We have not yet 139 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, 140 USA, or call (617) 542-5942 for details on copylefted material in
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/ |
| H A D | rtl8822b_ops.c | 3 * Copyright(c) 2015 - 2016 Realtek Corporation. All rights reserved. 111 hal->VersionID.ICType = CHIP_8822B; in read_chip_version() 112 hal->VersionID.ChipType = ((value32 & BIT_RTL_ID_8822B) ? TEST_CHIP : NORMAL_CHIP); in read_chip_version() 113 hal->VersionID.CUTVersion = BIT_GET_CHIP_VER_8822B(value32); in read_chip_version() 114 hal->VersionID.VendorType = BIT_GET_VENDOR_ID_8822B(value32); in read_chip_version() 115 hal->VersionID.VendorType >>= 2; in read_chip_version() 116 switch (hal->VersionID.VendorType) { in read_chip_version() 118 hal->VersionID.VendorType = CHIP_VENDOR_TSMC; in read_chip_version() 121 hal->VersionID.VendorType = CHIP_VENDOR_SMIC; in read_chip_version() 124 hal->VersionID.VendorType = CHIP_VENDOR_UMC; in read_chip_version() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 35 if (hal_data->bFWReady) in rtw_dump_fw_info() 36 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 52 if (cache->loc != loc) { in rsvd_page_cache_update_all() 53 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 54 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 57 if (cache->size != info_len) { in rsvd_page_cache_update_all() 58 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 59 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 47 if (cache->loc != loc) { in rsvd_page_cache_update_all() 48 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 49 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 52 if (cache->size != info_len) { in rsvd_page_cache_update_all() 53 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 54 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 57 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 35 if (hal_data->bFWReady) in rtw_dump_fw_info() 36 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 52 if (cache->loc != loc) { in rsvd_page_cache_update_all() 53 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 54 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 57 if (cache->size != info_len) { in rsvd_page_cache_update_all() 58 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 59 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 35 if (hal_data->bFWReady) in rtw_dump_fw_info() 36 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 48 if (cache->loc != loc) { in rsvd_page_cache_update_all() 49 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 50 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 53 if (cache->size != info_len) { in rsvd_page_cache_update_all() 54 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 55 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 35 if (hal_data->bFWReady) in rtw_dump_fw_info() 36 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 47 struct mlme_priv *pmlmepriv = &adapter->mlmepriv; in rtw_hal_move_sta_gk_to_dk() 66 if (cam_id == -1) in rtw_hal_move_sta_gk_to_dk() 78 struct security_priv *psecuritypriv = &adapter->securitypriv; in rtw_hal_read_sta_dk_key() 80 struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; in rtw_hal_read_sta_dk_key() 94 _enter_critical_bh(&cam_ctl->lock, &irqL); in rtw_hal_read_sta_dk_key() 96 RTW_INFO("[HW KEY] -Key-id:%d "KEY_FMT"\n", key_id, KEY_ARG(get_key)); in rtw_hal_read_sta_dk_key() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 35 if (hal_data->bFWReady) in rtw_dump_fw_info() 36 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 52 if (cache->loc != loc) { in rsvd_page_cache_update_all() 53 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 54 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 57 if (cache->size != info_len) { in rsvd_page_cache_update_all() 58 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 59 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 34 if (hal_data->bFWReady) in rtw_dump_fw_info() 35 RTW_PRINT_SEL(sel, "FW VER -%d.%d\n", hal_data->firmware_version, hal_data->firmware_sub_version); in rtw_dump_fw_info() 51 if (cache->loc != loc) { in rsvd_page_cache_update_all() 52 RTW_INFO("%s %s loc change (%u -> %u)\n" in rsvd_page_cache_update_all() 53 , __func__, cache->name, cache->loc, loc); in rsvd_page_cache_update_all() 56 if (cache->size != info_len) { in rsvd_page_cache_update_all() 57 RTW_INFO("%s %s size change (%u -> %u)\n" in rsvd_page_cache_update_all() 58 , __func__, cache->name, cache->size, info_len); in rsvd_page_cache_update_all() 61 if (cache->page_num != page_num) { in rsvd_page_cache_update_all() [all …]
|