Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c3274 u_char pci_byte; in init_card() local
3289 if (pci_read_config_byte(pcidev, 0x40, &pci_byte) != 0) { in init_card()
3294 if (pci_byte != 0) { in init_card()
3296 card->name, pci_byte); in init_card()
3305 if (pci_read_config_byte(pcidev, 0x41, &pci_byte) != 0) { in init_card()
3310 if (pci_byte != 0) { in init_card()
3312 card->name, pci_byte); in init_card()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c3267 u_char pci_byte; in init_card() local
3282 if (pci_read_config_byte(pcidev, 0x40, &pci_byte) != 0) { in init_card()
3287 if (pci_byte != 0) { in init_card()
3289 card->name, pci_byte); in init_card()
3298 if (pci_read_config_byte(pcidev, 0x41, &pci_byte) != 0) { in init_card()
3303 if (pci_byte != 0) { in init_card()
3305 card->name, pci_byte); in init_card()

Completed in 8 milliseconds