Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h25 #define VELOCITY_IO_SIZE 256 macro
H A Dvia-velocity.c2693 if (pci_resource_len(pdev, 1) < VELOCITY_IO_SIZE) { in velocity_get_pci_info()
2722 if (resource_size(&res) < VELOCITY_IO_SIZE) { in velocity_get_platform_info()
2811 regs = ioremap(vptr->memaddr, VELOCITY_IO_SIZE); in velocity_probe()