Searched refs:base_io (Results 1 – 2 of 2) sorted by relevance
/drivers/input/serio/ |
D | hp_sdc.c | 862 if (!hp_sdc.base_io) in hp_sdc_init() 888 hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 921 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 946 hp_sdc.base_io = d->hpa.start; in hp_sdc_init_hppa() 1021 hp_sdc.base_io = (unsigned long) 0xf0428000; in hp_sdc_register() 1022 hp_sdc.data_io = (unsigned long) hp_sdc.base_io + 1; in hp_sdc_register() 1023 hp_sdc.status_io = (unsigned long) hp_sdc.base_io + 3; in hp_sdc_register()
|
/drivers/scsi/ |
D | aha1542.c | 743 unsigned int base_io = io[indx]; in aha1542_hw_init() local 748 if (base_io == 0) in aha1542_hw_init() 751 if (!request_region(base_io, AHA1542_REGION_SIZE, "aha1542")) in aha1542_hw_init() 759 sh->unique_id = base_io; in aha1542_hw_init() 760 sh->io_port = base_io; in aha1542_hw_init() 777 sh->this_id, base_io, sh->irq, dma_info); in aha1542_hw_init() 834 release_region(base_io, AHA1542_REGION_SIZE); in aha1542_hw_init()
|