Searched refs:PCI_COMMAND_MEMORY (Results 1 – 7 of 7) sorted by relevance
88 bool map = cmd & PCI_COMMAND_MEMORY; in modify_decoding()136 .map = v->vpci.cmd & PCI_COMMAND_MEMORY, in vpci_process_pending()146 rc ? v->vpci.cmd & ~PCI_COMMAND_MEMORY : v->vpci.cmd, in vpci_process_pending()324 ASSERT((cmd & PCI_COMMAND_MEMORY) && !rom_only); in modify_bars()342 if ( (cmd ^ current_cmd) & PCI_COMMAND_MEMORY ) in cmd_write()370 if ( pci_conf_read16(pdev->sbdf, PCI_COMMAND) & PCI_COMMAND_MEMORY ) in bar_write()409 if ( (cmd & PCI_COMMAND_MEMORY) && header->rom_enabled && new_enabled ) in rom_write()424 if ( !(cmd & PCI_COMMAND_MEMORY) || header->rom_enabled == new_enabled ) in rom_write()434 else if ( modify_bars(pdev, new_enabled ? PCI_COMMAND_MEMORY : 0, true) ) in rom_write()485 if ( cmd & PCI_COMMAND_MEMORY ) in init_bars()[all …]
125 BUILD_BUG_ON((typeof(*pci_devfn_decode_type))PCI_COMMAND_MEMORY != in pci_setup()126 PCI_COMMAND_MEMORY); in pci_setup()229 cmd &= ~(PCI_COMMAND_MEMORY | PCI_COMMAND_IO); in pci_setup()522 pci_devfn_decode_type[devfn] |= PCI_COMMAND_MEMORY; in pci_setup()
24 #define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */ macro
128 (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) ) in video_endboot()
41 #define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */ macro
1326 if ( !(dbgp->pci_cr & PCI_COMMAND_MEMORY) ) in ehci_dbgp_init_preirq()1328 dbgp->pci_cr |= PCI_COMMAND_MEMORY; in ehci_dbgp_init_preirq()
137 return pci_conf_read16(sbdf, PCI_COMMAND) & PCI_COMMAND_MEMORY; in memory_decoded()
Completed in 15 milliseconds