Home
last modified time | relevance | path

Searched +full:10 +full:base +full:- +full:te (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
49 for (i = 0; i < m->pingpong_count; i++) { in _pingpong_offset()
50 if (pp == m->pingpong[i].id) { in _pingpong_offset()
51 b->base_off = addr; in _pingpong_offset()
52 b->blk_off = m->pingpong[i].base; in _pingpong_offset()
53 b->length = m->pingpong[i].len; in _pingpong_offset()
54 b->hwversion = m->hwversion; in _pingpong_offset()
55 b->log_mask = DPU_DBG_MASK_PINGPONG; in _pingpong_offset()
56 return &m->pingpong[i]; in _pingpong_offset()
[all …]
Ddpu_encoder_phys_cmd.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2015-2018, 2020-2021 The Linux Foundation. All rights reserved.
17 (e) && (e)->base.parent ? \
18 (e)->base.parent->base.id : -1, \
19 (e) ? (e)->base.intf_idx - INTF_0 : -1, ##__VA_ARGS__)
22 (e) && (e)->base.parent ? \
23 (e)->base.parent->base.id : -1, \
24 (e) ? (e)->base.intf_idx - INTF_0 : -1, ##__VA_ARGS__)
27 container_of(x, struct dpu_encoder_phys_cmd, base)
29 #define PP_TIMEOUT_MAX_TRIALS 10
[all …]
Ddpu_hw_catalog.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2015-2018, 2020 The Linux Foundation. All rights reserved.
76 * @DPU_MDP_10BIT_SUPPORT, Chipset supports 10 bit pixel formats
94 * SSPP sub-blocks/features
102 * @DPU_SSPP_CSC_10BIT, Support of 10-bit Color space conversion
105 * @DPU_SSPP_QOS_8LVL, SSPP support 8-level QoS control
136 * MIXER sub-blocks/features
138 * @DPU_MIXER_SOURCESPLIT Layer mixer supports source-split configuration
152 * DSPP sub-blocks
163 * PINGPONG sub-blocks
[all …]
/Linux-v5.15/arch/s390/kernel/
Dperf_cpum_sf.c1 // SPDX-License-Identifier: GPL-2.0
3 * Performance event support for the System z CPU-measurement Sampling Facility
26 /* Minimum number of sample-data-block-tables:
28 * A single table contains up to 511 pointers to sample-data-blocks.
32 /* Number of sample-data-blocks per sample-data-block-table (SDBT):
33 * A table contains SDB pointers (8 bytes) and one table-link entry
36 #define CPUM_SF_SDB_PER_TABLE ((PAGE_SIZE - 8) / 8)
38 /* Maximum page offset for an SDBT table-link entry:
39 * If this page offset is reached, a table-link entry to the next SDBT
51 * the number of sample-data-block-tables into account. Note that these
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dti,dp83869.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - $ref: "ethernet-phy.yaml#"
14 - Dan Murphy <dmurphy@ti.com>
17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver
18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and
19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and
20 100BASE-FX Fiber protocols.
23 the DP83869HM can run 1000BASE-X-to-1000BASE-T and 100BASE-FX-to-100BASE-TX
[all …]
Dti,dp83867.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - $ref: "ethernet-controller.yaml#"
14 - Dan Murphy <dmurphy@ti.com>
18 transceiver with integrated PMD sublayers to support 10BASE-Te, 100BASE-TX
19 and 1000BASE-T Ethernet protocols.
21 The DP83867 is designed for easy implementation of 10/100/1000 Mbps Ethernet
34 ti,min-output-impedance:
40 ti,max-output-impedance:
[all …]
/Linux-v5.15/arch/x86/events/intel/
Dpt.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright (c) 2013-2014, Intel Corporation.
8 * http://software.intel.com/en-us/intel-isa-extensions
23 #include <asm/intel-family.h>
40 * width encoded in IP-related packets), and event configuration (bitmasks with
74 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in intel_pt_validate_cap()
75 unsigned int shift = __ffs(cd->mask); in intel_pt_validate_cap()
77 return (c & cd->mask) >> shift; in intel_pt_validate_cap()
93 enum pt_capabilities cap = (long)ea->var; in pt_cap_show()
107 PMU_FORMAT_ATTR(tsc, "config:10" );
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dicl_dsi.c62 drm_err(&dev_priv->drm, "DSI header credits not released\n"); in wait_for_header_credits()
70 drm_err(&dev_priv->drm, "DSI payload credits not released\n"); in wait_for_payload_credits()
83 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in wait_for_cmds_dispatched_to_panel()
91 for_each_dsi_port(port, intel_dsi->ports) { in wait_for_cmds_dispatched_to_panel()
98 for_each_dsi_port(port, intel_dsi->ports) { in wait_for_cmds_dispatched_to_panel()
99 dsi = intel_dsi->dsi_hosts[port]->device; in wait_for_cmds_dispatched_to_panel()
100 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in wait_for_cmds_dispatched_to_panel()
101 dsi->channel = 0; in wait_for_cmds_dispatched_to_panel()
104 drm_err(&dev_priv->drm, in wait_for_cmds_dispatched_to_panel()
109 for_each_dsi_port(port, intel_dsi->ports) { in wait_for_cmds_dispatched_to_panel()
[all …]
Dintel_display_types.h3 * Copyright (c) 2007-2008 Intel Corporation
45 #include <media/cec-notifier.h>
57 /* these are outputs from the chip - integrated only
70 INTEL_OUTPUT_DDI = 10,
75 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */
91 * create the DMA scatter-gather list for each FB color plane. This sg
103 * in the rotated and remapped GTT view all no-CCS formats (up to 2
125 struct drm_framebuffer base; member
164 struct drm_encoder base; member
224 * state. This must be called _after_ display->get_pipe_config has
[all …]
/Linux-v5.15/tools/perf/Documentation/
Dsecurity.txt6 https://www.kernel.org/doc/html/latest/admin-guide/perf-security.html
15 1. Download selinux-policy SRPM package (e.g. selinux-policy-3.14.4-48.fc31.src.rpm on FC31)
18 # rpm -Uhv selinux-policy-3.14.4-48.fc31.src.rpm
22 # rpmbuild -bp selinux-policy.spec
24 3. Place patch below at rpmbuild/BUILD/selinux-policy-b86eaaf4dbcf2d51dd4432df7185c0eaf3cbcc02
27 # patch -p1 < selinux-policy-perf-events-perfmon.patch
30 # cat selinux-policy-perf-events-perfmon.patch
31 diff -Nura a/policy/flask/access_vectors b/policy/flask/access_vectors
32 --- a/policy/flask/access_vectors 2020-02-04 18:19:53.000000000 +0300
33 +++ b/policy/flask/access_vectors 2020-02-28 23:37:25.000000000 +0300
[all …]
/Linux-v5.15/drivers/firmware/arm_scmi/
Dsensors.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2018-2021 ARM Ltd.
8 #define pr_fmt(fmt) "SCMI Notifications SENSOR - " fmt
43 #define SENSOR_TSTAMP_EXP(x) FIELD_GET(GENMASK(14, 10), (x))
89 /* Base scmi_sensor_descriptor size excluding extended attrs after name */
121 /* Base scmi_axis_descriptor size excluding extended attrs after name */
213 ret = ph->xops->xfer_get_init(ph, PROTOCOL_ATTRIBUTES, in scmi_sensor_attributes_get()
218 attr = t->rx.buf; in scmi_sensor_attributes_get()
220 ret = ph->xops->do_xfer(ph, t); in scmi_sensor_attributes_get()
222 si->num_sensors = le16_to_cpu(attr->num_sensors); in scmi_sensor_attributes_get()
[all …]
/Linux-v5.15/sound/soc/fsl/
Dfsl_sai.c1 // SPDX-License-Identifier: GPL-2.0+
5 // Copyright 2012-2015 Freescale Semiconductor, Inc.
22 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
25 #include "imx-pcm.h"
42 * fsl_sai_dir_is_synced - Check if stream is synced by the opposite stream
56 return !sai->synchronous[dir] && sai->synchronous[adir]; in fsl_sai_dir_is_synced()
62 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr()
63 struct device *dev = &sai->pdev->dev; in fsl_sai_isr()
75 regmap_read(sai->regmap, FSL_SAI_TCSR(ofs), &xcsr); in fsl_sai_isr()
105 regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), flags | xcsr); in fsl_sai_isr()
[all …]
Dfsl_ssi.c1 // SPDX-License-Identifier: GPL-2.0
7 // Copyright 2007-2010 Freescale Semiconductor, Inc.
9 // Some notes why imx-pcm-fiq is used instead of DMA on some boards:
16 // we receive in our (PCM-) data stream. The only chance we have is to
52 #include "imx-pcm.h"
54 /* Define RX and TX to index ssi->regvals array; Can be 0 or 1 only */
65 * (bit-endianness must match byte-endianness). Processors typically write
67 * written in. So if the host CPU is big-endian, then only big-endian
90 * - SSI inputs external bit clock and outputs frame sync clock -- CBM_CFS
91 * - Also have NB_NF to mark these two clocks will not be inverted
[all …]
/Linux-v5.15/include/linux/fsl/
Dptp_qoriq.h1 // SPDX-License-Identifier: GPL-2.0
83 #define ESFDE (1<<10) /* External Tx/Rx SFD Enable. */
90 #define TE (1<<2) /* 1588 timer enable. */ macro
142 void __iomem *base; member
186 int ptp_qoriq_init(struct ptp_qoriq *ptp_qoriq, void __iomem *base,
/Linux-v5.15/drivers/net/wan/
Dpc300too.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2000-2008 Krzysztof Halasa <khc@pm.waw.pl>
10 * Hitachi HD64572 SCA-II User's Manual
44 #define MAX_TX_BUFFERS 10
57 /* PLX PCI9050-1 local configuration and shared runtime registers.
61 u32 loc_addr_range[4]; /* 00-0Ch : Local Address Ranges */
62 u32 loc_rom_range; /* 10h : Local ROM Range */
63 u32 loc_addr_base[4]; /* 14-20h : Local Address Base Addrs */
64 u32 loc_rom_base; /* 24h : Local ROM Base */
65 u32 loc_bus_descr[4]; /* 28-34h : Local Bus Descriptors */
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h1 /* SPDX-License-Identifier: GPL-2.0 */
237 __le16 ptype_flex_flags0; /* ptype=[9:0], ff0=[15:10] */
239 __le16 hdr_len_sph_flex_flags1; /* header=[10:0] */
306 * profiles 2-63 are flex profiles that can be programmed
358 #define ICE_RX_FLEX_DESC_PTYPE_M (0x3FF) /* 10-bits */
361 #define ICE_RX_FLX_DESC_PKT_LEN_M (0x3FFF) /* 14-bits */
407 u64 base; member
469 /* DESC_DONE - HW has completed write-back of descriptor */
575 u64 base; /* base is defined in 128-byte units */ member
605 u8 int_q_state; /* width not needed - internal - DO NOT WRITE!!! */
[all …]
/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/
Ddsi.c1 // SPDX-License-Identifier: GPL-2.0-only
78 return dev_get_drvdata(dssdev->dev); in to_dsi_data()
89 void __iomem *base; in dsi_write_reg() local
92 case DSI_PROTO: base = dsi->proto_base; break; in dsi_write_reg()
93 case DSI_PHY: base = dsi->phy_base; break; in dsi_write_reg()
94 case DSI_PLL: base = dsi->pll_base; break; in dsi_write_reg()
98 __raw_writel(val, base + idx.idx); in dsi_write_reg()
103 void __iomem *base; in dsi_read_reg() local
106 case DSI_PROTO: base = dsi->proto_base; break; in dsi_read_reg()
107 case DSI_PHY: base = dsi->phy_base; break; in dsi_read_reg()
[all …]
/Linux-v5.15/drivers/message/fusion/
Dmptbase.h8 * Copyright (c) 1999-2008 LSI Corporation
9 * (mailto:DL-MPTFusionLinux@lsi.com)
12 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
26 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
45 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
50 /*{-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
69 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
76 #define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR
80 #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.20"
86 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
D3945.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved.
8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
32 #define IL3945_FW_PRE "iwlwifi-3945-"
41 * Use default noise value of -127 ... this is below the range of measurable
43 * Also, -127 works better than 0 when averaging frames with/without
47 #define IL_NOISE_MEAS_NOT_AVAILABLE (-127)
49 /* Module parameters accessible from iwl-*.c */
146 #define IL_INVALID_VALUE -1
160 x->u.rx_frame.stats.payload + \
[all …]
/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos5433_drm_decon.c1 // SPDX-License-Identifier: GPL-2.0-only
27 #include "regs-decon5433.h"
97 val = (val & mask) | (readl(ctx->addr + reg) & ~mask); in decon_set_bits()
98 writel(val, ctx->addr + reg); in decon_set_bits()
103 struct decon_context *ctx = crtc->ctx; in decon_enable_vblank()
107 if (crtc->i80_mode) in decon_enable_vblank()
112 writel(val, ctx->addr + DECON_VIDINTCON0); in decon_enable_vblank()
114 enable_irq(ctx->irq); in decon_enable_vblank()
115 if (!(ctx->out_type & I80_HW_TRG)) in decon_enable_vblank()
116 enable_irq(ctx->te_irq); in decon_enable_vblank()
[all …]
/Linux-v5.15/arch/arm/boot/compressed/
Dhead.S1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 1996-2002 Russell King
12 #include "efi-header.S"
20 AR_CLASS( .arch armv7-a )
21 M_CLASS( .arch armv7-m )
69 mov \rb, #0x80000000 @ physical base address
105 kputc #'-'
109 kputc #'-'
114 kputc #'-'
158 * in little-endian form.
[all …]
/Linux-v5.15/drivers/scsi/
Dmyrb.c1 // SPDX-License-Identifier: GPL-2.0
8 * Copyright 1998-2001 by Leonard N. Zubkoff <lnz@dandelion.com>
34 return shost->max_channel - 1; in myrb_logical_channel()
86 * myrb_create_mempools - allocates auxiliary data structures
95 elem_size = cb->host->sg_tablesize * elem_align; in myrb_create_mempools()
96 cb->sg_pool = dma_pool_create("myrb_sg", &pdev->dev, in myrb_create_mempools()
98 if (cb->sg_pool == NULL) { in myrb_create_mempools()
99 shost_printk(KERN_ERR, cb->host, in myrb_create_mempools()
104 cb->dcdb_pool = dma_pool_create("myrb_dcdb", &pdev->dev, in myrb_create_mempools()
107 if (!cb->dcdb_pool) { in myrb_create_mempools()
[all …]
/Linux-v5.15/drivers/eisa/
Deisa.ids6 # Marc Zyngier <maz@wild-wind.fr.eu.org>
10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter"
11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter"
12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter"
13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter"
14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter"
15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter"
25 ACE7010 "ACME Multi-Function Board"
39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2"
41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1"
[all …]
/Linux-v5.15/drivers/gpu/drm/msm/dsi/
Ddsi_host.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/dma-mapping.h>
34 static int dsi_get_version(const void __iomem *base, u32 *major, u32 *minor) in dsi_get_version() argument
39 return -EINVAL; in dsi_get_version()
43 * makes all other registers 4-byte shifted down. in dsi_get_version()
47 * 0x1f0). In the case of DSIv2, this hast to be a non-zero value. In in dsi_get_version()
52 ver = msm_readl(base + REG_DSI_VERSION); in dsi_get_version()
62 return -EINVAL; in dsi_get_version()
70 ver = msm_readl(base + DSI_6G_REG_SHIFT + REG_DSI_VERSION); in dsi_get_version()
75 *minor = msm_readl(base + REG_DSI_6G_HW_VERSION); in dsi_get_version()
[all …]
/Linux-v5.15/drivers/pci/
Dquirks.c1 // SPDX-License-Identifier: GPL-2.0
3 * This file contains work-arounds for many known PCI hardware bugs.
5 * should be handled in arch-specific code.
52 duration = (unsigned long long) ktime_to_ns(delta) >> 10; in fixup_debug_report()
63 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups()
64 f->class == (u32) PCI_ANY_ID) && in pci_do_fixups()
65 (f->vendor == dev->vendor || in pci_do_fixups()
66 f->vendor == (u16) PCI_ANY_ID) && in pci_do_fixups()
67 (f->device == dev->device || in pci_do_fixups()
68 f->device == (u16) PCI_ANY_ID)) { in pci_do_fixups()
[all …]

12