Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx23885/
H A Dcimax2.c378 if (0 == (pci_status & (PCI_MSK_GPIO0 | PCI_MSK_GPIO1))) in netup_ci_slot_status()
381 if (pci_status & PCI_MSK_GPIO0) { in netup_ci_slot_status()
H A Dcx23885-reg.h205 #define PCI_MSK_GPIO0 (1 << 23) macro