Searched +full:frc +full:- +full:shared (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/timer/samsung,exynos4210-mct.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>14 global timer and CPU local timers. The global timer is a 64-bit free running15 up-counter and can generate 4 interrupts when the counter reaches one of the16 four preset counter values. The CPU local timers are 32-bit free running17 down-counters and generate an interrupt when the counter expires. There is23 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * intel_hdmi_audio.c - Intel HDMI audio driver23 #include <linux/dma-mapping.h>41 for ((pipe) = 0; (pipe) < (card_ctx)->num_pipes; (pipe)++)43 for ((port) = 0; (port) < (card_ctx)->num_ports; (port)++)58 "Single-port mode (for compatibility)");69 [5] = FLC | FRC,[all...]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)2 /* Copyright 2014-2016 Freescale Semiconductor Inc.3 * Copyright 2016-2022 NXP23 #include "dpaa2-eth.h"29 #include "dpaa2-eth-trace.h"40 priv->features = 0; in dpaa2_eth_detect_features()44 priv->features |= DPAA2_ETH_FEATURE_ONESTEP_CFG_DIRECT; in dpaa2_eth_detect_features()57 if (dpni_set_single_step_cfg(priv->mc_io, 0, priv->mc_token, &cfg)) in dpaa2_update_ptp_onestep_indirect()72 if (priv->onestep_reg_base) in dpaa2_update_ptp_onestep_direct()73 writel(val, priv->onestep_reg_base); in dpaa2_update_ptp_onestep_direct()[all …]
95 /* State based - direct writes to registers trigger vertex107 /* index size - when not set the indices are assumed to be 16 bit */147 /* BEGIN: Vertex data assembly - lots of uncertainties */207 * - always set up to produce at least two attributes:209 * - INPUT_CNTL_0_COLOR and INPUT_CNTL_COLOR bits are always equal.307 /* These seem to be per-pixel and per-vertex X and Y clipping planes. The first308 * plane is per-pixel and the second plane is per-vertex.330 # define R300_2288_R300 0x00750000 /* -- nh */331 # define R300_2288_RV350 0x0000FFFF /* -- Vladimir */381 /* These are values from r300_reg/r300_reg.h - they are known to be correct[all …]