Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Didt77252.c3268 u_char pci_byte; in init_card() local
3283 if (pci_read_config_byte(pcidev, 0x40, &pci_byte) != 0) { in init_card()
3288 if (pci_byte != 0) { in init_card()
3290 card->name, pci_byte); in init_card()
3299 if (pci_read_config_byte(pcidev, 0x41, &pci_byte) != 0) { in init_card()
3304 if (pci_byte != 0) { in init_card()
3306 card->name, pci_byte); in init_card()