Searched refs:VORTEX_PCI (Results 1 – 1 of 1) sorted by relevance
700 #define VORTEX_PCI(vp) \ macro1553 if (VORTEX_PCI(vp)) { in vortex_up()1554 pci_set_power_state(VORTEX_PCI(vp), PCI_D0); /* Go active */ in vortex_up()1556 pci_restore_state(VORTEX_PCI(vp)); in vortex_up()1557 err = pci_enable_device(VORTEX_PCI(vp)); in vortex_up()2716 if (final_down && VORTEX_PCI(vp)) { in vortex_down()2718 pci_save_state(VORTEX_PCI(vp)); in vortex_down()2961 if (VORTEX_PCI(vp)) { in vortex_get_drvinfo()2962 strlcpy(info->bus_info, pci_name(VORTEX_PCI(vp)), in vortex_get_drvinfo()2978 if (!VORTEX_PCI(vp)) in vortex_get_wol()[all …]