Searched refs:subsystem_deviceid (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_core.c803 u16 subsystem_deviceid; local
859 rc = pci_read_config_word(pdev, PCI_SUBSYSTEM_ID, &subsystem_deviceid);
865 info("Hot Plug Subsystem Device ID: %x\n", subsystem_deviceid);
905 switch (subsystem_deviceid) {
968 if (subsystem_deviceid & 0x0001) {
975 if (subsystem_deviceid & 0x0002) {
984 if (subsystem_deviceid & 0x0004) {
993 if (subsystem_deviceid & 0x0008) {
1000 if (subsystem_deviceid & 0x0010) {
1007 if (subsystem_deviceid
[all...]

Completed in 92 milliseconds