Lines Matching defs:io_base

258 	unsigned int io_base;		/* base I/O address of adapter */
1457 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY),
1458 info->io_base + CCAR );
1459 DataByte = inb( info->io_base + CCAR );
3435 info->device_name, info->io_base, info->irq_level,
3506 u16 Ccar = inw( info->io_base + CCAR );
3965 if (request_region(info->io_base,info->io_addr_size,"synclink") == NULL) {
3967 __FILE__,__LINE__,info->device_name, info->io_base);
4047 release_region(info->io_base,info->io_addr_size);
4123 info->hw_version + 1, info->device_name, info->io_base, info->irq_level,
4333 outw( Cmd + info->loopback_bits, info->io_base + CCAR );
4336 inw( info->io_base + CCAR );
4357 outw( Cmd + info->mbre_bit, info->io_base );
4360 inw( info->io_base );
4385 outw( RegAddr + info->mbre_bit, info->io_base );
4386 outw( RegValue, info->io_base );
4389 inw( info->io_base );
4413 outw( RegAddr + info->mbre_bit, info->io_base );
4414 return inw( info->io_base );
4437 outw( RegAddr + info->loopback_bits, info->io_base + CCAR );
4438 outw( RegValue, info->io_base + CCAR );
4441 inw( info->io_base + CCAR );
4461 outw( RegAddr + info->loopback_bits, info->io_base + CCAR );
4462 return inw( info->io_base + CCAR );
4887 outw( 0, info->io_base ); /* clear Master Bus Enable (DCAR) */
4890 outw( BIT8, info->io_base ); /* set Master Bus Enable (DCAR) */
5062 outw( 0x0300, info->io_base + CCAR );
5069 outw( 0,info->io_base + CCAR );
5536 outw( *((u16 *)TwoBytes), info->io_base + DATAREG);
5543 outw( (inw( info->io_base + CCAR) & 0x0780) | (TDR+LSBONLY),
5544 info->io_base + CCAR );
5548 outw( info->x_char,info->io_base + CCAR );
5551 outw( info->xmit_buf[info->xmit_tail++],info->io_base + CCAR );
5620 * By writing to io_base + SDPIN the Wait/Ack pin is
5624 outw( 0x000c,info->io_base + SDPIN );
5627 outw( 0,info->io_base );
5628 outw( 0,info->io_base + CCAR );
5683 outw( 0, info->io_base ); /* clear Master Bus Enable (DCAR) */
5849 outw(0x0300, info->io_base + CCAR);
5911 outw(0,info->io_base + DATAREG);
7148 __FILE__,__LINE__,info->device_name, (unsigned short)(info->io_base) );
7801 dev->base_addr = info->io_base;
7861 info->io_base = pci_resource_start(dev, 2);