Home
last modified time | relevance | path

Searched +full:scb +full:- +full:sizes (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dbrcm,stb-pcie.yaml1 # 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 …]
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c1 /*-
4 * Copyright (c) 1994-2002, 2004 Justin T. Gibbs.
5 * Copyright (c) 2001-2002 Adaptec Inc.
70 struct ccb_scsiio *csio, struct scb *scb);
114 if (error != 0 || req->newptr == NULL) in ahd_set_debugcounters()
118 sc->summerr[arg2] = tmpv; in ahd_set_debugcounters()
131 if (error != 0 || req->newptr == NULL) in ahd_clear_allcounters()
134 bzero(sc->summerr, sizeof(sc->summer in ahd_clear_allcounters()
312 ahd_done(struct ahd_softc * ahd,struct scb * scb) ahd_done() argument
511 struct scb *scb; ahd_action() local
939 struct scb *scb; ahd_execute_scb() local
1062 ahd_setup_data(struct ahd_softc * ahd,struct cam_sim * sim,struct ccb_scsiio * csio,struct scb * scb) ahd_setup_data() argument
[all...]
/freebsd/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm97435svmb.dts1 // 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 Dbcm97425svmb.dts1 // 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 …]
/freebsd/sys/dev/fxp/
H A Dif_fxp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
94 * the first thing in the packet is a 14-byte Ethernet header.
97 * alignes the packet after the Ethernet header at a 32-bit
156 * sub-vendor and sub-device field are extensively used to identify
161 { 0x8086, 0x1029, -1, 0, "Intel 82559 PCI/CardBus Pro/100" },
162 { 0x8086, 0x1030, -1, 0, "Intel 82559 Pro/100 Ethernet" },
163 { 0x8086, 0x1031, -1, 3, "Intel 82801CAM (ICH3) Pro/100 VE Ethernet" },
164 { 0x8086, 0x1032, -1, 3, "Intel 82801CAM (ICH3) Pro/100 VE Ethernet" },
165 { 0x8086, 0x1033, -1, 3, "Intel 82801CAM (ICH3) Pro/100 VM Ethernet" },
[all …]