/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 40 for (him = him_list; him; him = him->next) { in hpt_match() 41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match() 42 if (scan && him->get_controller_count) in hpt_match() 43 him->get_controller_count(&pci_id,0,0); in hpt_match() 62 device_set_desc(dev, him->name); in hpt_probe() 71 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local 86 hba->ext_type = EXT_TYPE_HBA; in hpt_attach() 87 hba->ldm_adapter.him = him; in hpt_attach() [all …]
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 51 for (him = him_list; him; him = him->next) { in hpt_match() 52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match() 71 device_set_desc(dev, him->name); in hpt_probe() 80 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local 90 hba->ext_type = EXT_TYPE_HBA; in hpt_attach() 91 hba->ldm_adapter.him = him; in hpt_attach() 99 size = him->get_adapter_size(&pci_id); in hpt_attach() 100 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ahci-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/ahci-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hans de Goede <hdegoede@redhat.com> 11 - Damien Le Moal <dlemoal@kernel.org> 18 document doesn't constitute a DT-node binding by itself but merely 19 defines a set of common properties for the AHCI-compatible devices. 24 - $ref: sata-common.yaml# 32 reg-names: [all …]
|
H A D | ahci-platform.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/ata/ahci-platform.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 SATA nodes are defined to describe on-chip Serial ATA controllers. 13 It is possible, but not required, to represent each port as a sub-node. 18 - Hans de Goede <hdegoede@redhat.com> 19 - Jens Axboe <axboe@kernel.dk> 26 - brcm,iproc-ahci 27 - cavium,octeon-7130-ahci [all …]
|
H A D | snps,dwc-ahci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/snps,dwc-ahci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Serge Semin <fancer.lancer@gmail.com> 20 - snps,dwc-ahci 21 - snps,spear-ahci 23 - compatible 26 - $ref: snps,dwc-ahci-common.yaml# 31 - description: Synopsys AHCI SATA-compatible devices [all …]
|
H A D | rockchip,dwc-ahci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/rockchip,dwc-ahci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Serge Semin <fancer.lancer@gmail.com> 22 - rockchip,rk3568-dwc-ahci 23 - rockchip,rk3588-dwc-ahci 25 - compatible 30 - enum: 31 - rockchip,rk3568-dwc-ahci [all …]
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 2 /*- 3 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (C) 2005-2011 HighPoint Technologies, Inc. 41 for (him = him_list; him; him = him->next) { in hpt_match() 42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match() 43 if (scan && him->get_controller_count) in hpt_match() 44 him->get_controller_count(&pci_id,0,0); in hpt_match() 64 device_set_desc(dev, him->name); in hpt_probe() 73 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local 88 hba->ext_type = EXT_TYPE_HBA; in hpt_attach() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3588-extra.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include "rk3588-base.dtsi" 7 #include "rk3588-extra-pinctrl.dtsi" 11 compatible = "rockchip,rk3588-dwc3", "snps,dwc3"; 16 clock-names = "ref_clk", "suspend_clk", "bus_clk"; 19 phy-names = "usb2-phy", "usb3-phy"; 21 power-domains = <&power RK3588_PD_USB>; 24 snps,dis-u2-freeclk-exists-quirk; 25 snps,dis-del-phy-power-chg-quirk; 26 snps,dis-tx-ipgap-linecheck-quirk; [all …]
|
H A D | rk3588-base.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rockchip,rk3588-cru.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/power/rk3588-power.h> 10 #include <dt-bindings/reset/rockchip,rk3588-cru.h> 11 #include <dt-bindings/phy/phy.h> 12 #include <dt-bindings/ata/ahci.h> 13 #include <dt-bindings/thermal/thermal.h> 18 interrupt-parent = <&gic>; [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_ahci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2015-2016 Alexander Motin <mav@FreeBSD.org> 70 FIS_TYPE_REGH2D = 0x27, /* Register FIS - host to device */ 71 FIS_TYPE_REGD2H = 0x34, /* Register FIS - device to host */ 72 FIS_TYPE_DMAACT = 0x39, /* DMA activate FIS - device to host */ 73 FIS_TYPE_DMASETUP = 0x41, /* DMA setup FIS - bidirectional */ 74 FIS_TYPE_DATA = 0x46, /* Data FIS - bidirectional */ 75 FIS_TYPE_BIST = 0x58, /* BIST activate FIS - bidirectional */ 76 FIS_TYPE_PIOSETUP = 0x5F, /* PIO setup FIS - device to host */ [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 1 /*- 5 * SPDX-License-Identifier: BSD-3-Clause 7 * Copyright (c) 1994-2001 Justin T. Gibbs. 8 * Copyright (c) 2000-2002 Adaptec Inc. 22 * 3. Neither the names of the above-listed copyright holders nor the names 251 "PCI-X 101-13 [all...] |
/freebsd/sys/dev/arcmsr/ |
H A D | arcmsr.h | 11 ** SPDX-License-Identifier: BSD-3-Clause 13 ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. 43 #define ARCMSR_VIRTUAL_DEVICE_ID (ARCMSR_MAX_TARGETID - 1) 71 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) 197 #define CHIP_REG_READ32(s, b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], offsetof(struct s,… 198 #define CHIP_REG_WRITE32(s, b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], offsetof(stru… 199 #define READ_CHIP_REG32(b, r) bus_space_read_4(acb->btag[b], acb->bhandle[b], r) 200 #define WRITE_CHIP_REG32(b, r, d) bus_space_write_4(acb->btag[b], acb->bhandle[b], r, d) 271 ** SPEC. for Areca HBA adapter 374 ** Set if Outbound Doorbell register bits 30:1 have a non-zero [all …]
|