Searched +full:scb +full:- +full:sizes (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/pci/ |
H A D | brcm,stb-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/brcm,stb-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jim Quinlan <james.quinlan@broadcom.com> 15 - enum: 16 - brcm,bcm2711-pcie # The Raspberry Pi 4 17 - brcm,bcm2712-pcie # Raspberry Pi 5 18 - brcm,bcm4908-pcie 19 - brcm,bcm7211-pcie # Broadcom STB version of RPi4 [all …]
|
/linux/drivers/scsi/ |
H A D | wd719x.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 29 /* Spider Command Block (SCB) */ 31 __le32 Int_SCB; /* 00-03 Internal SCB link pointer (must be cleared) */ 32 u8 SCB_opcode; /* 04 SCB Command opcode */ 36 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */ 37 __le32 data_p; /* 24-27 Data transfer address (or SG list address) */ 38 __le32 data_length; /* 28-31 Data transfer Length (or SG list length) */ 39 __le32 CDB_link; /* 32-35 SCSI CDB Link Ptr */ 40 __le32 sense_buf; /* 36-39 Auto request sense buffer address */ 43 u8 SCB_options; /* 42 SCB-options */ [all …]
|
/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm97435svmb.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include "bcm97xxx-nand-cs1-bch24.dtsi" 20 stdout-path = &uart0; 135 brcm,scb-sizes = <0 0x40000000 0 0x40000000>; 136 dma-ranges = <0x43000000 0x00000000 0x00000000 0x00000000 0x0 0x10000000
|
H A D | bcm97425svmb.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include "bcm97xxx-nand-cs1-bch24.dtsi" 20 stdout-path = &uart0; 122 spi-max-frequency = <40000000>; 123 spi-cpol; 124 spi-cpha; 125 use-bspi; 126 m25p,fast-read; 129 compatible = "fixed-partitions"; [all …]
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Derived from ivtv-driver.h 24 #include <linux/i2c-algo-bit.h> 33 #include <media/v4l2-common.h> 34 #include <media/v4l2-ioctl.h> 35 #include <media/v4l2-device.h> 36 #include <media/v4l2-fh.h> 38 #include <media/i2c/ir-kbd-i2c.h> 39 #include "cx18-mailbox.h" 40 #include "cx18-av-core.h" [all …]
|
/linux/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2009 - 2019 Broadcom */ 26 #include <linux/pci-ecam.h> 30 #include <linux/sizes.h> 37 /* BRCM_PCIE_CAP_REGS - Offset for the mandatory capability config regs */ 166 #define BRCM_INT_PCI_MSI_MASK GENMASK(BRCM_INT_PCI_MSI_NR - 1, 0) 168 32 - BRCM_INT_PCI_MSI_LEGACY_NR) 196 #define IDX_ADDR(pcie) ((pcie)->cfg->offsets[EXT_CFG_INDEX]) 197 #define DATA_ADDR(pcie) ((pcie)->cfg->offsets[EXT_CFG_DATA]) 198 #define PCIE_RGR1_SW_INIT_1(pcie) ((pcie)->cfg->offsets[RGR1_SW_INIT_1]) [all …]
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg_def.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 10 * agnostic register r/w functions. Some register corrections, sizes, 32 * CHIM Registers, Address Range : (0x00-0xFF) 172 /* 0x38 - 0x3C are reserved */ 197 /* 0x58h - 0xFCh are reserved */ 200 * DCH_SAS Registers, Address Range : (0x800-0xFFF) 291 /* 0x83Ch - 0xFFCh are reserved */ 294 * ARP2 External Processor Registers, Address Range : (0x00-0x1F) 349 /* 0x14h - 0x1Ch are reserved */ 352 * ARP2 Registers, Address Range : (0x00-0x1F) [all …]
|