/linux-4.4.14/drivers/scsi/ |
D | pas16.c | 110 unsigned short io_port; member 123 unsigned short io_port; member 197 init_board( unsigned short io_port, int irq, int force_irq ) in init_board() argument 204 outb( 0x30, io_port + P_TIMEOUT_COUNTER_REG ); /* Timeout counter */ in init_board() 205 outb( 0x01, io_port + P_TIMEOUT_STATUS_REG_OFFSET ); /* Reset TC */ in init_board() 206 outb( 0x01, io_port + WAIT_STATE ); /* 1 Wait state */ in init_board() 214 tmp = inb( io_port + IO_CONFIG_3 ); in init_board() 222 outb( 0x4d, io_port + SYS_CONFIG_4 ); in init_board() 227 outb( tmp, io_port + IO_CONFIG_3 ); in init_board() 230 outb( 0x6d, io_port + SYS_CONFIG_4 ); in init_board() [all …]
|
D | aha1542.c | 191 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port() 197 aha1542_intr_reset(sh->io_port); /* reset interrupts, so they don't block */ in aha1542_test_port() 199 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port() 204 if (!wait_mask(STATUS(sh->io_port), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF, 0)) in aha1542_test_port() 208 if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) in aha1542_test_port() 214 aha1542_outb(sh->io_port, CMD_INQUIRY); in aha1542_test_port() 217 if (!wait_mask(STATUS(sh->io_port), DF, DF, 0, 0)) in aha1542_test_port() 219 inquiry_result[i] = inb(DATA(sh->io_port)); in aha1542_test_port() 223 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port() 227 if (!wait_mask(INTRFLAGS(sh->io_port), HACC, HACC, 0, 0)) in aha1542_test_port() [all …]
|
D | pas16.h | 113 volatile unsigned short io_port 116 volatile unsigned short io_port 119 io_port = (instance)->io_port 121 #define PAS16_io_port(reg) ( io_port + pas16_offset[(reg)] )
|
D | zalon.c | 92 void __iomem *io_port = zalon + GSC_SCSI_ZALON_OFFSET; in zalon_probe() local 122 __raw_writeb(0x20, io_port + 0x38); /* DCNTL_REG, EA */ in zalon_probe() 123 __raw_writeb(0x04, io_port + 0x1b); /* CTEST0_REG, EHP */ in zalon_probe() 124 __raw_writeb(0x80, io_port + 0x22); /* CTEST4_REG, MUX */ in zalon_probe() 131 device.slot.base_v = io_port; in zalon_probe()
|
D | u14-34f.c | 617 static unsigned long io_port[] = { variable 763 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { in board_inquiry() 771 outb(CMD_CLR_INTR, sh[j]->io_port + REG_SYS_INTR); in board_inquiry() 774 outl(H2DEV(cpp->cp_dma_addr), sh[j]->io_port + REG_OGM); in board_inquiry() 777 outb(CMD_OGM_INTR, sh[j]->io_port + REG_LCL_INTR); in board_inquiry() 899 sh[j]->io_port = port_base; in port_detect() 913 sys_mask = inb(sh[j]->io_port + REG_SYS_MASK); in port_detect() 914 lcl_mask = inb(sh[j]->io_port + REG_LCL_MASK); in port_detect() 923 if (sh[j]->base == 0) outb(CMD_ENA_INTR, sh[j]->io_port + REG_SYS_MASK); in port_detect() 1005 BN(j), bus_type, (unsigned long)sh[j]->io_port, (int)sh[j]->base, in port_detect() [all …]
|
D | aha152x.c | 739 shpnt->io_port = setup->io_port; in aha152x_probe_one() 744 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one() 745 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one() 747 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one() 748 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one() 786 shpnt->io_port, HOSTIOPORT0, HOSTIOPORT1, in aha152x_probe_one() 865 if (shpnt->io_port) in aha152x_release() 866 release_region(shpnt->io_port, IO_RANGE); in aha152x_release() 2828 shpnt->io_port, shpnt->io_port + shpnt->n_io_port - 1); in aha152x_show_info() 2997 static int aha152x_porttest(int io_port) in aha152x_porttest() argument [all …]
|
D | dc395x.c | 3941 static void trms1040_wait_30us(unsigned long io_port) in trms1040_wait_30us() argument 3944 outb(5, io_port + TRM_S1040_GEN_TIMER); in trms1040_wait_30us() 3945 while (!(inb(io_port + TRM_S1040_GEN_STATUS) & GTIMEOUT)) in trms1040_wait_30us() 3958 static void trms1040_write_cmd(unsigned long io_port, u8 cmd, u8 addr) in trms1040_write_cmd() argument 3969 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd() 3970 trms1040_wait_30us(io_port); in trms1040_write_cmd() 3972 io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd() 3973 trms1040_wait_30us(io_port); in trms1040_write_cmd() 3982 outb(send_data, io_port + TRM_S1040_GEN_NVRAM); in trms1040_write_cmd() 3983 trms1040_wait_30us(io_port); in trms1040_write_cmd() [all …]
|
D | dmx3191d.c | 44 #define NCR5380_setup(instance) port = instance->io_port 93 shost->io_port = io; in dmx3191d_probe_one() 127 release_region(shost->io_port, DMX3191D_REGION_LEN); in dmx3191d_remove_one()
|
D | eata.c | 844 static unsigned long io_port[] = { variable 1268 shost->io_port = port_base; in port_detect() 1386 (unsigned long)shost->io_port, shost->irq, dma_name, in port_detect() 1450 io_port[i] = ints[i + 1]; in internal_setup() 1452 io_port[i] = 0; in internal_setup() 1541 io_port[MAX_INT_PARAM + (rev_scan ? (MAX_PCI - k) : (1 + k))] = in add_pci_ports() 1560 if (io_port[0] != SKIP) { in eata2x_detect() 1562 io_port[MAX_INT_PARAM] = 0; in eata2x_detect() 1566 for (k = MAX_INT_PARAM; io_port[k]; k++) in eata2x_detect() 1567 if (io_port[k] == SKIP) in eata2x_detect() [all …]
|
D | qlogicfas.c | 98 hreg->io_port = qbase; in __qlogicfas_detect() 174 if (shost->io_port && shost->n_io_port) in qlogicfas_release() 175 release_region(shost->io_port, shost->n_io_port); in qlogicfas_release()
|
D | sym53c416.c | 330 int base = dev->io_port; in sym53c416_intr_handle() 704 shpnt->io_port = hosts[i].base; in sym53c416_detect() 724 int base = SChost->io_port; in sym53c416_info() 743 base = SCpnt->device->host->io_port; in sym53c416_queuecommand_lck() 775 base = SCpnt->device->host->io_port; in DEF_SCSI_QCMD() 793 if (shost->io_port && shost->n_io_port) in sym53c416_release() 794 release_region(shost->io_port, shost->n_io_port); in sym53c416_release()
|
D | nsp32.c | 438 unsigned int base = SCpnt->host->io_port; 457 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autopara() 588 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autoscsi() 813 unsigned int base = SCpnt->device->host->io_port; in nsp32_reselection() 1456 base = host->io_port; in nsp32_show_info() 1462 …seq_printf(m, "IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_po… in nsp32_show_info() 1525 unsigned int base = SCpnt->device->host->io_port; in nsp32_scsi_done() 1563 unsigned int base = SCpnt->device->host->io_port; in nsp32_busfree_occur() 1794 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgout_occur() 1938 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgin_occur() [all …]
|
D | aha1740.c | 114 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info() 224 base = host->io_port; in aha1740_intr_handle() 456 unsigned int base = SCpnt->device->host->io_port; in aha1740_queuecommand_lck() 583 shpnt->io_port = slotbase; in aha1740_probe() 639 release_region (shpnt->io_port, SLOTSIZE); in aha1740_remove()
|
D | t128.c | 262 if (shost->io_port && shost->n_io_port) in t128_release() 263 release_region(shost->io_port, shost->n_io_port); in t128_release()
|
D | g_NCR5380.h | 42 #define NCR5380_instance_name io_port
|
D | dtc.c | 434 if (shost->io_port && shost->n_io_port) in dtc_release() 435 release_region(shost->io_port, shost->n_io_port); in dtc_release()
|
D | NCR53c406a.c | 568 shpnt->io_port = port_base; in NCR53c406a_detect() 602 if (shost->io_port && shost->n_io_port) in NCR53c406a_release() 603 release_region(shost->io_port, shost->n_io_port); in NCR53c406a_release()
|
D | am53c974.c | 494 shost->io_port = pci_resource_start(pdev, 0); in pci_esp_probe_one() 496 shost->unique_id = shost->io_port; in pci_esp_probe_one()
|
D | aha152x.h | 318 int io_port; member
|
D | ultrastor.c | 627 shpnt->io_port = config.port_address; in ultrastor_24f_detect() 659 if (shost->io_port && shost->n_io_port) in ultrastor_release() 660 release_region(shost->io_port, shost->n_io_port); in ultrastor_release()
|
D | eata_pio.c | 121 if (sh->io_port && sh->n_io_port) in eata_pio_release() 122 release_region(sh->io_port, sh->n_io_port); in eata_pio_release() 759 sh->io_port = base; in register_pio_HBA()
|
D | a100u2w.c | 1149 shost->io_port = host->base; in inia100_probe_one() 1152 shost->unique_id = shost->io_port; in inia100_probe_one() 1207 release_region(shost->io_port, 256); in inia100_remove_one()
|
D | fdomain.c | 968 shpnt->io_port = port_base; in __fdomain_16x0_detect() 1746 if (shpnt->io_port && shpnt->n_io_port) in fdomain_16x0_release() 1747 release_region(shpnt->io_port, shpnt->n_io_port); in fdomain_16x0_release()
|
D | qla1280.c | 4325 host->io_port = pci_resource_start(ha->pdev, 0); in qla1280_probe_one() 4326 if (!request_region(host->io_port, 0xff, "qla1280")) { in qla1280_probe_one() 4329 host->io_port, host->io_port + 0xff); in qla1280_probe_one() 4333 ha->iobase = (struct device_reg *)host->io_port; in qla1280_probe_one() 4374 release_region(host->io_port, 0xff); in qla1280_probe_one() 4408 release_region(host->io_port, 0xff); in qla1280_remove_one()
|
D | megaraid.c | 163 adapter->host->io_port + MBOX_PORT0); in mega_setup_mailbox() 166 adapter->host->io_port + MBOX_PORT1); in mega_setup_mailbox() 169 adapter->host->io_port + MBOX_PORT2); in mega_setup_mailbox() 172 adapter->host->io_port + MBOX_PORT3); in mega_setup_mailbox() 175 adapter->host->io_port + ENABLE_MBOX_REGION); in mega_setup_mailbox() 4307 adapter->host->io_port = tbase; in megaraid_probe_one()
|
D | sun3_scsi.c | 596 instance->io_port = (unsigned long)ioaddr; in sun3_scsi_probe()
|
D | wd7000.c | 1541 if (shost->io_port && shost->n_io_port) in wd7000_release() 1542 release_region(shost->io_port, shost->n_io_port); in wd7000_release()
|
D | in2000.c | 2010 instance->io_port = hostdata->io_base = base; in in2000_detect() 2127 if (shost->io_port && shost->n_io_port) in in2000_release() 2128 release_region(shost->io_port, shost->n_io_port); in in2000_release()
|
D | atp870u.c | 2740 shpnt->io_port = base_io; in atp870u_probe() 2913 shpnt->io_port = base_io; in atp870u_probe() 2999 shpnt->io_port = base_io; in atp870u_probe() 3106 seq_printf(m, " Base IO: %#.4lx\n", HBAptr->io_port); in atp870u_show_info() 3141 release_region(pshost->io_port, pshost->n_io_port); in atp870u_remove()
|
D | advansys.c | 2423 (ulong)s->base, (ulong)s->io_port, boardp->irq); in asc_prt_scsi_host() 2655 (ulong)shost->io_port, in advansys_info() 2656 (ulong)shost->io_port + ASC_IOADR_GAP - 1, in advansys_info() 2677 ASC_VERSION, busname, (ulong)shost->io_port, in advansys_info() 2678 (ulong)shost->io_port + ASC_IOADR_GAP - 1, in advansys_info() 3203 seq_printf(m, " io_port 0x%lx\n", shost->io_port); in asc_prt_driver_conf() 7238 if (AscIsIntPending(shost->io_port)) { in advansys_interrupt() 11189 shost->io_port = asc_dvc_varp->iop_base; in advansys_board_found() 11206 shost->io_port = iop; in advansys_board_found() 11696 ioport = shost->io_port; in advansys_eisa_remove()
|
D | ppa.c | 1070 host->io_port = pb->base; in __ppa_attach()
|
D | imm.c | 1204 host->io_port = pb->base; in __imm_attach()
|
D | NCR5380.c | 640 instance->hostt->name, instance->io_port, instance->n_io_port, in prepare_info()
|
D | atari_NCR5380.c | 635 instance->hostt->name, instance->io_port, instance->n_io_port, in prepare_info()
|
D | hptiop.c | 1350 host->io_port = 0; in hptiop_probe()
|
D | initio.c | 2922 shost->io_port = host->addr; in initio_probe_one()
|
D | dpt_i2o.c | 2357 host->io_port = 0; in adpt_scsi_host_alloc()
|
D | hpsa.c | 5270 sh->io_port = 0; in hpsa_scsi_host_alloc()
|
/linux-4.4.14/include/uapi/linux/ |
D | scc.h | 106 typedef unsigned long io_port; /* type definition for an 'io port address' */ typedef 144 io_port data_a; /* data port channel A */ 145 io_port ctrl_a; /* control port channel A */ 146 io_port data_b; /* data port channel B */ 147 io_port ctrl_b; /* control port channel B */ 148 io_port vector_latch; /* INTACK-Latch (#) */ 149 io_port special; /* special function port */
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci.c | 87 int io_port = joystick_port[dev]; in snd_ymfpci_create_gameport() local 89 if (!io_port) in snd_ymfpci_create_gameport() 94 if (io_port == 1) { in snd_ymfpci_create_gameport() 96 if (!(io_port = pci_resource_start(chip->pci, 2))) in snd_ymfpci_create_gameport() 100 if (io_port == 1) { in snd_ymfpci_create_gameport() 102 for (io_port = 0x201; io_port <= 0x205; io_port++) { in snd_ymfpci_create_gameport() 103 if (io_port == 0x203) in snd_ymfpci_create_gameport() 105 if ((r = request_region(io_port, 1, "YMFPCI gameport")) != NULL) in snd_ymfpci_create_gameport() 114 switch (io_port) { in snd_ymfpci_create_gameport() 121 "invalid joystick port %#x", io_port); in snd_ymfpci_create_gameport() [all …]
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 217 chip_init(int io_port) in chip_init() argument 219 REG1(io_port); in chip_init() 220 outb(0x01, io_port + PIO_STATUS); in chip_init() 221 outb(0x00, io_port + PIO_FLAG); in chip_init() 223 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */ in chip_init() 224 outb(C3_IMG, io_port + CONFIG3); in chip_init() 225 outb(C2_IMG, io_port + CONFIG2); in chip_init() 226 outb(C1_IMG, io_port + CONFIG1); in chip_init() 228 outb(0x05, io_port + CLKCONV); /* clock conversion factor */ in chip_init() 229 outb(0x9C, io_port + SRTIMOUT); /* Selection timeout */ in chip_init() [all …]
|
D | nsp_cs.c | 367 unsigned int base = SCpnt->device->host->io_port; in nsphw_start_selection() 505 unsigned int base = SCpnt->device->host->io_port; in nsp_start_timer() 519 unsigned int base = SCpnt->device->host->io_port; in nsp_negate_signal() 548 unsigned int base = SCpnt->device->host->io_port; in nsp_expect_signal() 581 unsigned int base = SCpnt->device->host->io_port; in nsp_xfer() 653 unsigned int base = SCpnt->device->host->io_port; in nsp_reselected() 692 unsigned int base = SCpnt->device->host->io_port; in nsp_fifo_count() 719 unsigned int base = SCpnt->device->host->io_port; in nsp_pio_read() 818 unsigned int base = SCpnt->device->host->io_port; in nsp_pio_write() 915 unsigned int base = SCpnt->device->host->io_port; in nsp_nexus() [all …]
|
D | nsp_message.c | 13 unsigned int base = SCpnt->device->host->io_port; in nsp_message_in()
|
D | aha152x_stub.c | 163 s.io_port = link->resource[0]->start; in aha152x_config_cs()
|
D | qlogic_stub.c | 109 shost->io_port = qbase; in qlogic_detect()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via_i2c.c | 44 val = via_read_reg(adap_data->io_port, adap_data->ioport_index) & 0xF0; in via_i2c_setscl() 59 via_write_reg(adap_data->io_port, adap_data->ioport_index, val); in via_i2c_setscl() 71 via_write_reg_mask(adap_data->io_port, adap_data->ioport_index, in via_i2c_getscl() 73 if (via_read_reg(adap_data->io_port, adap_data->ioport_index) & 0x08) in via_i2c_getscl() 87 via_write_reg_mask(adap_data->io_port, adap_data->ioport_index, in via_i2c_getsda() 89 if (via_read_reg(adap_data->io_port, adap_data->ioport_index) & 0x04) in via_i2c_getsda() 102 val = via_read_reg(adap_data->io_port, adap_data->ioport_index) & 0xF0; in via_i2c_setsda() 117 via_write_reg(adap_data->io_port, adap_data->ioport_index, val); in via_i2c_setsda()
|
/linux-4.4.14/sound/pci/ |
D | es1968.c | 517 unsigned long io_port; member 592 outw(reg, chip->io_port + ESM_INDEX); in __maestro_write() 593 outw(data, chip->io_port + ESM_DATA); in __maestro_write() 609 outw(reg, chip->io_port + ESM_INDEX); in __maestro_read() 610 chip->maestro_map[reg] = inw(chip->io_port + ESM_DATA); in __maestro_read() 631 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1)) in snd_es1968_ac97_wait() 644 if (!(inb(chip->io_port + ESM_AC97_INDEX) & 1)) in snd_es1968_ac97_wait_poll() 658 outw(val, chip->io_port + ESM_AC97_DATA); in snd_es1968_ac97_write() 660 outb(reg, chip->io_port + ESM_AC97_INDEX); in snd_es1968_ac97_write() 671 outb(reg | 0x80, chip->io_port + ESM_AC97_INDEX); in snd_es1968_ac97_read() [all …]
|
D | als4000.c | 777 int io_port; in snd_als4000_create_gameport() local 783 for (io_port = 0x200; io_port <= 0x218; io_port += 8) { in snd_als4000_create_gameport() 784 r = request_region(io_port, 8, "ALS4000 gameport"); in snd_als4000_create_gameport() 789 io_port = joystick_port[dev]; in snd_als4000_create_gameport() 790 r = request_region(io_port, 8, "ALS4000 gameport"); in snd_als4000_create_gameport() 808 gp->io = io_port; in snd_als4000_create_gameport()
|
D | ens1370.c | 1810 int io_port; in snd_ensoniq_create_gameport() local 1812 io_port = snd_ensoniq_get_joystick_port(ensoniq, dev); in snd_ensoniq_create_gameport() 1814 switch (io_port) { in snd_ensoniq_create_gameport() 1819 for (io_port = 0x200; io_port <= 0x218; io_port += 8) in snd_ensoniq_create_gameport() 1820 if (request_region(io_port, 8, "ens137x: gameport")) in snd_ensoniq_create_gameport() 1822 if (io_port > 0x218) { in snd_ensoniq_create_gameport() 1830 if (!request_region(io_port, 8, "ens137x: gameport")) { in snd_ensoniq_create_gameport() 1833 io_port); in snd_ensoniq_create_gameport() 1843 release_region(io_port, 8); in snd_ensoniq_create_gameport() 1850 gp->io = io_port; in snd_ensoniq_create_gameport() [all …]
|
D | es1938.c | 90 #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x) 199 unsigned long io_port; member 1606 chip->io_port = pci_resource_start(pci, 0); in snd_es1938_create() 1620 chip->io_port, chip->sb_port, chip->vc_port, chip->mpu_port, chip->game_port); in snd_es1938_create()
|
D | cmipci.c | 2869 int i, io_port = 0; in snd_cmipci_create_gameport() local 2876 io_port = ports[i]; in snd_cmipci_create_gameport() 2877 r = request_region(io_port, 1, "CMIPCI gameport"); in snd_cmipci_create_gameport() 2882 io_port = joystick_port[dev]; in snd_cmipci_create_gameport() 2883 r = request_region(io_port, 1, "CMIPCI gameport"); in snd_cmipci_create_gameport() 2900 gp->io = io_port; in snd_cmipci_create_gameport()
|
/linux-4.4.14/include/linux/ |
D | scc.h | 57 io_port ctrl; /* I/O address of CONTROL register */ 58 io_port data; /* I/O address of DATA register */ 59 io_port special; /* I/O address of special function port */
|
D | via-core.h | 58 u16 io_port; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma.h | 93 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local 99 count = 1 + dma_inb(io_port); in get_dma_residue() 100 count += dma_inb(io_port) << 8; in get_dma_residue()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | dma.h | 289 unsigned int io_port; in get_dma_residue() local 293 io_port = (dmanr <= 3) ? ((dmanr & 3) << 1) + 1 + IO_DMA1_BASE in get_dma_residue() 296 count = 1 + dma_inb(io_port); in get_dma_residue() 297 count += dma_inb(io_port) << 8; in get_dma_residue()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | dma.h | 292 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local 298 count = 1 + dma_inb(io_port); in get_dma_residue() 299 count += dma_inb(io_port) << 8; in get_dma_residue()
|
/linux-4.4.14/arch/arm/kernel/ |
D | dma-isa.c | 49 unsigned int io_port = isa_dma_port[chan][ISA_DMA_COUNT]; in isa_get_dma_residue() local 52 count = 1 + inb(io_port); in isa_get_dma_residue() 53 count |= inb(io_port) << 8; in isa_get_dma_residue()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | dma.h | 323 unsigned int io_port = (dmanr <= 3) in get_dma_residue() local 330 count = 1 + dma_inb(io_port); in get_dma_residue() 331 count += dma_inb(io_port) << 8; in get_dma_residue()
|
D | 8xx_immap.h | 313 typedef struct io_port { struct
|
D | immap_cpm2.h | 313 typedef struct io_port { struct
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_sio.c | 260 unsigned long io_port; in alphabook1_init_pci() local 263 io_port = dev->resource[0].start; in alphabook1_init_pci() 264 ctest4 = inb(io_port+0x21); in alphabook1_init_pci() 268 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | dma.h | 348 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local 354 count = 1 + dma_inb(io_port); in get_dma_residue() 355 count += dma_inb(io_port) << 8; in get_dma_residue()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 95 u_short io_port; /* PCI io_port address */ member
|
D | sym_glue.c | 1422 unsigned long io_port = pci_resource_start(pdev, 0); in sym_check_supported() local 1429 if (io_port) { in sym_check_supported() 1431 if (sym_driver_setup.excludes[i] == io_port) in sym_check_supported()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 223 io_port chan_A; 224 io_port chan_B; 230 static io_port Vector_Latch; 241 static inline unsigned char InReg(io_port port, unsigned char reg) in InReg() 260 static inline void OutReg(io_port port, unsigned char reg, unsigned char val) in OutReg() 2131 io_port ctrl; in scc_cleanup_driver()
|
/linux-4.4.14/include/scsi/ |
D | scsi_host.h | 705 unsigned long io_port; member
|
/linux-4.4.14/drivers/scsi/arm/ |
D | cumana_1.c | 249 if (!(request_region(host->io_port, host->n_io_port, "CumanaSCSI-1"))) { in cumanascsi1_probe()
|
D | acornscsi.c | 2788 , host->hostt->name, host->io_port, host->irq, in acornscsi_info()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 13241 u8 *io_gpio, u8 *io_port) in bnx2x_get_ext_phy_reset_gpio() argument 13250 *io_port = 0; in bnx2x_get_ext_phy_reset_gpio() 13254 *io_port = 0; in bnx2x_get_ext_phy_reset_gpio() 13258 *io_port = 0; in bnx2x_get_ext_phy_reset_gpio() 13262 *io_port = 0; in bnx2x_get_ext_phy_reset_gpio() 13266 *io_port = 1; in bnx2x_get_ext_phy_reset_gpio() 13270 *io_port = 1; in bnx2x_get_ext_phy_reset_gpio() 13274 *io_port = 1; in bnx2x_get_ext_phy_reset_gpio() 13278 *io_port = 1; in bnx2x_get_ext_phy_reset_gpio()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 1252 sh->io_port = 0; in mptfc_probe()
|
D | mptspi.c | 1433 sh->io_port = 0; in mptspi_probe()
|
D | mptsas.c | 5203 sh->io_port = 0; in mptsas_probe()
|
/linux-4.4.14/drivers/block/ |
D | cciss_scsi.c | 853 sh->io_port = 0; // good enough? FIXME, in cciss_scsi_detect()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 216 * hosts.h: Change io_port to long int from short. 330 * hosts.c: Initialize ->dma_channel and ->io_port when registering
|