Home
last modified time | relevance | path

Searched refs:masters (Results 1 – 49 of 49) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt5 of address translation to bus masters external to the CPU.
37 - mmu-masters : A list of phandles to device nodes representing bus
38 masters for which the SMMU can provide a translation
50 masters connected upstream of the SMMU.
75 mmu-masters = <&dma0 0xd01d 0xd01e>,
Diommu.txt49 association of masters to be configured. Note that an IOMMU can by design
56 - #iommu-cells = <4>: Some IOMMU devices allow the DMA window for masters to
70 Devices that access memory through an IOMMU are called masters. A device can
124 * have sufficient information to distinguish between masters.
127 * all masters at any given point in time.
Drenesas,ipmmu-vmsa.txt4 It provides address translation for bus masters outside of the CPU, each
Darm,smmu-v3.txt37 masters connected upstream of the SMMU.
/linux-4.4.14/Documentation/trace/
Dstm.txt8 these masters and channels are statically allocated to certain
20 master 7 channel 15, while arbitrary user applications can use masters
25 identifiers to ranges of masters and channels. If these rules (policy)
30 have a name (string identifier) and a range of masters and channels
38 channels masters
39 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters
45 masters 48 through 63 and channel allocation pool has channels 0
Dintel_th.txt34 GTH allows directing different STP masters into different output ports
35 via its "masters" attribute group. More detailed GTH interface
75 $ echo 0 > /sys/bus/intel_th/devices/0-gth/masters/33
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dsnps-dma.txt9 - dma-masters: Number of AHB masters supported by the controller
36 dma-masters = <2>;
Dlpc1850-dmamux.txt12 - dma-masters: phandle pointing to the DMA controller
41 dma-masters = <&dmac>;
Ddma.txt41 - dma-masters: phandle of the DMA controller or list of phandles for
49 - In the node pointed by the dma-masters:
60 dma-masters = <&sdma>;
Dti-dma-crossbar.txt10 - dma-masters: phandle pointing to the DMA controller
49 dma-masters = <&sdma>;
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dbrcm,gisb-arb.txt19 masters are valid at the system level
21 masters. Should match the number of bits set in brcm,gisb-master-mask and
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-stp-policy34 What: /config/stp-policy/<device>.<policy>/<node>/masters
38 Range of masters from which to allocate for users of this node.
Dsysfs-bus-intel_th-devices-gth1 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/masters/*
5 Description: (RW) Configure output ports for STP masters. Writing -1
Dsysfs-class-stm1 What: /sys/class/stm/<stm>/masters
/linux-4.4.14/drivers/base/
Dcomponent.c52 static LIST_HEAD(masters);
59 list_for_each_entry(m, &masters, node) in __master_find()
207 list_for_each_entry(m, &masters, node) { in try_to_bring_up_masters()
314 list_add(&master->node, &masters); in component_master_add_with_match()
/linux-4.4.14/drivers/w1/
DMakefile8 obj-y += masters/ slaves/
DKconfig28 source drivers/w1/masters/Kconfig
/linux-4.4.14/Documentation/w1/
D00-INDEX5 masters/
Dw1.netlink22 list current bus masters
88 w1_netlink_msg) plus number of masters multiplied by 4)
90 number of masters multiplied by 4 (u32 size))
Dw1.generic9 The w1 subsystem provides the framework for managing w1 masters and
/linux-4.4.14/drivers/mfd/
Dpm8921-core.c164 int i, ret, masters = 0; in pm8xxx_irq_handler() local
175 masters = root >> 1; in pm8xxx_irq_handler()
179 if (masters & (1 << i)) in pm8xxx_irq_handler()
/linux-4.4.14/drivers/hwtracing/stm/
Dstm.h52 struct stp_master *masters[0]; member
Dpolicy.c182 CONFIGFS_ATTR(stp_policy_node_, masters);
Dcore.c54 static DEVICE_ATTR_RO(masters);
145 ((_s)->masters[(_m) - (_s)->data->sw_start])
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt13 * Having two masters on a bus in general makes it relatively hard to debug
20 All masters on the bus have a 'bus claim' line which is an output that the
/linux-4.4.14/drivers/bus/
Dbrcmstb_gisb.c170 u32 masters) in brcmstb_gisb_master_to_str() argument
172 u32 mask = gdev->valid_mask & masters; in brcmstb_gisb_master_to_str()
/linux-4.4.14/arch/arm/boot/dts/
Dspear13xx.dtsi119 dma-masters = <2>;
131 dma-masters = <2>;
Dlpc18xx.dtsi197 dma-masters = <&dmac>;
Ddra7.dtsi318 dma-masters = <&sdma>;
/linux-4.4.14/drivers/iommu/
Darm-smmu.c323 struct rb_root masters; member
402 struct rb_node *node = smmu->masters.rb_node; in find_smmu_master()
439 new = &smmu->masters.rb_node; in insert_smmu_master()
455 rb_insert_color(&master->node, &smmu->masters); in insert_smmu_master()
1770 smmu->masters = RB_ROOT; in arm_smmu_device_dt_probe()
1822 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_dt_probe()
1851 for (node = rb_first(&smmu->masters); node; node = rb_next(node)) { in arm_smmu_device_remove()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcci.txt129 * CCI interconnect bus masters
131 Description: masters in the device tree connected to a CCI port
Darm-boards171 based systems. Juno r1 also has support for AXI masters placed on the TLX
/linux-4.4.14/Documentation/w1/masters/
Domap-hdq32 The driver (drivers/w1/masters/omap_hdq.c) supports the HDQ mode of the
/linux-4.4.14/drivers/i2c/muxes/
DKconfig15 response mechanism where masters have to claim the bus by asserting
/linux-4.4.14/arch/frv/kernel/
Dcmode.S83 # (3) Stop the transfer function of DMAC. Stop all the bus masters
/linux-4.4.14/arch/arc/boot/dts/
Dabilis_tb10x.dtsi110 dma-masters = <1>;
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks47 Since the individual bus masters do not have direct control of REQ, a
/linux-4.4.14/arch/powerpc/boot/dts/
Dac14xx.dts94 /* masters mapping: CS, CS offset, size */
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt63 - w1-gpio: drivers/w1/masters/w1-gpio.c is used to drive a one-wire bus using
/linux-4.4.14/drivers/tty/
DKconfig112 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme
146 for masters and /dev/ttyxx for slaves of pseudo
/linux-4.4.14/drivers/spi/
DKconfig151 tristate "Utilities for Bitbanging SPI masters"
702 # Add new SPI protocol masters in alphabetical order above this line
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a.dtsi248 mmu-masters = <&fsl_mc 0x300 0>;
/linux-4.4.14/Documentation/arm64/
Dbooting.txt157 coherent masters with caches enabled, this will typically require
Dacpi_object_usage.txt287 _CCA 6.2.17 This method should be defined for all bus masters
/linux-4.4.14/arch/arc/
DKconfig203 masters are parked until Master kicks them so they can start of
/linux-4.4.14/Documentation/spi/
Dspi-summary21 SPI masters use a fourth "chip select" line to activate a given SPI slave
/linux-4.4.14/Documentation/
Ddevices.txt116 2 char Pseudo-TTY masters
2067 128-135 char Unix98 PTY masters
3349 device, /dev/ptmx, to all the masters (opening it will automatically
/linux-4.4.14/Documentation/networking/
Dbonding.txt197 system defaults to using the masters' mac address as actors' system
1748 contain information on which slaves are associated with which masters.
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997731 motherboard does not deal with multiple bus-masters very well).