Searched refs:pcists (Results 1 – 2 of 2) sorted by relevance
628 u16 pcists; in i801_isr() local632 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_isr()633 if (!(pcists & SMBPCISTS_INTS)) in i801_isr()1643 u16 pcictl, pcists; in i801_probe() local1646 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_probe()1647 if (pcists & SMBPCISTS_INTS) in i801_probe()
295 u16 pcists; member