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