Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dn2.c51 #define N2_IOPORTS 0x10 macro
319 release_region(card->io, N2_IOPORTS); in n2_destroy_card()
341 if (io < 0x200 || io > 0x3FF || (io % N2_IOPORTS) != 0) { in n2_run()
368 if (!request_region(io, N2_IOPORTS, devname)) { in n2_run()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds