Searched refs:N2_IOPORTS (Results 1 – 1 of 1) sorted by relevance
50 #define N2_IOPORTS 0x10 macro305 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()