Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-i801.c650 u16 pcists; in i801_isr() local
654 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_isr()
655 if (!(pcists & SMBPCISTS_INTS)) in i801_isr()
1877 u16 pcictl, pcists; in i801_probe() local
1880 pci_read_config_word(priv->pci_dev, SMBPCISTS, &pcists); in i801_probe()
1881 if (pcists & SMBPCISTS_INTS) in i801_probe()
/Linux-v5.10/include/linux/
Dswitchtec.h414 u16 pcists; member