Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.h34 #define VELOCITY_IO_SIZE 256 macro
Dvia-velocity.c2696 if (pci_resource_len(pdev, 1) < VELOCITY_IO_SIZE) { in velocity_get_pci_info()
2727 if (resource_size(&res) < VELOCITY_IO_SIZE) { in velocity_get_platform_info()
2823 regs = ioremap(vptr->memaddr, VELOCITY_IO_SIZE); in velocity_probe()