/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | designware-pcie.txt | 22 - num-ib-windows: number of inbound address translation windows 23 - num-ob-windows: number of outbound address translation windows 67 num-ib-windows = <6>; 68 num-ob-windows = <2>;
|
D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 19 - apio-wins : number of requested apio outbound windows 20 default 2 outbound windows are configured - 23 - ppio-wins : number of requested ppio inbound windows
|
D | ti-pci.txt | 40 - num-ib-windows : number of inbound address translation windows 41 - num-ob-windows : number of outbound address translation windows
|
D | mvebu-pci.txt | 16 interfaces, and ranges describing the MBus windows needed to access 37 The ranges describing the MBus windows have the following layout: 52 Since the location and size of the different MBus windows is not fixed in 71 - ranges, translating the MBus windows ranges of the parent node into
|
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | core.c | 36 struct sh_pfc_window *windows; in sh_pfc_map_resources() local 60 windows = devm_kcalloc(pfc->dev, num_windows, sizeof(*windows), in sh_pfc_map_resources() 62 if (windows == NULL) in sh_pfc_map_resources() 66 pfc->windows = windows; in sh_pfc_map_resources() 81 windows->phys = res->start; in sh_pfc_map_resources() 82 windows->size = resource_size(res); in sh_pfc_map_resources() 83 windows->virt = devm_ioremap_resource(pfc->dev, res); in sh_pfc_map_resources() 84 if (IS_ERR(windows->virt)) in sh_pfc_map_resources() 86 windows++; in sh_pfc_map_resources() 102 window = pfc->windows + i; in sh_pfc_phys_to_virt()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | corec37d.c | 77 const u32 windows = 8; /*XXX*/ in corec37d_init() local 79 if ((push = evo_wait(&core->chan, 2 + 6 * windows + 2))) { in corec37d_init() 82 for (i = 0; i < windows; i++) { in corec37d_init()
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | lmedm04.rst | 10 The Sharp 7395 driver can be found in windows/system32/drivers 55 only found in windows/system32/drivers 67 The Sharp 0194 tuner driver can be found in windows/system32/drivers 88 The m88rs2000 tuner driver can be found in windows/system32/drivers
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ecm.txt | 9 windows are configured. For ECM based devices this is the first 4k 11 number of local access windows as specified by fsl,num-laws. 31 windows for this device.
|
D | mcm.txt | 9 windows are configured. For MCM based devices this is the first 4k 11 number of local access windows as specified by fsl,num-laws. 31 windows for this device.
|
D | srio.txt | 49 Usage: required if local access windows preset 53 setting of the local access windows that are targeted to this
|
/Linux-v4.19/Documentation/driver-api/ |
D | vme.rst | 59 The driver can request ownership of one or more master windows 60 (:c:func:`vme_master_request`), slave windows (:c:func:`vme_slave_request`) 64 attributes of the driver in question. For slave windows these attributes are 66 bus cycle types required in 'cycle'. Master windows add a further set of 84 Master windows 87 Master windows provide access from the local processor[s] out onto the VME bus. 88 The number of windows available and the available access modes is dependent on 106 :c:func:`vme_master_write` used to write to configured master windows. 113 Slave windows 116 Slave windows provide devices on the VME bus access into mapped portions of the [all …]
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | pci.c | 230 pci_add_resource(&bridge->windows, &ioport_resource); in mcf_pci_init() 231 pci_add_resource(&bridge->windows, &iomem_resource); in mcf_pci_init() 232 pci_add_resource(&bridge->windows, &busn_resource); in mcf_pci_init()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | sys_nautilus.c | 220 pci_add_resource(&bridge->windows, &ioport_resource); in nautilus_init_pci() 221 pci_add_resource(&bridge->windows, &iomem_resource); in nautilus_init_pci() 222 pci_add_resource(&bridge->windows, &busn_resource); in nautilus_init_pci()
|
/Linux-v4.19/drivers/pci/ |
D | host-bridge.c | 57 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_resource_to_bus() 82 resource_list_for_each_entry(window, &bridge->windows) { in pcibios_bus_to_resource()
|
/Linux-v4.19/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 49 contain two "windows", depending on the value of PCI address bit 59. 54 - For MSIs, we have two windows in the address space (one at the top of 65 Like other PCI host bridges, the Power8 IODA2 PHB supports "windows" 67 window and sixteen M64 windows. They have different characteristics. 92 SR-IOV). We basically use the trick of forcing the bridge MMIO windows 101 - The M64 windows: 114 * Support overlaps. If an address is covered by multiple windows, 146 We would like to investigate using additional M64 windows in "single 191 - Single segmented M64 windows: A segmented M64 window could be used just 197 - Multiple segmented M64 windows: As usual, each window is split into 256 [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 37 size for the address decoding windows allocated for 106 entries for translation that do not correspond to valid windows (S = 0xf) 198 The mbus-node ranges property defines a set of mbus windows that are expected 203 chooses to use a different set of mbus windows, it must ensure that any address 206 The operating system may insert additional mbus windows that do not conflict 210 is needed to set up the other windows.
|
/Linux-v4.19/drivers/ntb/hw/idt/ |
D | Kconfig | 17 with chosen valid aperture. For memory windows related BARs the 18 aperture settings shall determine the maximum size of memory windows
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | pci.c | 274 pci_add_resource(&bridge->windows, &ioport_resource); in pci_common_init() 275 pci_add_resource(&bridge->windows, &iomem_resource); in pci_common_init() 276 pci_add_resource(&bridge->windows, &busn_resource); in pci_common_init()
|
/Linux-v4.19/Documentation/gpu/ |
D | tegra.rst | 86 A display controller controls a set of windows that can be used to composite 88 ordering to individual windows (by programming the corresponding blending 90 assume a fixed Z ordering of the windows (window A is the root window, that 91 is, the lowest, while windows B and C are overlaid on top of window A). The 92 overlay windows support multiple pixel formats and can automatically convert
|
/Linux-v4.19/drivers/staging/vme/devices/ |
D | Kconfig | 8 VME windows in a manner at least semi-compatible with the interface
|
/Linux-v4.19/Documentation/sound/cards/ |
D | maya44.rst | 125 …lease refer to the block diagram on p.24 of the ESI Maya44 manual, or in the ESI windows software). 143 … analogue bypass from ADC input to output for channel 1+2. Same as "Monitor" in the windows driver. 155 This is not supported by the ESI windows driver. 162 They are not supported by the ESI windows driver.
|
/Linux-v4.19/arch/arm/mach-lpc32xx/ |
D | suspend.S | 54 @ This guarantees a small windows where DRAM isn't busy
|
/Linux-v4.19/tools/testing/nvdimm/test/ |
D | nfit.c | 1829 dcr->windows = 1; in nfit_test0_setup() 1845 dcr->windows = 1; in nfit_test0_setup() 1861 dcr->windows = 1; in nfit_test0_setup() 1877 dcr->windows = 1; in nfit_test0_setup() 1894 dcr->windows = 0; in nfit_test0_setup() 1906 dcr->windows = 0; in nfit_test0_setup() 1918 dcr->windows = 0; in nfit_test0_setup() 1930 dcr->windows = 0; in nfit_test0_setup() 1938 bdw->windows = 1; in nfit_test0_setup() 1950 bdw->windows = 1; in nfit_test0_setup() [all …]
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 131 struct list_head windows; member 446 list_for_each_entry(window, &(iommu->windows), list) { 510 list_add(&window->list, &iommu->windows); in cell_iommu_setup_window() 561 if (iommu == NULL || list_empty(&iommu->windows)) { in cell_get_iommu_table() 566 window = list_entry(iommu->windows.next, struct iommu_window, list); in cell_get_iommu_table() 750 INIT_LIST_HEAD(&iommu->windows); in cell_iommu_alloc()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | leon_pci.c | 42 list_splice_init(&resources, &bridge->windows); in leon_pci_init()
|