Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-i801.c628 u16 pcists; in i801_isr() local
632 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() local
1646 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_probe()
1647 if (pcists & SMBPCISTS_INTS) in i801_probe()
/Linux-v4.19/include/linux/
Dswitchtec.h295 u16 pcists; member