Searched refs:POINTER (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc9194.h129 #define POINTER 6 macro
H A Dsmc9194.c611 outw( PTR_AUTOINC , ioaddr + POINTER );
1145 outw( PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER );
1266 outw( PTR_AUTOINC | PTR_READ, ioaddr + POINTER );
1332 saved_pointer = inw( ioaddr + POINTER );
1417 outw( saved_pointer, ioaddr + POINTER );
H A Dsmc91c92_cs.c211 #define POINTER 6 macro
551 outw(MOT_EEPROM + i, ioaddr + POINTER);
1149 outw(PTR_AUTOINC , ioaddr + POINTER);
1280 outw(PTR_AUTOINC | PTR_READ | 0, ioaddr + POINTER);
1374 saved_pointer = inw(ioaddr + POINTER);
1431 outw(saved_pointer, ioaddr + POINTER);
1488 outw(PTR_READ | PTR_RCV | PTR_AUTOINC, ioaddr + POINTER);
/linux-master/drivers/scsi/isci/
H A Dregisters.h315 SMU_CQGR_GEN_VAL(POINTER, value)
558 SCU_UFQGP_GEN_VALUE(POINTER, value)
H A Dhost.c565 SMU_CQGR_GEN_VAL(POINTER, get_index);
768 (SMU_CQGR_GEN_VAL(POINTER, 0))
779 (SMU_CQPR_GEN_VAL(POINTER, 0))
811 SCU_UFQGP_GEN_VAL(POINTER, 0)
818 frame_queue_put_value = SCU_UFQPP_GEN_VAL(POINTER, 0);

Completed in 258 milliseconds