Searched refs:JME_MISC (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/ | 
| D | jme.h | 475 	JME_MISC	= 0x0800,  enumerator 521 	JME_TMCSR	= JME_MISC | 0x00, /* Timer Control/Status Register */ 522 	JME_GPREG0	= JME_MISC | 0x08, /* General purpose REG-0 */ 523 	JME_GPREG1	= JME_MISC | 0x0C, /* General purpose REG-1 */ 524 	JME_IEVE	= JME_MISC | 0x20, /* Interrupt Event Status */ 525 	JME_IREQ	= JME_MISC | 0x24, /* Intr Req Status(For Debug) */ 526 	JME_IENS	= JME_MISC | 0x28, /* Intr Enable - Setting Port */ 527 	JME_IENC	= JME_MISC | 0x2C, /* Interrupt Enable - Clear Port */ 528 	JME_PCCRX0	= JME_MISC | 0x30, /* PCC Control for RX Queue 0 */ 529 	JME_PCCTX	= JME_MISC | 0x40, /* PCC Control for TX Queues */ [all …] 
 | 
| D | jme.c | 2395 	mmapio_memcpy(jme, p32, JME_MISC, JME_MISC_LEN);  in jme_get_regs()
  |