Lines Matching full:port
29 * "default" port which has no security checks applied. In QEMU the default
30 * port can be emulated simply by wiring its downstream devices directly
34 * In the hardware, selection of which downstream port to use is done by
36 * we provide 16 MMIO regions, one per port, and the user maps these into
41 * of each of the 16 ports of the PPC. When a port is unused (i.e. no
44 * unused port lies in the middle of the range with other used ports at
45 * higher port numbers, a dummy MMIO region is created to ensure that
46 * port N's upstream is always sysbus MMIO region N. Dummy regions should
48 * + Property "port[0..15]": MemoryRegion defining the downstream device(s)
50 * + Named GPIO inputs "cfg_nonsec[0..15]": set to 1 if the port should be
52 * + Named GPIO inputs "cfg_ap[0..15]": set to 1 if the port should be
60 * the associated port do not have the TZ security check performed. (This
104 TZPPCPort port[TZ_NUM_PORTS]; member