Searched refs:base_io (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/scsi/ |
D | aha1542.c | 742 unsigned int base_io = io[indx]; in aha1542_hw_init() local 747 if (base_io == 0) in aha1542_hw_init() 750 if (!request_region(base_io, AHA1542_REGION_SIZE, "aha1542")) in aha1542_hw_init() 758 sh->unique_id = base_io; in aha1542_hw_init() 759 sh->io_port = base_io; in aha1542_hw_init() 776 sh->this_id, base_io, sh->irq, dma_info); in aha1542_hw_init() 833 release_region(base_io, AHA1542_REGION_SIZE); in aha1542_hw_init()
|
/linux-6.1.9/include/linux/ |
D | hp_sdc.h | 268 unsigned long base_io, status_io, data_io; /* Our IO ports */ member
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 51 (`port' changed to `base_io').
|