Lines Matching +full:firmware +full:- +full:initialised
3 Firmware-initialised PCI host controllers and PCI emulations, such as the
4 virtio-pci implementations found in kvmtool and other para-virtualised
17 - compatible : Must be "pci-host-cam-generic" or "pci-host-ecam-generic"
21 - device_type : Must be "pci".
23 - ranges : As described in IEEE Std 1275-1994, but must provide
24 at least a definition of non-prefetchable memory. One
28 - bus-range : Optional property (also described in IEEE Std 1275-1994)
32 - #address-cells : Must be 3.
34 - #size-cells : Must be 2.
36 - reg : The Configuration Space base address and size, as accessed
38 the first bus in the "bus-range" property. If no
39 "bus-range" is specified, this will be bus 0 (the default).
43 - linux,pci-probe-only
44 : Optional property which takes a single-cell argument.
49 Configuration Space is assumed to be memory-mapped (as opposed to being
54 For CAM, this 24-bit offset is:
64 Interrupt mapping is exactly as described in `Open Firmware Recommended
67 - #interrupt-cells : Must be 1
69 - interrupt-map : <see aforementioned specification>
71 - interrupt-map-mask : <see aforementioned specification>
77 compatible = "pci-host-cam-generic"
79 #address-cells = <3>;
80 #size-cells = <2>;
81 bus-range = <0x0 0x1>;
91 #interrupt-cells = <0x1>;
94 interrupt-map = < 0x0 0x0 0x0 0x1 &gic 0x0 0x4 0x1
100 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;