Searched refs:base_io (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | atp870u.c | 2568 unsigned int base_io, tmport, error,n; in atp870u_probe() local 2609 base_io = pci_resource_start(pdev, 0); in atp870u_probe() 2610 base_io &= 0xfffffff8; in atp870u_probe() 2616 host_id = inb(base_io + 0x39); in atp870u_probe() 2620 " IO:%x, IRQ:%d.\n", count, base_io, pdev->irq); in atp870u_probe() 2621 atpdev->ioport[0] = base_io + 0x40; in atp870u_probe() 2622 atpdev->pciport[0] = base_io + 0x28; in atp870u_probe() 2626 tmport = base_io + 0x22; in atp870u_probe() 2639 outw(n, base_io + 0x34); in atp870u_probe() 2641 if (inb(base_io + 0x30) == 0xff) in atp870u_probe() [all …]
|
D | aha1542.c | 146 static void setup_mailboxes(int base_io, struct Scsi_Host *shpnt); 749 static int __init aha1542_getconfig(int base_io, unsigned char *irq_level, unsigned char *dma_chan,… in aha1542_getconfig() argument 754 i = inb(STATUS(base_io)); in aha1542_getconfig() 756 i = inb(DATA(base_io)); in aha1542_getconfig() 758 aha1542_out(base_io, inquiry_cmd, 1); in aha1542_getconfig() 759 aha1542_in(base_io, inquiry_result, 3); in aha1542_getconfig() 760 WAIT(INTRFLAGS(base_io), INTRMASK, HACC, 0); in aha1542_getconfig() 765 aha1542_intr_reset(base_io); in aha1542_getconfig() 853 static int __init aha1542_query(int base_io, int *transl) in aha1542_query() argument 858 i = inb(STATUS(base_io)); in aha1542_query() [all …]
|
/drivers/md/ |
D | dm-crypt.c | 62 struct dm_crypt_io *base_io; member 898 io->base_io = NULL; in crypt_io_alloc() 918 struct dm_crypt_io *base_io = io->base_io; in crypt_dec_pending() local 926 if (likely(!base_io)) in crypt_dec_pending() 929 if (error && !base_io->error) in crypt_dec_pending() 930 base_io->error = error; in crypt_dec_pending() 931 crypt_dec_pending(base_io); in crypt_dec_pending() 1150 if (!io->base_io) in kcryptd_crypt_write_convert() 1151 new_io->base_io = io; in kcryptd_crypt_write_convert() 1153 new_io->base_io = io->base_io; in kcryptd_crypt_write_convert() [all …]
|
/drivers/input/serio/ |
D | hp_sdc.c | 865 if (!hp_sdc.base_io) in hp_sdc_init() 891 (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 925 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 950 hp_sdc.base_io = d->hpa.start; in hp_sdc_init_hppa() 1026 hp_sdc.base_io = (unsigned long) 0xf0428000; in hp_sdc_register() 1027 hp_sdc.data_io = (unsigned long) hp_sdc.base_io + 1; in hp_sdc_register() 1028 hp_sdc.status_io = (unsigned long) hp_sdc.base_io + 3; in hp_sdc_register()
|