Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-i801.c623 u16 pcists; in i801_isr() local
627 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists); in i801_isr()
628 if (!(pcists & PCI_STATUS_INTERRUPT)) in i801_isr()
1834 u16 pcictl, pcists; in i801_probe() local
1837 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists); in i801_probe()
1838 if (pcists & PCI_STATUS_INTERRUPT) in i801_probe()
/Linux-v5.15/include/linux/
Dswitchtec.h414 u16 pcists; member