Searched defs:io_port (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/
H A Dzalon.c92 void __iomem *io_port = zalon + GSC_SCSI_ZALON_OFFSET; local
122 __raw_writeb(0x20, io_port + 0x38); /* DCNTL_REG, EA */
123 __raw_writeb(0x04, io_port + 0x1b); /* CTEST0_REG, EHP */
124 __raw_writeb(0x80, io_port + 0x22); /* CTEST4_REG, MUX */
131 device.slot.base_v = io_port;
H A Dpas16.c155 unsigned short io_port; member in struct:override
168 unsigned short io_port; member in struct:base
242 init_board( unsigned short io_port, int irq, int force_irq ) argument
249 outb( 0x30, io_port + P_TIMEOUT_COUNTER_REG ); /* Timeout counter */
250 outb( 0x01, io_port + P_TIMEOUT_STATUS_REG_OFFSET ); /* Reset TC */
251 outb( 0x01, io_port + WAIT_STATE ); /* 1 Wait state */
259 tmp = inb( io_port + IO_CONFIG_3 );
267 outb( 0x4d, io_port + SYS_CONFIG_4 );
272 outb( tmp, io_port + IO_CONFIG_3 );
275 outb( 0x6d, io_port
294 unsigned short io_port = bases[ board_num ].io_port; local
387 unsigned short io_port; local
[all...]
H A Daha152x.h318 int io_port; member in struct:aha152x_setup
H A Dtmscsim.c2429 unsigned long io_port; local
2450 io_port = pci_resource_start(pdev, 0);
2453 shost->io_port = io_port;
2456 shost->base = io_port;
2457 shost->unique_id = io_port;
2461 pACB->IOPortBase = (u16) io_port;
2491 if (!request_region(io_port, shost->n_io_port, "tmscsim")) {
2497 DC390_read8_(INT_Status, io_port);
2520 release_region(io_port, shos
[all...]
H A Du14-34f.c14 * addr,... io_port=addr,...
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
136 * io_port is now unsigned long.
296 * the io_port[] array.
366 * modprobe u14-34f io_port=0x230,0x340 linked_comm=1 have_old_firmware=0 \
617 static unsigned long io_port[] = { variable
763 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) {
771 outb(CMD_CLR_INTR, sh[j]->io_port + REG_SYS_INTR);
774 outl(H2DEV(cpp->cp_dma_addr), sh[j]->io_port + REG_OGM);
777 outb(CMD_OGM_INTR, sh[j]->io_port
[all...]
H A Daha152x.c796 shpnt->io_port = setup->io_port;
801 HOSTIOPORT0 = setup->io_port;
802 HOSTIOPORT1 = setup->io_port;
804 HOSTIOPORT0 = setup->io_port+0x10;
805 HOSTIOPORT1 = setup->io_port-0x10;
847 shpnt->io_port, HOSTIOPORT0, HOSTIOPORT1,
926 if (shpnt->io_port)
927 release_region(shpnt->io_port, IO_RANGE);
3326 shpnt->io_port, shpn
3519 aha152x_porttest(int io_port) argument
3534 tc1550_porttest(int io_port) argument
[all...]
H A Deata.c14 * addr,... io_port=addr,...
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
180 * io_port is now unsigned long.
424 * modprobe eata io_port=0x7410,0x230 linked_comm=1 \
844 static unsigned long io_port[] = { variable
1270 shost->io_port = port_base;
1388 (unsigned long)shost->io_port, shost->irq, dma_name,
1452 io_port[i] = ints[i + 1];
1454 io_port[i] = 0;
1543 io_port[MAX_INT_PARA
[all...]
H A Ddc395x.c3939 * @io_port: base I/O address
3941 static void trms1040_wait_30us(unsigned long io_port) argument
3944 outb(5, io_port + TRM_S1040_GEN_TIMER);
3945 while (!(inb(io_port + TRM_S1040_GEN_STATUS) & GTIMEOUT))
3954 * @io_port: base I/O address
3958 static void trms1040_write_cmd(unsigned long io_port, u8 cmd, u8 addr) argument
3969 outb(send_data, io_port + TRM_S1040_GEN_NVRAM);
3970 trms1040_wait_30us(io_port);
3972 io_port + TRM_S1040_GEN_NVRAM);
3973 trms1040_wait_30us(io_port);
4003 trms1040_set_data(unsigned long io_port, u8 addr, u8 byte) argument
4057 trms1040_write_all(struct NvRamType *eeprom, unsigned long io_port) argument
4097 trms1040_get_data(unsigned long io_port, u8 addr) argument
4135 trms1040_read_all(struct NvRamType *eeprom, unsigned long io_port) argument
4165 check_eeprom(struct NvRamType *eeprom, unsigned long io_port) argument
4504 adapter_init(struct AdapterCtlBlk *acb, unsigned long io_port, u32 io_port_len, unsigned int irq) argument
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h95 u_short io_port; /* PCI io_port address */ member in struct:Symbios_nvram::Symbios_host
H A Dsym_glue.c1424 unsigned long io_port = pci_resource_start(pdev, 0); local
1431 if (io_port) {
1433 if (sym_driver_setup.excludes[i] == io_port)
/drivers/media/parport/
H A Dpms.c84 static int io_port = 0x250; variable
85 module_param(io_port, int, 0);
1058 dev->io = io_port;
1059 dev->data = io_port + 1;
/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c91 /* Hardware Registers: offsets from io_port (base) */
217 chip_init(int io_port) argument
219 REG1(io_port);
220 outb(0x01, io_port + PIO_STATUS);
221 outb(0x00, io_port + PIO_FLAG);
223 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
224 outb(C3_IMG, io_port + CONFIG3);
225 outb(C2_IMG, io_port + CONFIG2);
226 outb(C1_IMG, io_port
235 SYM53C500_int_host_reset(int io_port) argument
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c13020 u8 *io_gpio, u8 *io_port)
13029 *io_port = 0;
13033 *io_port = 0;
13037 *io_port = 0;
13041 *io_port = 0;
13045 *io_port = 1;
13049 *io_port = 1;
13053 *io_port = 1;
13057 *io_port = 1;
13060 /* Don't override the io_gpio and io_port */
13019 bnx2x_get_ext_phy_reset_gpio(struct bnx2x *bp, u32 shmem_base, u8 *io_gpio, u8 *io_port) argument
[all...]

Completed in 5623 milliseconds