Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dn2.c50 #define N2_IOPORTS 0x10 macro
305 release_region(card->io, N2_IOPORTS); in n2_destroy_card()
328 if (io < 0x200 || io > 0x3FF || (io % N2_IOPORTS) != 0) { in n2_run()
355 if (!request_region(io, N2_IOPORTS, devname)) { in n2_run()