Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-i801.c601 u16 pcists; in i801_isr() local
605 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists); in i801_isr()
606 if (!(pcists & PCI_STATUS_INTERRUPT)) in i801_isr()
1720 u16 pcists; in i801_probe() local
1723 pci_read_config_word(priv->pci_dev, PCI_STATUS, &pcists); in i801_probe()
1724 if (pcists & PCI_STATUS_INTERRUPT) in i801_probe()
/Linux-v6.6/include/linux/
Dswitchtec.h414 u16 pcists; member