Lines Matching full:mmio
46 - Request MMIO/IOP resources
62 - Release MMIO/IOP resources
182 - Request MMIO/IOP resources
235 Request MMIO/IOP resources
237 Memory (MMIO), and I/O port addresses should NOT be read directly
253 determine MMIO and IO Port resource availability _after_ calling
257 (for MMIO ranges) and request_region() (for IO Port ranges).
353 This guarantee allows the driver to omit MMIO reads to flush
371 - Disable device from responding to MMIO/IO Port addresses
372 - Release MMIO/IO Port resource(s)
436 Disable Device from responding to MMIO/IO Port addresses
438 io_unmap() MMIO or IO Port resources and then call pci_disable_device().
443 Release MMIO/IO Port Resource(s)
445 Call pci_release_region() to mark the MMIO or IO Port range as available.
540 MMIO Space and "Write Posting"
543 Converting a driver from using I/O Port space to using MMIO space
547 device before the CPU can continue. Writes to MMIO space allow the CPU
561 The same sequence for MMIO space should be::
576 MMIO reads to master abort (a.k.a. "Soft Fail") and return garbage