Home
last modified time | relevance | path

Searched full:arbitration (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/kernel/linux/linux-5.10/drivers/pci/
Dvc.c40 * 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 …]
/kernel/linux/linux-4.19/drivers/pci/
Dvc.c38 * pci_vc_load_arb_table - load and wait for VC arbitration table
42 * Set Load VC Arbitration Table bit requesting hardware to apply the VC
43 * Arbitration Table (previously loaded). When the VC Arbitration Table
44 * Status clears, hardware has latched the table into VC arbitration logic.
57 pci_err(dev, "VC arbitration table failed to load\n"); in pci_vc_load_arb_table()
61 * pci_vc_load_port_arb_table - Load and wait for VC port arbitration table
66 * Set Load Port Arbitration Table bit requesting hardware to apply the Port
67 * Arbitration Table (previously loaded). When the Port Arbitration Table
68 * Status clears, hardware has latched the table into port arbitration logic.
85 pci_err(dev, "VC%d port arbitration table failed to load\n", res); in pci_vc_load_port_arb_table()
[all …]
/kernel/linux/linux-5.10/drivers/i2c/muxes/
Di2c-mux-pca9541.c66 /* 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()
/kernel/linux/linux-4.19/drivers/i2c/muxes/
Di2c-mux-pca9541.c66 /* 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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra30-mc.yaml17 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
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Diommu_32.h87 #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 */
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Diommu_32.h87 #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 */
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst47 # <op>[,<mode>] rx-arb-lost <poll> generate a POLL message to trigger an arbitration lost
73 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f)
164 be interpreted as an Arbitration Lost condition by the transmitter.
178 Generate a POLL message to trigger an Arbitration Lost condition.
184 This command can be used to test the Arbitration Lost condition in
185 the remote CEC transmitter. Arbitration happens when two CEC adapters
188 stop transmitting ('Arbitration Lost'). This is very hard to test,
249 because the receiver also looks for an Arbitration Lost condition in
267 because the receiver also looks for an Arbitration Lost condition in
302 positions 0-3 the receiver can interpret this as an Arbitration Lost
/kernel/linux/linux-4.19/Documentation/media/uapi/cec/
Dcec-pin-error-inj.rst45 # <op>[,<mode>] rx-arb-lost <poll> generate a POLL message to trigger an arbitration lost
71 # <poll> CEC poll message used to test arbitration lost (0x00-0xff, default 0x0f)
162 be interpreted as an Arbitration Lost condition by the transmitter.
176 Generate a POLL message to trigger an Arbitration Lost condition.
182 This command can be used to test the Arbitration Lost condition in
183 the remote CEC transmitter. Arbitration happens when two CEC adapters
186 stop transmitting ('Arbitration Lost'). This is very hard to test,
247 because the receiver also looks for an Arbitration Lost condition in
265 because the receiver also looks for an Arbitration Lost condition in
300 positions 0-3 the receiver can interpret this as an Arbitration Lost
/kernel/linux/linux-5.10/Documentation/i2c/
Dgpio-fault-injection.rst86 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
/kernel/linux/linux-4.19/net/ncsi/
Dinternal.h25 NCSI_CAP_GENERIC_HWA = 0x01, /* HW arbitration */
30 NCSI_CAP_GENERIC_HWA_UNKNOWN = 0x00, /* Unknown HW arbitration */
31 NCSI_CAP_GENERIC_HWA_SUPPORT = 0x20, /* Supported HW arbitration */
32 NCSI_CAP_GENERIC_HWA_NOT_SUPPORT = 0x40, /* No HW arbitration */
33 NCSI_CAP_GENERIC_HWA_RESERVED = 0x60, /* Reserved HW arbitration */
34 NCSI_CAP_GENERIC_HWA_MASK = 0x60, /* Mask for HW arbitration */
270 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82599.h42 /* 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 */
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82599.h42 /* 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 */
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
Dcobalt-i2c.c68 /* 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()
/kernel/linux/linux-4.19/drivers/media/pci/cobalt/
Dcobalt-i2c.c68 /* 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()
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_suspend.c34 /* Display arbitration control */ in i915_save_display()
45 /* Display arbitration */ in i915_restore_display()
76 /* Memory Arbitration state */ in i915_save_state()
121 /* Memory arbitration state */ in i915_restore_state()
/kernel/linux/linux-5.10/Documentation/gpu/
Dvgaarbiter.rst13 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
/kernel/linux/linux-4.19/Documentation/gpu/
Dvgaarbiter.rst13 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
/kernel/linux/linux-5.10/net/ncsi/
Dinternal.h21 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 */
310 #define NCSI_DEV_HWA 2 /* Enabled HW arbitration */
/kernel/linux/linux-5.10/drivers/scsi/
Dfdomain.h37 #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 */
/kernel/linux/linux-4.19/drivers/soc/gemini/
Dsoc-gemini.c60 /* Set up system arbitration */ in gemini_soc_init()
66 pr_info("Gemini SoC %04x revision %02x, set arbitration %08x\n", in gemini_soc_init()
/kernel/linux/linux-5.10/drivers/soc/gemini/
Dsoc-gemini.c60 /* Set up system arbitration */ in gemini_soc_init()
66 pr_info("Gemini SoC %04x revision %02x, set arbitration %08x\n", in gemini_soc_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_reg.h279 /* [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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_reg.h279 /* [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 …]
/kernel/linux/linux-4.19/include/linux/platform_data/
Di2c-pxa.h33 * 12. ALDIE 0 (Disables the unit from interrupt when it loses arbitration
57 * 5. ALD 1 (Clear Arbitration Loss Detected)

12345678910>>...26