Searched refs:etxregs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 1120 * also program the etxregs->cfg register to use an offset of 2. This 1260 void __iomem *etxregs = hp->etxregs; in happy_meal_init() local 1378 hme_write32(hp, etxregs + ETX_RING, in happy_meal_init() 1444 hme_read32(hp, etxregs + ETX_RSIZE)); in happy_meal_init() 1445 hme_write32(hp, etxregs + ETX_RSIZE, (TX_RING_SIZE >> ETX_RSIZE_SHIFT) - 1); in happy_meal_init() 1448 HMD("tx dma enable old[%08x]\n", hme_read32(hp, etxregs + ETX_CFG)); in happy_meal_init() 1449 hme_write32(hp, etxregs + ETX_CFG, in happy_meal_init() 1450 hme_read32(hp, etxregs + ETX_CFG) | ETX_CFG_DMAENABLE); in happy_meal_init() 1942 hme_read32(hp, hp->etxregs in happy_meal_tx_timeout() [all...] |
H A D | sunhme.h | 427 void __iomem *etxregs; /* External transmitter regs */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 1160 * also program the etxregs->cfg register to use an offset of 2. This 1423 void __iomem *etxregs = hp->etxregs; in happy_meal_init() local 1555 hme_write32(hp, etxregs + ETX_RING, in happy_meal_init() 1622 hme_read32(hp, etxregs + ETX_RSIZE))); in happy_meal_init() 1623 hme_write32(hp, etxregs + ETX_RSIZE, (TX_RING_SIZE >> ETX_RSIZE_SHIFT) - 1); in happy_meal_init() 1627 hme_read32(hp, etxregs + ETX_CFG))); in happy_meal_init() 1628 hme_write32(hp, etxregs + ETX_CFG, in happy_meal_init() 1629 hme_read32(hp, etxregs + ETX_CFG) | ETX_CFG_DMAENABLE); in happy_meal_init() 2256 hme_read32(hp, hp->etxregs in happy_meal_tx_timeout() [all...] |
H A D | sunhme.h | 427 void __iomem *etxregs; /* External transmitter regs */ member
|
Completed in 9 milliseconds