Lines Matching defs:base_port
230 unsigned int base_port;
422 outw((unsigned short) length, hw->base_port + IODWR);
431 outw(raw_data, hw->base_port + IODWR);
434 outw(DCR_TXDONE, hw->base_port + IODCR);
436 outw((unsigned short) length, hw->base_port);
445 outw(raw_data, hw->base_port);
448 outw((unsigned short) 0xDEAD, hw->base_port);
528 outw(DCR_RXRESET, hw->base_port + IODCR);
530 outw(DCR_TXRESET, hw->base_port + IODCR);
533 outw(IER_TXENABLED | IER_RXENABLED, hw->base_port + IOIER);
845 outw(DCR_RXDONE, hw->base_port + IODCR);
863 len = inw(hw->base_port + IODRR);
867 outw(DCR_RXDONE | DCR_RXRESET, hw->base_port + IODCR);
872 __le16 raw_data = inw(hw->base_port + IODRR);
879 len = inw(hw->base_port);
889 __le16 raw_data = inw(hw->base_port);
897 inw(hw->base_port);
1051 return inw(hw->base_port + IOIR) != 0xFFFF;
1062 irqn = inw(hw->base_port + IOIR);
1086 outw(ack, hw->base_port + IOIR);
1604 outw(0, hw->base_port + IOIER);
1607 irqn = inw(hw->base_port + IOIR);
1609 outw(IR_TXINTR, hw->base_port + IOIR);
1611 outw(IR_RXINTR, hw->base_port + IOIR);
1646 unsigned int base_port,
1657 hw->base_port = base_port;