Home | History | Annotate | Download | only in SmmIoLibSmmCpuIo2

Lines Matching full:specified

22   Reads the I/O port specified by Port with registers width specified by Width.

52 Writes the I/O port specified by Port with registers width and value specified by Width
83 Reads the MMIO registers specified by Address with registers width specified by Width.
113 Writes the MMIO registers specified by Address with registers width and value specified by Width
144 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
167 Writes the 8-bit I/O port specified by Port with the value specified by Value
192 Reads the 16-bit I/O port specified by Port. The 16-bit read value is returned.
221 Writes the 16-bit I/O port specified by Port with the value specified by Value
252 Reads the 32-bit I/O port specified by Port. The 32-bit read value is returned.
281 Writes the 32-bit I/O port specified by Port with the value specified by Value
312 Reads the 64-bit I/O port specified by Port. The 64-bit read value is returned.
341 Writes the 64-bit I/O port specified by Port with the value specified by Value
372 Reads the 8-bit MMIO register specified by Address. The 8-bit read value is
395 Writes the 8-bit MMIO register specified by Address with the value specified
418 Reads the 16-bit MMIO register specified by Address. The 16-bit read value is
447 Writes the 16-bit MMIO register specified by Address with the value specified
476 Reads the 32-bit MMIO register specified by Address. The 32-bit read value is
505 Writes the 32-bit MMIO register specified by Address with the value specified
534 Reads the 64-bit MMIO register specified by Address. The 64-bit read value is
563 Writes the 64-bit MMIO register specified by Address with the value specified