Searched refs:masters (Results 1 – 25 of 74) sorted by relevance
123
/Linux-v5.15/drivers/vme/bridges/ |
D | vme_fake.c | 65 struct fake_master_window masters[FAKE_MAX_MASTER]; member 317 bridge->masters[i].enabled = enabled; in fake_master_set() 318 bridge->masters[i].vme_base = vme_base; in fake_master_set() 319 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() 322 bridge->masters[i].dwidth = dwidth; in fake_master_set() 349 *enabled = bridge->masters[i].enabled; in __fake_master_get() 350 *vme_base = bridge->masters[i].vme_base; in __fake_master_get() 351 *size = bridge->masters[i].size; in __fake_master_get() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 49 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.
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-stm | 1 What: /sys/class/stm/<stm>/masters 24 assigned masters.
|
D | configfs-stp-policy | 34 What: /config/stp-policy/<device>.<policy>/<node>/masters 38 Range of masters from which to allocate for users of this node.
|
D | sysfs-bus-intel_th-devices-gth | 1 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/masters/* 5 Description: (RW) Configure output ports for STP masters. Writing -1
|
D | sysfs-platform-i2c-demux-pinctrl | 6 Reading the file will give you a list of masters which can be
|
/Linux-v5.15/Documentation/trace/ |
D | stm.rst | 11 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
|
D | intel_th.rst | 37 GTH allows directing different STP masters into different output ports 38 via its "masters" attribute group. More detailed GTH interface 79 $ echo 0 > /sys/bus/intel_th/devices/0-gth/masters/33
|
/Linux-v5.15/Documentation/devicetree/bindings/bus/ |
D | brcm,gisb-arb.txt | 19 masters are valid at the system level 21 masters. Should match the number of bits set in brcm,gisb-master-mask and
|
D | ti,da850-mstpri.txt | 5 peripherals classified as masters.
|
/Linux-v5.15/Documentation/devicetree/bindings/dma/ |
D | lpc1850-dmamux.txt | 12 - dma-masters: phandle pointing to the DMA controller 41 dma-masters = <&dmac>;
|
D | ti-dma-crossbar.txt | 10 - dma-masters: phandle pointing to the DMA controller 55 dma-masters = <&sdma>;
|
/Linux-v5.15/Documentation/devicetree/bindings/fsi/ |
D | fsi.txt | 11 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.
|
D | fsi-master-gpio.txt | 13 functions (eg, external FSI masters)
|
D | fsi-master-aspeed.txt | 4 The AST2600 contains two identical FSI masters. They share a clock and have a
|
D | fsi-master-ast-cf.txt | 15 functions (eg, external FSI masters)
|
/Linux-v5.15/drivers/w1/ |
D | Makefile | 9 obj-y += masters/ slaves/
|
D | Kconfig | 29 source "drivers/w1/masters/Kconfig"
|
/Linux-v5.15/arch/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 98 mmu-masters = <&xgmac0 114 mmu-masters = <&xgmac1
|
/Linux-v5.15/Documentation/w1/ |
D | index.rst | 13 masters/index
|
/Linux-v5.15/Documentation/devicetree/bindings/i2c/ |
D | i2c-demux-pinctrl.txt | 25 - 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
|
D | i2c-arb-gpio-challenge.txt | 13 * 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-v5.15/drivers/base/ |
D | component.c | 82 static LIST_HEAD(masters); 151 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-v5.15/Documentation/ABI/stable/ |
D | sysfs-driver-firmware-zynqmp | 9 by system to pass information between masters. 36 masters.
|
/Linux-v5.15/drivers/hwtracing/stm/ |
D | stm.h | 45 struct stp_master *masters[]; member
|
123