Searched refs:JME_MAC (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/ |
| D | jme.h | 473 JME_MAC = 0x0000, enumerator 487 JME_TXCS = JME_MAC | 0x00, /* Transmit Control and Status */ 488 JME_TXDBA_LO = JME_MAC | 0x04, /* Transmit Queue Desc Base Addr */ 489 JME_TXDBA_HI = JME_MAC | 0x08, /* Transmit Queue Desc Base Addr */ 490 JME_TXQDC = JME_MAC | 0x0C, /* Transmit Queue Desc Count */ 491 JME_TXNDA = JME_MAC | 0x10, /* Transmit Queue Next Desc Addr */ 492 JME_TXMCS = JME_MAC | 0x14, /* Transmit MAC Control Status */ 493 JME_TXPFC = JME_MAC | 0x18, /* Transmit Pause Frame Control */ 494 JME_TXTRHD = JME_MAC | 0x1C, /* Transmit Timer/Retry@Half-Dup */ 496 JME_RXCS = JME_MAC | 0x20, /* Receive Control and Status */ [all …]
|
| D | jme.c | 2400 mmapio_memcpy(jme, p32, JME_MAC, JME_MAC_LEN); in jme_get_regs()
|