Searched refs:asc_n_io_port (Results 1 – 1 of 1) sorted by relevance
4071 ushort asc_n_io_port; /* Number I/O ports. */ member5302 boardp->asc_n_io_port = ASC_IOADR_GAP; in ASC_INITFUNC()5318 boardp->asc_n_io_port = iolen; in ASC_INITFUNC()5332 shp->n_io_port = boardp->asc_n_io_port <= 255 ? in ASC_INITFUNC()5333 boardp->asc_n_io_port : 255; in ASC_INITFUNC()5451 (ulong) shp->io_port, boardp->asc_n_io_port); in ASC_INITFUNC()5453 if (request_region(shp->io_port, boardp->asc_n_io_port, in ASC_INITFUNC()5457 boardp->id, (ulong) shp->io_port, boardp->asc_n_io_port); in ASC_INITFUNC()5466 request_region(shp->io_port, boardp->asc_n_io_port, "advansys"); in ASC_INITFUNC()5481 release_region(shp->io_port, boardp->asc_n_io_port); in ASC_INITFUNC()[all …]