Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-i801.c523 u16 pcists; in i801_isr() local
527 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_isr()
528 if (!(pcists & SMBPCISTS_INTS)) in i801_isr()
1370 u16 pcictl, pcists; in i801_probe() local
1373 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_probe()
1374 if (pcists & SMBPCISTS_INTS) in i801_probe()