Searched refs:base_io (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | atp870u.c | 2560 unsigned int base_io, tmport, error,n; in atp870u_probe() local 2601 base_io = pci_resource_start(pdev, 0); in atp870u_probe() 2602 base_io &= 0xfffffff8; in atp870u_probe() 2608 host_id = inb(base_io + 0x39); in atp870u_probe() 2612 " IO:%x, IRQ:%d.\n", count, base_io, pdev->irq); in atp870u_probe() 2613 atpdev->ioport[0] = base_io + 0x40; in atp870u_probe() 2614 atpdev->pciport[0] = base_io + 0x28; in atp870u_probe() 2618 tmport = base_io + 0x22; in atp870u_probe() 2631 outw(n, base_io + 0x34); in atp870u_probe() 2633 if (inb(base_io + 0x30) == 0xff) in atp870u_probe() [all …]
|
D | aha1542.c | 147 static void setup_mailboxes(int base_io, struct Scsi_Host *shpnt); 750 static int __init aha1542_getconfig(int base_io, unsigned char *irq_level, unsigned char *dma_chan,… in aha1542_getconfig() argument 755 i = inb(STATUS(base_io)); in aha1542_getconfig() 757 i = inb(DATA(base_io)); in aha1542_getconfig() 759 aha1542_out(base_io, inquiry_cmd, 1); in aha1542_getconfig() 760 aha1542_in(base_io, inquiry_result, 3); in aha1542_getconfig() 761 WAIT(INTRFLAGS(base_io), INTRMASK, HACC, 0); in aha1542_getconfig() 766 aha1542_intr_reset(base_io); in aha1542_getconfig() 854 static int __init aha1542_query(int base_io, int *transl) in aha1542_query() argument 859 i = inb(STATUS(base_io)); in aha1542_query() [all …]
|
/linux-2.6.39/sound/oss/ |
D | aedsp16.c | 445 int base_io; /* base I/O address for accessing card */ member 627 decoded_hcfg.iobase = ae_config.base_io; in aedsp16_hard_decode() 945 if (aedsp16_write(ae_config.base_io, GET_DSP_VERSION)) { in aedsp16_dsp_version() 976 if (aedsp16_write(ae_config.base_io, GET_DSP_COPYRIGHT)) { in aedsp16_dsp_copyright() 1033 if (aedsp16_dsp_reset(ae_config.base_io) == FALSE) { in aedsp16_init_board() 1037 if (aedsp16_dsp_copyright(ae_config.base_io) == FALSE) { in aedsp16_init_board() 1049 if (aedsp16_dsp_version(ae_config.base_io) == FALSE) { in aedsp16_init_board() 1054 if (aedsp16_stdcfg(ae_config.base_io) == FALSE) { in aedsp16_init_board() 1060 if (aedsp16_hard_read(ae_config.base_io) == FALSE) { in aedsp16_init_board() 1069 if (aedsp16_hard_write(ae_config.base_io) == FALSE) { in aedsp16_init_board() [all …]
|
/linux-2.6.39/drivers/md/ |
D | dm-crypt.c | 63 struct dm_crypt_io *base_io; member 901 io->base_io = NULL; in crypt_io_alloc() 921 struct dm_crypt_io *base_io = io->base_io; in crypt_dec_pending() local 929 if (likely(!base_io)) in crypt_dec_pending() 932 if (error && !base_io->error) in crypt_dec_pending() 933 base_io->error = error; in crypt_dec_pending() 934 crypt_dec_pending(base_io); in crypt_dec_pending() 1151 if (!io->base_io) in kcryptd_crypt_write_convert() 1152 new_io->base_io = io; in kcryptd_crypt_write_convert() 1154 new_io->base_io = io->base_io; in kcryptd_crypt_write_convert() [all …]
|
/linux-2.6.39/drivers/input/serio/ |
D | hp_sdc.c | 866 if (!hp_sdc.base_io) in hp_sdc_init() 892 (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 926 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi); in hp_sdc_init() 951 hp_sdc.base_io = d->hpa.start; in hp_sdc_init_hppa() 1027 hp_sdc.base_io = (unsigned long) 0xf0428000; in hp_sdc_register() 1028 hp_sdc.data_io = (unsigned long) hp_sdc.base_io + 1; in hp_sdc_register() 1029 hp_sdc.status_io = (unsigned long) hp_sdc.base_io + 3; in hp_sdc_register()
|
/linux-2.6.39/include/linux/ |
D | hp_sdc.h | 268 unsigned long base_io, status_io, data_io; /* Our IO ports */ member
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 51 (`port' changed to `base_io').
|