Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcyclades.h179 #define PCI_DEVICE_ID_MASK 0x06 macro
/linux-4.4.14/drivers/tty/
Dcyclades.c3684 device_id = pdev->device & ~PCI_DEVICE_ID_MASK; in cy_pci_probe()