Home
last modified time | relevance | path

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

1234

/linux/drivers/vme/bridges/
A Dvme_fake.c319 bridge->masters[i].size = size; in fake_master_set()
320 bridge->masters[i].aspace = aspace; in fake_master_set()
321 bridge->masters[i].cycle = cycle; in fake_master_set()
351 *size = bridge->masters[i].size; in __fake_master_get()
353 *cycle = bridge->masters[i].cycle; in __fake_master_get()
535 aspace = priv->masters[i].aspace; in fake_master_read()
536 cycle = priv->masters[i].cycle; in fake_master_read()
537 dwidth = priv->masters[i].dwidth; in fake_master_read()
729 cycle = bridge->masters[i].cycle; in fake_master_write()
826 cycle = bridge->masters[i].cycle; in fake_master_rmw()
[all …]
/linux/Documentation/devicetree/bindings/dma/
A Ddma-router.yaml25 dma-masters:
37 - dma-masters
49 dma-masters = <&sdma>;
A Dsnps,dw-axi-dmac.yaml56 snps,dma-masters:
58 Number of AXI masters supported by the hardware.
100 - snps,dma-masters
121 snps,dma-masters = <2>;
A Dst,stm32-dmamux.yaml34 - dma-masters
49 dma-masters = <&dma1 &dma2>;
A Dlpc1850-dmamux.txt12 - dma-masters: phandle pointing to the DMA controller
41 dma-masters = <&dmac>;
A Dsnps,dma-spear1340.yaml56 dma-masters:
59 Number of DMA masters supported by the controller. In case if
169 dma-masters = <4>;
A Dti-dma-crossbar.txt10 - dma-masters: phandle pointing to the DMA controller
55 dma-masters = <&sdma>;
/linux/Documentation/devicetree/bindings/iommu/
A 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
91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by
105 Firmware has to opt-in stalling, because most buses and masters don't
108 won't work in systems and masters that haven't been designed for
148 * have sufficient information to distinguish between masters.
151 * all masters at any given point in time.
A Darm,smmu.yaml16 of address translation to bus masters external to the CPU.
99 SMMUs with stream matching support and complex masters may use a value of
121 NOTE: this only applies to the SMMU itself, not masters connected
/linux/Documentation/trace/
A Dstm.rst11 these masters and channels are statically allocated to certain
23 master 7 channel 15, while arbitrary user applications can use masters
28 identifiers to ranges of masters and channels. If these rules (policy)
33 have a name (string identifier) and a range of masters and channels
41 channels masters
42 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters
48 masters 48 through 63 and channel allocation pool has channels 0
/linux/Documentation/ABI/testing/
A Dsysfs-class-stm1 What: /sys/class/stm/<stm>/masters
24 assigned masters.
A Dconfigfs-stp-policy34 What: /config/stp-policy/<device>.<policy>/<node>/masters
38 Range of masters from which to allocate for users of this node.
A 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
A Dsysfs-platform-i2c-demux-pinctrl6 Reading the file will give you a list of masters which can be
/linux/Documentation/devicetree/bindings/bus/
A 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
A Dti,da850-mstpri.txt5 peripherals classified as masters.
/linux/Documentation/devicetree/bindings/fsi/
A Dfsi.txt11 FSI masters may require their own DT nodes (to describe the master HW itself);
15 Under the masters' nodes, we can describe the bus topology using nodes to
43 FSI masters
62 masters that may be present on the bus.
A Dfsi-master-gpio.txt13 functions (eg, external FSI masters)
/linux/arch/arm64/boot/dts/amd/
A Damd-seattle-xgbe-b.dtsi98 mmu-masters = <&xgmac0
114 mmu-masters = <&xgmac1
/linux/drivers/w1/
A DMakefile9 obj-y += masters/ slaves/
/linux/Documentation/w1/
A Dindex.rst13 masters/index
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-demux-pinctrl.txt25 - i2c-parent: List of phandles of I2C masters available for selection. The first
134 - the i2c masters must have their status "disabled". This driver will
A 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/drivers/base/
A Dcomponent.c81 static LIST_HEAD(masters);
150 list_for_each_entry(m, &masters, node) in __master_find()
270 list_for_each_entry(m, &masters, node) { in try_to_bring_up_masters()
481 list_add(&master->node, &masters); in component_master_add_with_match()
/linux/Documentation/ABI/stable/
A Dsysfs-driver-firmware-zynqmp9 by system to pass information between masters.
36 masters.

Completed in 14 milliseconds

1234