Home
last modified time | relevance | path

Searched +full:dfx +full:- +full:bus (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/
Dmarvell,dfx-server.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/net/marvell,dfx-server.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell Prestera DFX server
10 - Miquel Raynal <[email protected]>
16 const: marvell,dfx-server
18 - compatible
23 - const: marvell,dfx-server
24 - const: simple-bus
[all …]
Dmarvell,prestera.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Miquel Raynal <[email protected]>
15 - items:
16 - enum:
17 - marvell,prestera-98dx3236
18 - marvell,prestera-98dx3336
19 - marvell,prestera-98dx4251
20 - const: marvell,prestera
[all …]
/linux-6.14.4/arch/arm/boot/dts/marvell/
Darmada-xp-98dx3236.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
11 #include "armada-370-xp.dtsi"
14 #address-cells = <2>;
15 #size-cells = <2>;
18 compatible = "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
27 #address-cells = <1>;
28 #size-cells = <0>;
29 enable-method = "marvell,98dx3236-smp";
33 compatible = "marvell,sheeva-v7";
36 clock-latency = <1000000>;
[all …]
/linux-6.14.4/drivers/video/fbdev/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 a well-defined interface, so the software doesn't need to know
15 anything about the low-level (hardware register) stuff.
21 On several non-X86 architectures, the frame buffer device is the
29 and the Framebuffer-HOWTO at
30 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
40 are compiling a kernel for a non-x86 architecture.
46 device-aware may cause unexpected results. If unsure, say N.
57 Common utility functions useful to fbdev drivers of VGA-based
82 If you have a PCI-based system, this enables support for these
[all …]
Dtdfxfb.c1 // SPDX-License-Identifier: GPL-2.0-only
14 * I2C part copied from the i2c-voodoo3.c driver by:
17 * Ralph Metzler <[email protected]-koeln.de>, and
21 * patches to the XF86 server, and the rest comes from the 3dfx
34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee,
45 * - multihead support (basically need to support an array of fb_infos)
46 * - support other architectures (PPC, Alpha); does the fact that the VGA
52 * 0.1.4 (released 2002-05-28) ported over to new fbdev api by James Simmons
54 * 0.1.3 (released 1999-11-02) added Attila's panning support, code
60 * 0.1.2 (released 1999-10-19) added Attila Kesmarki's bug fixes and
[all …]
/linux-6.14.4/drivers/crypto/hisilicon/sec2/
Dsec_main.c1 // SPDX-License-Identifier: GPL-2.0
315 /* define the SEC's dfx regs region and region length */
334 struct hisi_qm *qm = s->private; in sec_diff_regs_show()
336 hisi_qm_acc_diff_regs_dump(qm, s, qm->debug.acc_diff_regs, in sec_diff_regs_show()
358 MODULE_PARM_DESC(pf_q_num, "Number of queues in PF(v1 2-4096, v2 2-1024)");
366 return -EINVAL; in sec_ctx_q_num_set()
370 return -EINVAL; in sec_ctx_q_num_set()
374 return -EINVAL; in sec_ctx_q_num_set()
395 MODULE_PARM_DESC(vfs_num, "Number of VFs to enable(1-63), 0(default)");
426 cap_val_h = qm->cap_tables.dev_cap_table[high].cap_val; in sec_get_alg_bitmap()
[all …]
/linux-6.14.4/drivers/crypto/hisilicon/zip/
Dzip_main.c1 // SPDX-License-Identifier: GPL-2.0
313 /* define the ZIP's dfx regs region and region length */
347 struct hisi_qm *qm = s->private; in hzip_diff_regs_show()
349 hisi_qm_acc_diff_regs_dump(qm, s, qm->debug.acc_diff_regs, in hzip_diff_regs_show()
362 return -EINVAL; in perf_mode_set()
367 return -EINVAL; in perf_mode_set()
414 MODULE_PARM_DESC(pf_q_num, "Number of queues in PF(v1 2-4096, v2 2-1024)");
423 MODULE_PARM_DESC(vfs_num, "Number of VFs to enable(1-63), 0(default)");
444 cap_val = qm->cap_tables.dev_cap_table[ZIP_DRV_ALG_BITMAP_TB].cap_val; in hisi_zip_alg_support()
456 val = readl_relaxed(qm->io_base + HZIP_HIGH_PERF_OFFSET); in hisi_zip_set_high_perf()
[all …]
/linux-6.14.4/drivers/crypto/hisilicon/
Dqm.c1 // SPDX-License-Identifier: GPL-2.0
6 #include <linux/dma-mapping.h>
57 #define QM_CQE_PHASE(cqe) (le16_to_cpu((cqe)->w7) & 0x1)
65 #define QM_EQE_PHASE(eqe) ((le32_to_cpu((eqe)->dw0) >> 16) & 0x1)
68 #define QM_AEQE_PHASE(aeqe) ((le32_to_cpu((aeqe)->dw0) >> 16) & 0x1)
258 ((((u32)cq_depth) - 1) | ((cqe_sz) << QM_CQ_CQE_SIZE_SHIFT))
272 ((((u32)sq_depth) - 1) | ((u32)ilog2(sqe_sz) << QM_SQ_SQE_SIZE_SHIFT))
388 * struct qm_hw_err - Structure describing the device errors
479 return -EINVAL; in hisi_qm_q_num_set()
487 if (pdev->revision == QM_HW_V1) in hisi_qm_q_num_set()
[all …]
/linux-6.14.4/Documentation/admin-guide/
Ddevices.txt1 0 Unnamed devices (e.g. non-device mounts)
7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore
11 6 = /dev/core OBSOLETE - replaced by /proc/kcore
18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
31 2 char Pseudo-TTY masters
37 Pseudo-tty's are named as follows:
40 the 1st through 16th series of 16 pseudo-ttys each, and
44 These are the old-style (BSD) PTY devices; Unix98
106 3 char Pseudo-TTY slaves
112 These are the old-style (BSD) PTY devices; Unix98
[all …]
/linux-6.14.4/drivers/parisc/
Dlba_pci.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 ** PCI Lower Bus Adapter (LBA) manager
7 ** (c) Copyright 1999,2000 Hewlett-Packard Company
11 ** This module primarily provides access to PCI bus (config/IOport
12 ** spaces) on platforms with an SBA/LBA chipset. A/B/C/J/L/N-class
13 ** with 4 digit model numbers - eg C3000 (and A400...sigh).
20 ** (d) play nicely with both PAT and "Legacy" PA-RISC firmware (PDC).
27 ** FIXME: Add support for PCI card hot-plug (OLARD).
46 #include <asm/parisc-device.h>
53 #undef DEBUG_LBA_CFG /* debug Config Space Access (ie PCI Bus walk) */
[all …]
/linux-6.14.4/drivers/media/pci/bt8xx/
Dbttv-cards.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 bttv-cards.c
6 this file has configuration information - card-specific stuff
9 Copyright (C) 1996,97,98 Ralph Metzler ([email protected]-koeln.de)
10 & Marcus Metzler ([email protected]-koeln.de)
11 (c) 1999-2001 Gerd Knorr <[email protected]-berlin.de>
31 #include <media/v4l2-common.h>
33 #include "bttv-audio-hook.h"
85 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
86 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
[all …]