/Linux-v6.1/Documentation/gpu/ |
D | vgaarbiter.rst | 2 VGA Arbiter 20 the operation of the VGA arbiter implemented for the Linux kernel. 27 arbiter then enables/disables the decoding on different devices of the VGA 28 legacy instructions. Devices which do not want/need to use the arbiter may 35 Opens a user instance of the arbiter. By default, it's attached to the 56 Write a command to the arbiter. List of commands: 85 a bit, but makes the arbiter more tolerant to user space problems and able 88 user space for a given user (file descriptor instance) of the arbiter. 92 in the arbiter. 94 There is also an in-kernel API of the arbiter in case DRM, vgacon, or other [all …]
|
/Linux-v6.1/drivers/spmi/ |
D | Kconfig | 20 built-in SPMI PMIC Arbiter interface on Hisilicon 3670 24 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" 31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family 38 tristate "Mediatek SPMI Controller (PMIC Arbiter)" 42 built-in SPMI PMIC Arbiter interface on Mediatek family
|
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_82599.c | 10 * ixgbe_dcb_config_rx_arbiter_82599 - Config Rx Data arbiter 18 * Configure Rx Packet Arbiter and credits for each traffic class. 33 * Disable the arbiter before changing parameters in ixgbe_dcb_config_rx_arbiter_82599() 61 * enable arbiter in ixgbe_dcb_config_rx_arbiter_82599() 70 * ixgbe_dcb_config_tx_desc_arbiter_82599 - Config Tx Desc. arbiter 77 * Configure Tx Descriptor Arbiter and credits for each traffic class. 112 * enable arbiter in ixgbe_dcb_config_tx_desc_arbiter_82599() 121 * ixgbe_dcb_config_tx_data_arbiter_82599 - Config Tx Data arbiter 129 * Configure Tx Packet Arbiter and credits for each traffic class. 142 * Disable the arbiter before changing parameters in ixgbe_dcb_config_tx_data_arbiter_82599() [all …]
|
D | ixgbe_dcb_82598.c | 10 * ixgbe_dcb_config_rx_arbiter_82598 - Config Rx data arbiter 16 * Configure Rx Data Arbiter and credits for each traffic class. 32 /* Enable Arbiter */ in ixgbe_dcb_config_rx_arbiter_82598() 69 * ixgbe_dcb_config_tx_desc_arbiter_82598 - Config Tx Desc. arbiter 76 * Configure Tx Descriptor Arbiter and credits for each traffic class. 89 /* Enable arbiter */ in ixgbe_dcb_config_tx_desc_arbiter_82598() 118 * ixgbe_dcb_config_tx_data_arbiter_82598 - Config Tx data arbiter 125 * Configure Tx Data Arbiter and credits for each traffic class. 137 /* Enable Data Plane Arbiter */ in ixgbe_dcb_config_tx_data_arbiter_82598()
|
D | ixgbe_dcb_82598.h | 12 #define IXGBE_DPMCS_ARBDIS 0x00000040 /* DCB arbiter disable */ 34 #define IXGBE_PDPMCS_ARBDIS 0x00000040 /* Arbiter disable */
|
D | ixgbe_dcb_82599.h | 15 #define IXGBE_RTTDCS_ARBDIS 0x00000040 /* DCB arbiter disable */ 61 #define IXGBE_RTTPCS_ARBDIS 0x00000040 /* Arbiter disable */
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | ecc.h | 17 #define ECC_MBAENAB 0x00000020 /* MBus arbiter enable register */ 20 /* ECC MBus Arbiter Enable register: 27 * SBUS: Enable MBus Arbiter on the SBus 0=off 1=on 28 * MOD3: Enable MBus Arbiter on MBus module 3 0=off 1=on 29 * MOD2: Enable MBus Arbiter on MBus module 2 0=off 1=on 30 * MOD1: Enable MBus Arbiter on MBus module 1 0=off 1=on
|
/Linux-v6.1/Documentation/devicetree/bindings/iommu/ |
D | mediatek,iommu.yaml | 42 SMI larb0 SMI larb1 ... SoCs have several SMI local arbiter(larb). 54 smi local arbiter and smi common. It will control whether the Multimedia 57 each local arbiter. 59 Normally we specify a local arbiter(larb) for each multimedia HW 62 video decode local arbiter, all these ports are according to the video HW. 118 according to the local arbiter index, like larb0, larb1, larb2...
|
/Linux-v6.1/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 59 arbiter, etc.) 124 == MEMC Arbiter 126 The memory controller arbiter is responsible for memory clients allocation 136 - reg : the DDR Arbiter register range and length
|
/Linux-v6.1/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.yaml | 7 title: Qualcomm SPMI Controller (PMIC Arbiter) 13 The SPMI PMIC Arbiter is found on Snapdragon chipsets. It is an SPMI 17 The PMIC Arbiter can also act as an interrupt controller, providing interrupts
|
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra30-mc.yaml | 22 Protocol Arbiter, which manage a related pool of memory devices. A system 23 may have a single Protocol Arbiter or multiple Protocol Arbiters. 28 and a single Protocol Arbiter.
|
/Linux-v6.1/arch/sh/drivers/pci/ |
D | pci-sh7780.h | 27 #define SH7780_PCIAINT 0x130 /* Arbiter Interrupt Register */ 28 #define SH7780_PCIAINTM 0x134 /* Arbiter Int. Mask Register */
|
D | pci-sh7780.c | 117 * Handle arbiter errors. in sh7780_pci_err_irq() 168 /* Clear out PCI arbiter IRQs */ in sh7780_pci_setup_irqs() 199 /* Unmask all of the arbiter IRQs. */ in sh7780_pci_setup_irqs()
|
/Linux-v6.1/include/linux/ssb/ |
D | ssb_driver_pci.h | 18 #define SSB_PCICORE_ARBCTL 0x0010 /* PCI Arbiter Control */ 19 #define SSB_PCICORE_ARBCTL_INTERN 0x00000001 /* Use internal arbiter */ 20 #define SSB_PCICORE_ARBCTL_EXTERN 0x00000002 /* Use external arbiter */
|
/Linux-v6.1/Documentation/devicetree/bindings/mtd/ |
D | marvell-nand.txt | 104 - marvell,nand-enable-arbiter: To enable the arbiter, all boards blindly 123 marvell,nand-enable-arbiter;
|
/Linux-v6.1/drivers/pci/ |
D | vgaarb.c | 41 * up the various operations of the arbiter 397 * resources, the arbiter will first check whether the card is doing legacy 401 * The arbiter will first look for all VGA cards that might conflict and disable 753 * the arbiter's client decides if devices decodes or not legacy 771 vgaarb_err(&pdev->dev, "failed to allocate VGA arbiter data\n"); in vga_arbiter_add_pci_device() 944 * Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA 946 * example) should tell the arbiter if it has disabled legacy decoding, so the 1024 * write : write a command to the arbiter. List of commands is: 1045 * a bit, but makes the arbiter more tolerant to userspace problems and able 1048 * userspace for a given user (file descriptor instance) of the arbiter. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/thermal/ |
D | nvidia,tegra124-soctherm.txt | 40 SW need to set priorities for various throttle, the HW arbiter can select 150 * arbiter will select the highest priority as the final throttle 200 * arbiter will select the highest priority as the final throttle
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | m54xxpci.h | 74 #define PACR (CONFIG_MBAR + 0xc00) /* PCI arbiter control */ 75 #define PASR (CONFIG_MBAR + 0xc04) /* PCI arbiter status */ 125 * PCI arbiter support definitions and macros.
|
/Linux-v6.1/arch/mips/pci/ |
D | ops-tx4927.c | 229 "PCIC -- DID:%04x VID:%04x RID:%02x Arbiter:%s\n", in tx4927_pcic_setup() 344 /* Reset Bus Arbiter */ in tx4927_pcic_setup() 347 /* Enable Bus Arbiter */ in tx4927_pcic_setup() 502 /* Reset Bus Arbiter */ in tx4927_quirk_slc90e66_bridge() 513 /* Enable Bus Arbiter */ in tx4927_quirk_slc90e66_bridge()
|
/Linux-v6.1/drivers/mfd/ |
D | ssbi.c | 46 /* SSBI PMIC Arbiter command registers */ 88 * case, is when using the arbiter and both other CPUs have just 290 else if (strcmp(type, "pmic-arbiter") == 0) in ssbi_probe()
|
/Linux-v6.1/arch/powerpc/platforms/44x/ |
D | fsp2.h | 9 /* PLB4 Arbiter */ 11 #define DCRN_PLB4_P0ACR 0x011 /* PLB0 Arbiter Control Register */ 19 #define DCRN_PLB4_P1ACR 0x019 /* PLB1 Arbiter Control Register */
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-platform-brcmstb-gisb-arb | 7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/msm/ |
D | ssbi.txt | 14 "pmic-arbiter". The type chosen is determined by the attached
|
/Linux-v6.1/include/linux/bcma/ |
D | bcma_driver_pci.h | 15 #define BCMA_CORE_PCI_ARBCTL 0x0010 /* PCI Arbiter Control */ 16 #define BCMA_CORE_PCI_ARBCTL_INTERN 0x00000001 /* Use internal arbiter */ 17 #define BCMA_CORE_PCI_ARBCTL_EXTERN 0x00000002 /* Use external arbiter */
|
/Linux-v6.1/drivers/bus/ |
D | Kconfig | 33 tristate "Broadcom STB GISB bus arbiter" 38 arbiter. This driver provides timeout and target abort error handling
|