Searched refs:POINTER (Results 1 – 4 of 4) sorted by relevance
631 outw( PTR_AUTOINC , ioaddr + POINTER ); in smc_hardware_send_packet()1202 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER ); in smc_rcv()1325 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER ); in smc_tx()1392 saved_pointer = inw( ioaddr + POINTER ); in smc_interrupt()1477 outw( saved_pointer, ioaddr + POINTER ); in smc_interrupt()
129 #define POINTER 6 macro
212 #define POINTER 6 macro550 outw(MOT_EEPROM + i, ioaddr + POINTER); in mot_setup()1151 outw(PTR_AUTOINC , ioaddr + POINTER); in smc_hardware_send_packet()1283 outw(PTR_AUTOINC | PTR_READ | 0, ioaddr + POINTER); in smc_tx_err()1377 saved_pointer = inw(ioaddr + POINTER); in smc_interrupt()1434 outw(saved_pointer, ioaddr + POINTER); in smc_interrupt()1491 outw(PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER); in smc_rx()
326 - Handling of the MODIFY DATA POINTER message.