/openbmc/linux/drivers/pci/ |
H A D | vc.c | 40 * pci_vc_load_arb_table - load and wait for VC arbitration table 44 * Set Load VC Arbitration Table bit requesting hardware to apply the VC 45 * Arbitration Table (previously loaded). When the VC Arbitration Table 46 * Status clears, hardware has latched the table into VC arbitration logic. 59 pci_err(dev, "VC arbitration table failed to load\n"); in pci_vc_load_arb_table() 63 * pci_vc_load_port_arb_table - Load and wait for VC port arbitration table 68 * Set Load Port Arbitration Table bit requesting hardware to apply the Port 69 * Arbitration Table (previously loaded). When the Port Arbitration Table 70 * Status clears, hardware has latched the table into port arbitration logic. 87 pci_err(dev, "VC%d port arbitration table failed to load\n", res); in pci_vc_load_port_arb_table() [all …]
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-pca9541.c | 66 /* arbitration timeouts, in jiffies */ 70 /* arbitration retry delays, in us */ 127 * Arbitration management functions 142 * Arbitration is defined as a two-step process. A bus master can only activate 150 * off - yes wait for arbitration timeout or 155 * on no - wait for arbitration timeout or 171 * Channel arbitration 199 * or arbitration timeout expired. Take the bus. in pca9541_arbitrate() 227 * If arbitration timeout has expired, force ownership. in pca9541_arbitrate()
|
H A D | i2c-arb-gpio-challenge.c | 3 * GPIO-based I2C Arbitration Using a Challenge & Response Mechanism 148 /* Arbitration parameters */ in i2c_arbitrator_probe() 202 MODULE_DESCRIPTION("GPIO-based I2C Arbitration");
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | nvidia,tegra30-mc.yaml | 17 Arbitration Domains, which can handle a single request or response per 18 clock from a group of clients. Typically, a system has a single Arbitration 20 Arbitration Domains to increase the effective system bandwidth. 25 Memory Crossbar, which routes request and responses between Arbitration 27 Memory Crossbar is just a pass through between a single Arbitration Domain
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | iommu_32.h | 87 #define IOMMU_MID_SBAE 0x001f0000 /* SBus arbitration enable */ 88 #define IOMMU_MID_SE 0x00100000 /* Enables SCSI/ETHERNET arbitration */ 89 #define IOMMU_MID_SB3 0x00080000 /* Enable SBUS device 3 arbitration */ 90 #define IOMMU_MID_SB2 0x00040000 /* Enable SBUS device 2 arbitration */ 91 #define IOMMU_MID_SB1 0x00020000 /* Enable SBUS device 1 arbitration */ 92 #define IOMMU_MID_SB0 0x00010000 /* Enable SBUS device 0 arbitration */
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Hippocratic-2.1 | 19 …arbitration in accordance with the Hague Rules on Business and Human Rights Arbitration (the “Rule… 21 …arbitration shall be public and may be disclosed by any party; (2) The repository referred to unde… 23 …nflict between Laws and Human Rights Principles shall be determined by arbitration as stated above…
|
H A D | CC-BY-3.0-IGO | 91 …arbitration communicated by reasonable means to the other, elect to have the dispute referred to a… 93 …iii. Interpretation of this License in any dispute submitted to mediation or arbitration shall be …
|
H A D | CC-BY-NC-ND-3.0-IGO | 89 …arbitration communicated by reasonable means to the other, elect to have the dispute referred to a… 91 …iii. Interpretation of this License in any dispute submitted to mediation or arbitration shall be …
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 49 # any[,<mode>] rx-arb-lost [<poll>] generate a POLL message to trigger an arbitration lost 75 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f) 166 be interpreted as an Arbitration Lost condition by the transmitter. 180 Generate a POLL message to trigger an Arbitration Lost condition. 186 This command can be used to test the Arbitration Lost condition in 187 the remote CEC transmitter. Arbitration happens when two CEC adapters 190 stop transmitting ('Arbitration Lost'). This is very hard to test, 251 because the receiver also looks for an Arbitration Lost condition in 269 because the receiver also looks for an Arbitration Lost condition in 304 positions 0-3 the receiver can interpret this as an Arbitration Lost
|
/openbmc/linux/Documentation/i2c/ |
H A D | gpio-fault-injection.rst | 86 Lost arbitration 90 bus arbitration against another master in a multi-master setup. 95 This file is write only and you need to write the duration of the arbitration 99 Arbitration lost is achieved by waiting for SCL going down by the master under 103 There doesn't need to be a device at this address because arbitration lost
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_82599.h | 42 /* Receive Arbitration Control: 0 Round Robin, 1 DFP */ 44 #define IXGBE_RTRPCS_ARBDIS 0x00000040 /* Arbitration disable bit */ 64 #define IXGBE_RTTPCS_ARBD_DCB 0x4 /* Arbitration delay in DCB mode */
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 68 /* Arbitration lost - core lost arbitration */ 153 /* Verify arbitration */ in cobalt_tx_bytes() 155 /* Arbitration lost! */ in cobalt_tx_bytes() 206 /* Verify arbitration */ in cobalt_rx_bytes() 208 /* Arbitration lost! */ in cobalt_rx_bytes()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | davinci_i2c.h | 38 #define I2C_IE_AL_IE (1 << 0) /* Arbitration lost interrupt enable */ 51 #define I2C_STAT_AL (1 << 0) /* Arbitration lost interrupt enable */ 57 #define I2C_INTCODE_AL 1 /* Arbitration lost */
|
H A D | omap24xx_i2c.h | 17 #define I2C_IE_AL_IE (1 << 0) /* Arbitration lost interrupt enable */ 31 #define I2C_STAT_AL (1 << 0) /* Arbitration lost interrupt enable */ 37 #define I2C_INTCODE_AL 1 /* Arbitration lost */
|
H A D | mv_i2c.h | 42 #define ICR_ALDIE 0x1000 /* enable arbitration interrupt */ 62 #define ISR_ALD 0x20 /* arbitration loss detected */
|
/openbmc/linux/Documentation/gpu/ |
H A D | vgaarbiter.rst | 13 the legacy VGA arbitration task (besides other bus management tasks) when more 18 control bus resources. Therefore an arbitration scheme outside of the X server 26 scans all PCI devices and adds the VGA ones inside the arbitration. The 124 instance, if there is only one card, then it can completely escape arbitration. 160 card can be left out of the arbitration process (and can be safe to take
|
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ |
H A D | ddr.h | 18 /* Board can provide agent specific parameters for arbitration by 24 u32 min_limit; /* min bursts to execute per arbitration */
|
/openbmc/linux/net/ncsi/ |
H A D | internal.h | 21 NCSI_CAP_GENERIC_HWA = 0x01, /* HW arbitration */ 26 NCSI_CAP_GENERIC_HWA_UNKNOWN = 0x00, /* Unknown HW arbitration */ 27 NCSI_CAP_GENERIC_HWA_SUPPORT = 0x20, /* Supported HW arbitration */ 28 NCSI_CAP_GENERIC_HWA_NOT_SUPPORT = 0x40, /* No HW arbitration */ 29 NCSI_CAP_GENERIC_HWA_RESERVED = 0x60, /* Reserved HW arbitration */ 30 NCSI_CAP_GENERIC_HWA_MASK = 0x60, /* Mask for HW arbitration */ 321 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */
|
/openbmc/linux/drivers/scsi/ |
H A D | fdomain.h | 37 #define ASTAT_ARB BIT(1) /* Arbitration complete */ 47 #define ICTL_ARB BIT(5) /* Int. on Arbitration complete */ 65 #define IRQ_ARB BIT(4) /* SCSI Arbitration interrupt */ 72 #define ACTL_ARB BIT(2) /* Initiate Bus Arbitration */
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-port.rst | 370 arbitration scheme attempts to schedule nodes based on their priority 376 Allows for usage of Weighted Fair Queuing arbitration scheme among 377 siblings. This arbitration scheme can be used simultaneously with the 390 and arbitration among them is based on assigned weights. 392 Arbitration flow from the high level: 396 parameter for this arbitration. 398 #. If group of nodes have the same priority perform WFQ arbitration on 399 that subgroup. Use ``tx_weight`` as a parameter for this arbitration. 401 #. Select the winner node, and continue arbitration flow among its children,
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | Kconfig | 20 bool "GPIO-based I2C arbitration" 24 I2C multimaster arbitration scheme using GPIOs and a challenge &
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | uncore-interconnect.json | 2181 …ption": "Lost Arb for VN0 : REQ on AD : VN0 message requested but lost arbitration : Home (REQ) me… 2190 …ption": "Lost Arb for VN0 : RSP on AD : VN0 message requested but lost arbitration : Response (RSP… 2199 …ption": "Lost Arb for VN0 : SNP on AD : VN0 message requested but lost arbitration : Snoops (SNP) … 2208 …ption": "Lost Arb for VN0 : NCB on BL : VN0 message requested but lost arbitration : Non-Coherent … 2217 …ption": "Lost Arb for VN0 : NCS on BL : VN0 message requested but lost arbitration : Non-Coherent … 2226 …ption": "Lost Arb for VN0 : RSP on BL : VN0 message requested but lost arbitration : Response (RSP… 2235 …iption": "Lost Arb for VN0 : WB on BL : VN0 message requested but lost arbitration : Data Response… 2244 …ption": "Lost Arb for VN1 : REQ on AD : VN1 message requested but lost arbitration : Home (REQ) me… 2253 …ption": "Lost Arb for VN1 : RSP on AD : VN1 message requested but lost arbitration : Response (RSP… 2262 …ption": "Lost Arb for VN1 : SNP on AD : VN1 message requested but lost arbitration : Snoops (SNP) … [all …]
|
/openbmc/linux/drivers/soc/gemini/ |
H A D | soc-gemini.c | 60 /* Set up system arbitration */ in gemini_soc_init() 66 pr_info("Gemini SoC %04x revision %02x, set arbitration %08x\n", in gemini_soc_init()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_reg.h | 279 /* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1 583 /* [RW 5] The number of time_slots in the arbitration cycle */ 585 /* [RW 3] The source that is associated with arbitration element 0. Source 589 /* [RW 3] The source that is associated with arbitration element 1. Source 594 /* [RW 3] The source that is associated with arbitration element 2. Source 600 /* [RW 3] The source that is associated with arbitration element 3. Source 607 /* [RW 3] The source that is associated with arbitration element 4. Source 677 /* [RW 3] The arbitration scheme of time_slot 0 */ 679 /* [RW 3] The arbitration scheme of time_slot 10 */ 681 /* [RW 3] The arbitration scheme of time_slot 11 */ [all …]
|
/openbmc/linux/include/linux/can/ |
H A D | length.h | 21 * Arbitration field: 39 * Arbitration field: 60 * Arbitration field: 81 * Arbitration field:
|