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,bcm4908-pcie 18 - brcm,bcm7211-pcie # Broadcom STB version of RPi4 19 - brcm,bcm7216-pcie # Broadcom 7216 Arm [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/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 3 * Copyright (c) 2013 Hauke Mehrtens <hauke@hauke-m.de> 28 #include "scb.h" 50 /* n-mode support capability */ 82 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) 133 /* Per-AC retry limit register definitions; uses defs.h bitfield macros */ 167 #define BRCMS_PLCP_AUTO -1 172 #define BRCMS_PROTECTION_AUTO -1 199 /* MSC in use,indicates b0-6 holds an mcs */ 355 return wlc->band->basic_rate[mcs_table[rspec & RSPEC_RATE_MASK] in brcms_basic_rate() 357 return wlc->band->basic_rate[rspec & RSPEC_RATE_MASK]; in brcms_basic_rate() [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 …]
|