Searched +full:dsb +full:- +full:element +full:- +full:bits (Results 1 – 4 of 4) sorted by relevance
1 /* 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 component30 * @dsb_esize Record the DSB element size.31 * @cmb_esize Record the CMB element size.
3 * Copyright (c) 2007-2013 Broadcom Corporation12 * by size in bits. For example [RW 32]. The access types are:13 * R - Read only14 * RC - Clear on read15 * RW - Read/Write16 * ST - Statistics register (clear on read)17 * W - Write only18 * WB - Wide bus register - the size is over 32 bits and it should be19 * read/write in consecutive 32 bits accesses20 * WR - Write Clear (write 1 to clear the bit)[all …]
3 * Copyright (c) 2007-2013 Broadcom Corporation36 #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 …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * 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 to82 * The ITS_BASER structure - contains memory information, cached[all …]