Searched refs:IO_RANGE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 731 shpnt->n_io_port = IO_RANGE; in aha152x_probe_one() 857 release_region(shpnt->io_port, IO_RANGE); in aha152x_release() 3023 if (!request_region(setup->io_port, IO_RANGE, "aha152x")) { in checksetup() 3033 release_region(setup->io_port, IO_RANGE); in checksetup() 3037 release_region(setup->io_port, IO_RANGE); in checksetup() 3268 if (!request_region(ports[i], IO_RANGE, "aha152x")) { in aha152x_init() 3284 release_region(ports[i], IO_RANGE); in aha152x_init() 3288 release_region(ports[i], IO_RANGE); in aha152x_init() 3311 if ( request_region(setup[i].io_port, IO_RANGE, "aha152x") ) { in aha152x_init() 3315 release_region(setup[i].io_port, IO_RANGE); in aha152x_init() [all...] |
H A D | aha152x.h | 48 #define IO_RANGE 0x20 macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 750 shpnt->n_io_port = IO_RANGE; in aha152x_probe_one() 876 release_region(shpnt->io_port, IO_RANGE); in aha152x_release() 3076 if (!request_region(setup->io_port, IO_RANGE, "aha152x")) { in checksetup() 3086 release_region(setup->io_port, IO_RANGE); in checksetup() 3090 release_region(setup->io_port, IO_RANGE); in checksetup() 3321 if (!request_region(ports[i], IO_RANGE, "aha152x")) { in aha152x_init() 3337 release_region(ports[i], IO_RANGE); in aha152x_init() 3341 release_region(ports[i], IO_RANGE); in aha152x_init() 3364 if ( request_region(setup[i].io_port, IO_RANGE, "aha152x") ) { in aha152x_init() 3368 release_region(setup[i].io_port, IO_RANGE); in aha152x_init() [all...] |
H A D | aha152x.h | 48 #define IO_RANGE 0x20 macro
|
Completed in 10 milliseconds