Searched refs:pci_byte (Results 1 – 1 of 1) sorted by relevance
3271 u_char pci_byte; in init_card() local3286 if (pci_read_config_byte(pcidev, 0x40, &pci_byte) != 0) { in init_card()3291 if (pci_byte != 0) { in init_card()3293 card->name, pci_byte); in init_card()3302 if (pci_read_config_byte(pcidev, 0x41, &pci_byte) != 0) { in init_card()3307 if (pci_byte != 0) { in init_card()3309 card->name, pci_byte); in init_card()