Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c650 #define DE4X5_PCI_TOTAL_SIZE 0x80 /* I/O address extent */ macro
2294 if (!request_region (iobase, DE4X5_PCI_TOTAL_SIZE, "de4x5")) { in de4x5_pci_probe()
2308 release_region (iobase, DE4X5_PCI_TOTAL_SIZE); in de4x5_pci_probe()
2326 release_region (iobase, DE4X5_PCI_TOTAL_SIZE); in de4x5_pci_remove()