Searched refs:pci_write_cmd (Results 1 – 1 of 1) sorted by relevance
86 static int pci_write_cmd = 0x0F; /* Write and Invalidate */ variable87 module_param(pci_write_cmd, int, 0);88 MODULE_PARM_DESC(pci_write_cmd, "PCI write command");970 if (pci_write_cmd != 0x0F) /* If not Memory Write & Invalidate */ in mm_pci_probe()971 pci_write_cmd = 0x07; /* then Memory Write command */ in mm_pci_probe()973 if (pci_write_cmd & 0x08) { /* use Memory Write and Invalidate */ in mm_pci_probe()979 pci_cmds = (pci_read_cmd << 28) | (pci_write_cmd << 24); in mm_pci_probe()