Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-i801.c499 u16 pcists; in i801_isr() local
503 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_isr()
504 if (!(pcists & SMBPCISTS_INTS)) in i801_isr()
1238 u16 pcictl, pcists; in i801_probe() local
1241 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_probe()
1242 if (pcists & SMBPCISTS_INTS) in i801_probe()