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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c3313 u_char pci_byte; local
3328 if (pci_read_config_byte(pcidev, 0x40, &pci_byte) != 0) {
3333 if (pci_byte != 0) {
3335 card->name, pci_byte);
3344 if (pci_read_config_byte(pcidev, 0x41, &pci_byte) != 0) {
3349 if (pci_byte != 0) {
3351 card->name, pci_byte);

Completed in 102 milliseconds