Home
last modified time | relevance | path

Searched +full:dsb +full:- +full:element +full:- +full:bits (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 /* Aggregator port CMB data set element size bit */
15 /* Aggregator port DSB data set element size bit */
20 /* Bits 6 ~ 12 is for atid value */
24 * struct tpda_drvdata - specifics associated to an TPDA component
30 * @dsb_esize Record the DSB element size.
31 * @cmb_esize Record the CMB element size.
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h3 * Copyright (c) 2007-2013 Broadcom Corporation
12 * by size in bits. For example [RW 32]. The access types are:
13 * R - Read only
14 * RC - Clear on read
15 * RW - Read/Write
16 * ST - Statistics register (clear on read)
17 * W - Write only
18 * WB - Wide bus register - the size is over 32 bits and it should be
19 * read/write in consecutive 32 bits accesses
20 * WR - Write Clear (write 1 to clear the bit)
[all …]
H A Dbnx2x_main.c3 * Copyright (c) 2007-2013 Broadcom Corporation
36 #include <linux/dma-mapping.h>
83 #define FW_FILE_NAME_E1 "bnx2x/bnx2x-e1-" FW_FILE_VERSION ".fw"
84 #define FW_FILE_NAME_E1H "bnx2x/bnx2x-e1h-" FW_FILE_VERSION ".fw"
85 #define FW_FILE_NAME_E2 "bnx2x/bnx2x-e2-" FW_FILE_VERSION ".fw"
86 #define FW_FILE_NAME_E1_V15 "bnx2x/bnx2x-e1-" FW_FILE_VERSION_V15 ".fw"
87 #define FW_FILE_NAME_E1H_V15 "bnx2x/bnx2x-e1h-" FW_FILE_VERSION_V15 ".fw"
88 #define FW_FILE_NAME_E2_V15 "bnx2x/bnx2x-e2-" FW_FILE_VERSION_V15 ".fw"
117 MODULE_PARM_DESC(int_mode, " Force interrupt mode other than MSI-X "
124 static int mrrs = -1;
[all …]
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013-2017 ARM Limited, All Rights Reserved.
37 #include <linux/irqchip/arm-gic-v3.h>
38 #include <linux/irqchip/arm-gic-v4.h>
43 #include "irq-gic-common.h"
44 #include "irq-gic-its-msi-parent.h"
45 #include <linux/irqchip/irq-msi-lib.h>
62 * be 64kB aligned (one bit per LPI, plus 8192 bits for SPI/PPI/SGI).
72 * Collection structure - just an ID, and a redistributor address to
82 * The ITS_BASER structure - contains memory information, cached
[all …]