Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c77 struct pci_dev *tmp_pdev; in mt7915_pci_init_hif2() local
82 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2()
84 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2()
86 if (!tmp_pdev) { in mt7915_pci_init_hif2()
88 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()
90 tmp_pdev = linuxkpi_pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()
92 if (!tmp_pdev) in mt7915_pci_init_hif2()
95 pci_dev_put(tmp_pdev); in mt7915_pci_init_hif2()