Searched refs:base_io (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Daedsp16.c445 int base_io; /* base I/O address for accessing card */ member in struct:aedsp16_info
627 decoded_hcfg.iobase = ae_config.base_io;
945 if (aedsp16_write(ae_config.base_io, GET_DSP_VERSION)) {
976 if (aedsp16_write(ae_config.base_io, GET_DSP_COPYRIGHT)) {
1033 if (aedsp16_dsp_reset(ae_config.base_io) == FALSE) {
1037 if (aedsp16_dsp_copyright(ae_config.base_io) == FALSE) {
1049 if (aedsp16_dsp_version(ae_config.base_io) == FALSE) {
1054 if (aedsp16_stdcfg(ae_config.base_io) == FALSE) {
1060 if (aedsp16_hard_read(ae_config.base_io) == FALSE) {
1069 if (aedsp16_hard_write(ae_config.base_io)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.c147 static void setup_mailboxes(int base_io, struct Scsi_Host *shpnt);
741 static int __init aha1542_getconfig(int base_io, unsigned char *irq_level, unsigned char *dma_chan, unsigned char *scsi_id) argument
746 i = inb(STATUS(base_io));
748 i = inb(DATA(base_io));
750 aha1542_out(base_io, inquiry_cmd, 1);
751 aha1542_in(base_io, inquiry_result, 3);
752 WAIT(INTRFLAGS(base_io), INTRMASK, HACC, 0);
757 aha1542_intr_reset(base_io);
845 static int __init aha1542_query(int base_io, int *transl) argument
850 i = inb(STATUS(base_io));
966 unsigned int base_io; local
[all...]
H A Datp870u.c2558 unsigned int base_io, tmport, error,n; local
2599 base_io = pci_resource_start(pdev, 0);
2600 base_io &= 0xfffffff8;
2606 host_id = inb(base_io + 0x39);
2610 " IO:%x, IRQ:%d.\n", count, base_io, pdev->irq);
2611 atpdev->ioport[0] = base_io + 0x40;
2612 atpdev->pciport[0] = base_io + 0x28;
2616 tmport = base_io + 0x22;
2629 outw(n, base_io + 0x34);
2631 if (inb(base_io
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c59 struct dm_crypt_io *base_io; member in struct:dm_crypt_io
604 io->base_io = NULL;
618 * If base_io is set, wait for the last fragment to complete.
624 struct dm_crypt_io *base_io = io->base_io; local
632 if (likely(!base_io))
635 if (error && !base_io->error)
636 base_io->error = error;
637 crypt_dec_pending(base_io);
847 * Fragments after the first use the base_io
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dhp_sdc.c855 if (!hp_sdc.base_io)
881 (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
915 errstr, (void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
940 hp_sdc.base_io = d->hpa.start;
1016 hp_sdc.base_io = (unsigned long) 0xf0428000;
1017 hp_sdc.data_io = (unsigned long) hp_sdc.base_io + 1;
1018 hp_sdc.status_io = (unsigned long) hp_sdc.base_io + 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhp_sdc.h268 unsigned long base_io, status_io, data_io; /* Our IO ports */ member in struct:__anon17464

Completed in 188 milliseconds