| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/ |
| D | arm,smmu-v3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/iommu/arm,smmu-v3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Will Deacon <will@kernel.org> 11 - Robin Murphy <Robin.Murphy@arm.com> 15 revisions, replacing the MMIO register interface with in-memory command 21 pattern: "^iommu@[0-9a-f]*" 23 const: arm,smmu-v3 32 interrupt-names: [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iommu/ |
| D | arm,smmu-v3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/iommu/arm,smmu-v3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Will Deacon <will@kernel.org> 11 - Robin Murphy <Robin.Murphy@arm.com> 15 revisions, replacing the MMIO register interface with in-memory command 21 pattern: "^iommu@[0-9a-f]*" 23 const: arm,smmu-v3 32 interrupt-names: [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/hisilicon/ |
| D | hip07.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip07-d05"; 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-0.2"; 22 #address-cells = <1>; 23 #size-cells = <0>; 25 cpu-map { [all …]
|
| D | hip06.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip06-d03"; 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-0.2"; 22 #address-cells = <1>; 23 #size-cells = <0>; 25 cpu-map { [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
| D | hip07.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip07-d05"; 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-0.2"; 22 #address-cells = <1>; 23 #size-cells = <0>; 25 cpu-map { [all …]
|
| /kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 1 // SPDX-License-Identifier: GPL-2.0 17 #include <linux/dma-iommu.h> 20 #include <linux/io-pgtable.h> 29 #include <linux/pci-ats.h> 34 #include "arm-smmu-v3.h" 44 "Disable MSI-based polling for CMD_SYNC completion."); 80 { ARM_SMMU_OPT_SKIP_PREFETCH, "hisilicon,broken-prefetch-cmd" }, 81 { ARM_SMMU_OPT_PAGE0_REGS_ONLY, "cavium,cn9900-broken-page1-regspace"}, 89 return smmu->page1 + offset - SZ_64K; in arm_smmu_page1_fixup() 91 return smmu->base + offset; in arm_smmu_page1_fixup() [all …]
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_bk3710.c | 1 // SPDX-License-Identifier: GPL-2.0 53 unsigned int rptime; /* tRP -- Ready to pause time (nsec) */ 54 unsigned int cycletime; /* tCYCTYP2/2 -- avg Cycle Time (nsec) */ 76 ideclk_period) - 1; in pata_bk3710_setudmamode() 77 tenv = DIV_ROUND_UP(20, ideclk_period) - 1; in pata_bk3710_setudmamode() 79 ideclk_period) - 1; in pata_bk3710_setudmamode() 112 cycletime = max_t(int, t->cycle, min_cycle); in pata_bk3710_setmwdmamode() 116 td = DIV_ROUND_UP(t->active, ideclk_period); in pata_bk3710_setmwdmamode() 117 tkw = t0 - td - 1; in pata_bk3710_setmwdmamode() 118 td--; in pata_bk3710_setmwdmamode() [all …]
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | ambassador.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 1995-1999 Madge Networks Ltd. 8 /* * dedicated to the memory of Graham Gordon 1971-1998 * */ 48 This driver is for the PCI ATMizer-based Ambassador card (except 58 The cards are big-endian. 66 The cards are reset and the self-test results are checked. The 68 pointer to a descriptor containing details of the host-based queues 81 contents of several other "shared run-time registers" (bad) which 96 1. Driver <-> Adapter Communication 104 All queues are host-based circular queues. They are contiguous and [all …]
|
| /kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 1 // SPDX-License-Identifier: GPL-2.0 19 #include <linux/io-pgtable.h> 27 #include <linux/pci-ats.h> 30 #include "arm-smmu-v3.h" 31 #include "../../dma-iommu.h" 32 #include "../../iommu-sva.h" 42 "Disable MSI-based polling for CMD_SYNC completion."); 84 { ARM_SMMU_OPT_SKIP_PREFETCH, "hisilicon,broken-prefetch-cmd" }, 85 { ARM_SMMU_OPT_PAGE0_REGS_ONLY, "cavium,cn9900-broken-page1-regspace"}, 94 if (of_property_read_bool(smmu->dev->of_node, in parse_driver_options() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
| D | sky2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * of the original driver such as link fail-over and link management because 19 #include <linux/dma-mapping.h> 32 #include <linux/prefetch.h> 54 #define RX_MAX_PENDING (RX_LE_SIZE/6 - 2) 70 #define RING_NEXT(x, s) (((x)+1) & ((s)-1)) 77 static int debug = -1; /* defaults above */ 85 static int disable_msi = -1; 94 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, /* SK-9Sxx */ 95 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, /* SK-9Exx */ [all …]
|
| D | skge.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * of the original driver such as link fail-over and link management because 28 #include <linux/dma-mapping.h> 35 #include <linux/prefetch.h> 61 MODULE_AUTHOR("Stephen Hemminger <shemminger@linux-foundation.org>"); 69 static int debug = -1; /* defaults above */ 77 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x4300) }, /* SK-9xx */ 79 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x4320) }, /* SK-98xx V2.0 */ 80 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4b01) }, /* D-Link DGE-530T (rev.B) */ 81 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4c00) }, /* D-Link DGE-530T */ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
| D | sky2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * of the original driver such as link fail-over and link management because 19 #include <linux/dma-mapping.h> 32 #include <linux/prefetch.h> 53 #define RX_MAX_PENDING (RX_LE_SIZE/6 - 2) 69 #define RING_NEXT(x, s) (((x)+1) & ((s)-1)) 76 static int debug = -1; /* defaults above */ 84 static int disable_msi = -1; 93 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9000) }, /* SK-9Sxx */ 94 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x9E00) }, /* SK-9Exx */ [all …]
|
| D | skge.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * of the original driver such as link fail-over and link management because 28 #include <linux/dma-mapping.h> 35 #include <linux/prefetch.h> 60 MODULE_AUTHOR("Stephen Hemminger <shemminger@linux-foundation.org>"); 68 static int debug = -1; /* defaults above */ 76 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x4300) }, /* SK-9xx */ 78 { PCI_DEVICE(PCI_VENDOR_ID_SYSKONNECT, 0x4320) }, /* SK-98xx V2.0 */ 79 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4b01) }, /* D-Link DGE-530T (rev.B) */ 80 { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4c00) }, /* D-Link DGE-530T */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
| D | 82596.c | 5 This driver is for the Apricot 82596 bus-master interface 17 non-cached page, so we can run on 68060 in copyback mode. 24 Most of my modifications relate to the braindead big-endian 26 'big-endian' mode, it thinks a 32 bit value of 0x12345678 141 * the following commands are available (p5-18). The 32-bit port command 142 * must be word-swapped with the most significant word written first. 173 #define CMD_SUSP 0x4000 /* Suspend after doing cmd. */ 174 #define CMD_INTR 0x2000 /* Interrupt after doing cmd. */ 234 struct i596_cmd cmd; member 242 struct i596_cmd cmd; member [all …]
|
| D | lib82596.c | 1 /* lasi_82596.c -- driver for the intel 82596 ethernet controller, as 8 3 primary sources of the mess -- 26 03/02/2000 changes for better/correct(?) cache-flushing (deller) 33 This driver is for the Apricot 82596 bus-master interface 45 non-cached page, so we can run on 68060 in copyback mode. 52 Most of my modifications relate to the braindead big-endian 54 'big-endian' mode, it thinks a 32 bit value of 0x12345678 83 #include <linux/dma-mapping.h> 115 * the following commands are available (p5-18). The 32-bit port command 116 * must be word-swapped with the most significant word written first. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
| D | 82596.c | 1 // SPDX-License-Identifier: GPL-1.0+ 6 This driver is for the Apricot 82596 bus-master interface 18 non-cached page, so we can run on 68060 in copyback mode. 25 Most of my modifications relate to the braindead big-endian 27 'big-endian' mode, it thinks a 32 bit value of 0x12345678 140 * the following commands are available (p5-18). The 32-bit port command 141 * must be word-swapped with the most significant word written first. 172 #define CMD_SUSP 0x4000 /* Suspend after doing cmd. */ 173 #define CMD_INTR 0x2000 /* Interrupt after doing cmd. */ 233 struct i596_cmd cmd; member [all …]
|
| D | lib82596.c | 1 // SPDX-License-Identifier: GPL-1.0+ 2 /* lasi_82596.c -- driver for the intel 82596 ethernet controller, as 9 3 primary sources of the mess -- 27 03/02/2000 changes for better/correct(?) cache-flushing (deller) 34 This driver is for the Apricot 82596 bus-master interface 46 non-cached page, so we can run on 68060 in copyback mode. 53 Most of my modifications relate to the braindead big-endian 55 'big-endian' mode, it thinks a 32 bit value of 0x12345678 82 #include <linux/dma-mapping.h> 114 * the following commands are available (p5-18). The 32-bit port command [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | ncr53c8xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 ** Device driver for the PCI-SCSI NCR538XX controller family. 8 **----------------------------------------------------------------------------- 22 ** Stefan Esser <se@mi.Uni-Koeln.de> 27 **----------------------------------------------------------------------------- 38 ** Support for Fast-20 scsi. 42 ** Support for Fast-40 scsi. 43 ** Support for on-Board RAM. 46 ** Full support for scsi scripts instructions pre-fetching. 57 ** Low PCI traffic for command handling when on-chip RAM is present. [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | ncr53c8xx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 ** Device driver for the PCI-SCSI NCR538XX controller family. 8 **----------------------------------------------------------------------------- 22 ** Stefan Esser <se@mi.Uni-Koeln.de> 27 **----------------------------------------------------------------------------- 38 ** Support for Fast-20 scsi. 42 ** Support for Fast-40 scsi. 43 ** Support for on-Board RAM. 46 ** Full support for scsi scripts instructions pre-fetching. 57 ** Low PCI traffic for command handling when on-chip RAM is present. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include <linux/dma-mapping.h> 30 #include <linux/prefetch.h> 54 static int debug = -1; 73 * sxgbe_verify_args - verify the driver parameters. 86 if (!priv->tx_path_in_lpi_mode) in sxgbe_enable_eee_mode() 87 priv->hw->mac->set_eee_mode(priv->ioaddr); in sxgbe_enable_eee_mode() 93 priv->hw->mac->reset_eee_mode(priv->ioaddr); in sxgbe_disable_eee_mode() 94 del_timer_sync(&priv->eee_ctrl_timer); in sxgbe_disable_eee_mode() 95 priv->tx_path_in_lpi_mode = false; in sxgbe_disable_eee_mode() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
| D | sxgbe_main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include <linux/dma-mapping.h> 30 #include <linux/prefetch.h> 54 static int debug = -1; 73 * sxgbe_verify_args - verify the driver parameters. 86 if (!priv->tx_path_in_lpi_mode) in sxgbe_enable_eee_mode() 87 priv->hw->mac->set_eee_mode(priv->ioaddr); in sxgbe_enable_eee_mode() 93 priv->hw->mac->reset_eee_mode(priv->ioaddr); in sxgbe_disable_eee_mode() 94 del_timer_sync(&priv->eee_ctrl_timer); in sxgbe_disable_eee_mode() 95 priv->tx_path_in_lpi_mode = false; in sxgbe_disable_eee_mode() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
| D | sym_hipd.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * of PCI-SCSI IO processors. 6 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 7 * Copyright (c) 2003-2005 Matthew Wilcox <matthew@wil.cx> 10 * Copyright (C) 1998-2000 Gerard Roudier 13 * a port of the FreeBSD ncr driver to Linux-1.2.13. 17 * Stefan Esser <se@mi.Uni-Koeln.de> 25 *----------------------------------------------------------------------------- 55 while (n-- > 0) in sym_printl_hex() 62 sym_print_addr(cp->cmd, "%s: ", label); in sym_print_msg() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
| D | sym_hipd.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * of PCI-SCSI IO processors. 6 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 7 * Copyright (c) 2003-2005 Matthew Wilcox <matthew@wil.cx> 10 * Copyright (C) 1998-2000 Gerard Roudier 13 * a port of the FreeBSD ncr driver to Linux-1.2.13. 17 * Stefan Esser <se@mi.Uni-Koeln.de> 25 *----------------------------------------------------------------------------- 55 while (n-- > 0) in sym_printl_hex() 62 sym_print_addr(cp->cmd, "%s: ", label); in sym_print_msg() [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | pci.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter, 6 * David Mosberger-Tang 8 * Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz> 84 unsigned int delay_ms = max(dev->d3hot_delay, pci_pm_d3hot_delay); in pci_dev_d3_sleep() 97 return dev->reset_methods[0] != 0; in pci_reset_supported() 116 * pci=hpmmiosize=nnM overrides non-prefetchable MMIO size, 127 /* PCIe MPS/MRRS strategy; can be overridden by kernel command-line param */ 144 * measured in 32-bit words, not bytes. 186 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children [all …]
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | pci.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter, 6 * David Mosberger-Tang 8 * Copyright 1997 -- 2000 Martin Mares <mj@ucw.cz> 66 unsigned int delay = dev->d3hot_delay; in pci_dev_d3_sleep() 91 * pci=hpmmiosize=nnM overrides non-prefetchable MMIO size, 102 /* PCIe MPS/MRRS strategy; can be overridden by kernel command-line param */ 119 * measured in 32-bit words, not bytes. 161 * pci_bus_max_busnr - returns maximum PCI bus number of given bus' children 172 max = bus->busn_res.end; in pci_bus_max_busnr() [all …]
|