Lines Matching refs:data
454 * Tell XSL where to route data to.
539 * Check if PSL has data-cache. We need to flush adapter datacache
544 dev_dbg(&dev->dev, "No data-cache present\n");
565 /* Tell PSL where to route data to */
1349 u32 data;
1355 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_MASK, &data);
1356 if (data & PCI_ERR_UNC_MALF_TLP)
1357 if (data & PCI_ERR_UNC_INTN)
1359 data |= PCI_ERR_UNC_MALF_TLP;
1360 data |= PCI_ERR_UNC_INTN;
1361 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_MASK, data);