Searched refs:IO_PORT (Results 1 – 1 of 1) sorted by relevance
211 #define IO_PORT 0x0e macro334 outw(0, nic->ioaddr + IO_PORT); in eepro_reset()360 rcv_event = inw(nic->ioaddr + IO_PORT); in eepro_poll()369 rcv_status = inw(nic->ioaddr + IO_PORT); in eepro_poll()370 rcv_next_frame = inw(nic->ioaddr + IO_PORT); in eepro_poll()371 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()381 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()432 outw(XMT_CMD, nic->ioaddr + IO_PORT); in eepro_transmit()433 outw(0, nic->ioaddr + IO_PORT); in eepro_transmit()434 outw(end, nic->ioaddr + IO_PORT); in eepro_transmit()[all …]