Lines Matching refs:Port
309 determine MMIO and IO Port resource availability _after_ calling
313 (for MMIO ranges) and request_region() (for IO Port ranges).
426 Disable device from responding to MMIO/IO Port addresses
427 Release MMIO/IO Port resource(s)
491 4.6 Disable Device from responding to MMIO/IO Port addresses
493 io_unmap() MMIO or IO Port resources and then call pci_disable_device().
498 4.7 Release MMIO/IO Port Resource(s)
500 Call pci_release_region() to mark the MMIO or IO Port range as available.
600 Converting a driver from using I/O Port space to using MMIO space
603 already do this. I/O Port space guarantees write transactions reach the PCI
611 sequence works fine for I/O Port space: