Searched refs:pci_read_cmd (Results 1 – 1 of 1) sorted by relevance
82 static int pci_read_cmd = 0x0C; /* Read Multiple */ variable83 module_param(pci_read_cmd, int, 0);84 MODULE_PARM_DESC(pci_read_cmd, "PCI read command");979 pci_cmds = (pci_read_cmd << 28) | (pci_write_cmd << 24); in mm_pci_probe()