| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/perf/ |
| H A D | arm,cmn.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/perf/arm,cmn.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Arm CMN (Coherent Mesh Network) Performance Monitors 11 - Robin Murphy <robin.murphy@arm.com> 15 const: arm,cmn-600 19 - description: Physical address of the base (PERIPHBASE) and 26 - description: Overflow interrupt for DTC0 27 - description: Overflow interrupt for DTC1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 If compiled as a module, it will be called arm-cci. 20 bool "support CCI-400" 25 CCI-400 provides 4 independent event counters counting events related 29 bool "support CCI-500/CCI-550" 33 CCI-500/CCI-550 both provide 8 independent event counters, which can 45 tristate "Arm CMN-600 PMU support" 48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh 56 Say y if you want to use CPU performance monitors on ARM-based 90 bool "Qualcomm Technologies L2-cache PMU" [all …]
|
| H A D | arm-cmn.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (C) 2016-2020 Arm Limited 3 // CMN-600 Coherent Mesh Network PMU driver 28 #define CMN_NODEID_Y(reg, bits) (((reg) >> 3) & ((1U << (bits)) - 1)) 42 #define CMN_NODE_PTR_Y(ptr, bits) (((ptr) >> 6) & ((1U << (bits)) - 1)) 90 /* DTC counters are paired in 64-bit registers on a 16-byte stride. Yuck */ 120 /* Similarly for the 40-bit cycle counter */ 131 #define CMN_EVENT_TYPE(event) FIELD_GET(CMN_CONFIG_TYPE, (event)->attr.config) 132 #define CMN_EVENT_EVENTID(event) FIELD_GET(CMN_CONFIG_EVENTID, (event)->attr.config) 133 #define CMN_EVENT_OCCUPID(event) FIELD_GET(CMN_CONFIG_OCCUPID, (event)->attr.config) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/ |
| H A D | arm-cmn.rst | 5 CMN-600 is a configurable mesh interconnect consisting of a rectangular 9 CMN implements a distributed PMU design as part of its debug and trace 17 ---------- 20 see /sys/bus/event_source/devices/arm_cmn_0. Multi-chip systems may link 21 more than one CMN together via external CCIX links - in this situation, 26 definitions - "type" selects the respective node type, and "eventid" the 30 * Since RN-D nodes do not have any distinct events from RN-I nodes, they 44 "nodeid" to the appropriate value derived from the CMN configuration 48 ----------- 61 REQ or SNP channel, it can be specified as two events - one for each [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 41 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 127 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() 128 return VHT_MCS_DATA_RATE[bw][short_GI][((vht_mcs_rate - MGN_VHT1SS_MCS0) & 0x3f)]; in rtw_vht_mcs_to_data_rate() 133 struct mlme_priv *pmlmepriv = &padapter->mlmepriv; in rtw_vht_use_default_setting() 134 struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; in rtw_vht_use_default_setting() 135 struct registry_priv *pregistrypriv = &padapter->registrypriv; in rtw_vht_use_default_setting() 144 struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); in rtw_vht_use_default_setting() 145 struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); in rtw_vht_use_default_setting() 146 pvhtpriv->sgi_80m = TEST_FLAG(pregistrypriv->short_gi, BIT2) ? _TRUE : _FALSE; in rtw_vht_use_default_setting() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_vht.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 129 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_vht.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 129 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_vht.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 129 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_vht.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 132 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_vht.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 41 "BW-RSVD", 51 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 58 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 81 "BW-RSVD", 134 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 133 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 222 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 133 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 222 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 39 "BW-RSVD", 49 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 53 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 79 "BW-RSVD", 128 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 214 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 133 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 222 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 137 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 226 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 137 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 226 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_vht.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 40 "BW-RSVD", 50 …RTW_PRINT_SEL(sel, "cap_info:%02x %02x %02x %02x: MAX_MPDU_LEN:%u %s%s%s%s%s RX-STBC:%u MAX_AMPDU_… in dump_vht_cap_ie_content() 54 , GET_VHT_CAPABILITY_ELE_RX_LDPC(buf) ? " RX-LDPC" : "" in dump_vht_cap_ie_content() 55 , GET_VHT_CAPABILITY_ELE_SHORT_GI80M(buf) ? " SGI-80" : "" in dump_vht_cap_ie_content() 56 , GET_VHT_CAPABILITY_ELE_SHORT_GI160M(buf) ? " SGI-160" : "" in dump_vht_cap_ie_content() 57 , GET_VHT_CAPABILITY_ELE_TX_STBC(buf) ? " TX-STBC" : "" in dump_vht_cap_ie_content() 80 "BW-RSVD", 137 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, 226 …RTW_INFO("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_m… in rtw_vht_mcs_to_data_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | rk_sftl_arm_v8.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2018-2021 Rockchip Electronics Co. Ltd. 4 * date: 2022-08-15 6 .arch armv8-a 20 .word 661b - . 21 .word 663f - . 23 .byte 662b-661b 24 .byte 664f-663f 31 .org . - (664b-663b) + (662b-661b) 32 .org . - (662b-661b) + (664b-663b) [all …]
|
| H A D | rk_sftl_arm_v7.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2018-2023 Rockchip Electronics Co. Ltd. 4 * date: 2023-04-11 6 .arch armv7-a 64 .size l2p_addr_tran, .-l2p_addr_tran 133 .size _copy_from_user, .-_copy_from_user 239 .size ftl_print_sblk_info, .-ftl_print_sblk_info 267 .size Ftl_log2, .-Ftl_log2 283 .size FtlPrintInfo, .-FtlPrintInfo 317 .size FtlSysBlkNumInit, .-FtlSysBlkNumInit [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_zftl_arm64.S | 2 * Copyright (c) 2016-2017, Fuzhou Rockchip Electronics Co., Ltd 8 * date: 2021-07-16 29 ldrb w6, [x6, -1] 34 .size flash_mem_cmp8, .-flash_mem_cmp8 60 .size slc_phy_page_address_calc, .-slc_phy_page_address_calc 74 .size zftl_nandc_get_irq_status, .-zftl_nandc_get_irq_status 79 and w1, w0, -33 90 .size isxdigit, .-isxdigit 105 .size zftl_get_density, .-zftl_get_density 109 stp x29, x30, [sp, -64]! [all …]
|
| H A D | rk_zftl_arm32.S | 2 * Copyright (c) 2016-2017, Fuzhou Rockchip Electronics Co., Ltd 8 * date: 2021-07-26 12 .arch armv7-a 42 str lr, [sp, #-4]! 53 .size flash_mem_cmp8, .-flash_mem_cmp8 99 .size slc_phy_page_address_calc, .-slc_phy_page_address_calc 122 .size zftl_nandc_get_irq_status, .-zftl_nandc_get_irq_status 147 .size isxdigit, .-isxdigit 175 .size zftl_get_density, .-zftl_get_density 267 .size _list_remove_node, .-_list_remove_node [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rknand/ |
| H A D | rk_zftl_spl_arm_v8.S | 2 * Copyright (c) 2016-2017, Fuzhou Rockchip Electronics Co., Ltd 8 * date: 2021-06-15 10 .arch armv8-a+nosimd 27 ldrb w6, [x6, -1] 32 .size flash_mem_cmp8, .-flash_mem_cmp8 60 .size slc_phy_page_address_calc, .-slc_phy_page_address_calc 65 stp x29, x30, [sp, -64]! 110 mov w0, -1 126 mov w0, -1 137 mov w2, -1 [all …]
|
| H A D | rk_zftl_arm_v8.S | 2 * Copyright (c) 2016-2017, Fuzhou Rockchip Electronics Co., Ltd 8 * date: 2021-01-07 10 .arch armv8-a 27 ldrb w6, [x6, -1] 32 .size flash_mem_cmp8, .-flash_mem_cmp8 60 .size slc_phy_page_address_calc, .-slc_phy_page_address_calc 65 stp x29, x30, [sp, -64]! 110 mov w0, -1 126 mov w0, -1 137 mov w2, -1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/ |
| H A D | dsi_pll_14nm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <linux/clk-provider.h> 13 * DSI PLL 14nm - clock diagram (eg: DSI0): 18 * +----+ | +----+ 19 * dsi0vco_clk ---| n1 |--o--| /8 |-- dsi0pllbyte 20 * +----+ | +----+ 22 * | +----+ | 23 * o---| /2 |--o--|\ 24 * | +----+ | \ +----+ 25 * | | |--| n2 |-- dsi0pll [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3588/ |
| H A D | rk3588.c | 4 * SPDX-License-Identifier: GPL-2.0+ 15 #include <dt-bindings/clock/rk3588-cru.h> 89 #define HDMIRX_NODE_FDT_PATH "/hdmirx-controller@fdee0000" 470 rk_clrsetreg(&pmu2_ioc->gpio0c_iomux_sel_h, in board_debug_uart_init() 480 rk_clrsetreg(&pmu1_ioc->gpio0b_iomux_sel_l, in board_debug_uart_init() 489 rk_clrsetreg(&bus_ioc->gpio4a_iomux_sel_h, in board_debug_uart_init() 492 rk_clrsetreg(&bus_ioc->gpio4a_iomux_sel_l, in board_debug_uart_init() 504 rk_clrsetreg(&bus_ioc->gpio2b_iomux_sel_h, in board_debug_uart_init() 513 rk_clrsetreg(&bus_ioc->gpio1b_iomux_sel_h, in board_debug_uart_init() 524 rk_clrsetreg(&pmu2_ioc->gpio0d_iomux_sel_l, in board_debug_uart_init() [all …]
|