Home
last modified time | relevance | path

Searched refs:base_io (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/serio/
H A Dhp_sdc.c863 if (!hp_sdc.base_io) in hp_sdc_init()
889 hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
922 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init()
947 hp_sdc.base_io = d->hpa.start; in hp_sdc_init_hppa()
1022 hp_sdc.base_io = (unsigned long) 0xf0428000; in hp_sdc_register()
1023 hp_sdc.data_io = (unsigned long) hp_sdc.base_io + 1; in hp_sdc_register()
1024 hp_sdc.status_io = (unsigned long) hp_sdc.base_io + 3; in hp_sdc_register()
/linux/drivers/scsi/
H A Daha1542.c744 unsigned int base_io = io[indx]; in aha1542_hw_init() local
749 if (base_io == 0) in aha1542_hw_init()
752 if (!request_region(base_io, AHA1542_REGION_SIZE, "aha1542")) in aha1542_hw_init()
760 sh->unique_id = base_io; in aha1542_hw_init()
761 sh->io_port = base_io; in aha1542_hw_init()
778 sh->this_id, base_io, sh->irq, dma_info); in aha1542_hw_init()
835 release_region(base_io, AHA1542_REGION_SIZE); in aha1542_hw_init()
/linux/include/linux/
H A Dhp_sdc.h268 unsigned long base_io, status_io, data_io; /* Our IO ports */ member
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx51 (`port' changed to `base_io').