Home
last modified time | relevance | path

Searched refs:pci_write_cmd (Results 1 – 1 of 1) sorted by relevance

/drivers/block/
Dumem.c89 static int pci_write_cmd = 0x0F; /* Write and Invalidate */ variable
90 module_param(pci_write_cmd, int, 0);
91 MODULE_PARM_DESC(pci_write_cmd, "PCI write command");
987 if (pci_write_cmd != 0x0F) /* If not Memory Write & Invalidate */ in mm_pci_probe()
988 pci_write_cmd = 0x07; /* then Memory Write command */ in mm_pci_probe()
990 if (pci_write_cmd & 0x08) { /* use Memory Write and Invalidate */ in mm_pci_probe()
996 pci_cmds = (pci_read_cmd << 28) | (pci_write_cmd << 24); in mm_pci_probe()