Home
last modified time | relevance | path

Searched refs:RTL_REG_INTRSTATUS (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/net/
A Drtl8139.c128 #define RTL_REG_INTRSTATUS 0x3E macro
400 status = inw(priv->ioaddr + RTL_REG_INTRSTATUS); in rtl8139_send_common()
409 outw(status, priv->ioaddr + RTL_REG_INTRSTATUS); in rtl8139_send_common()
449 priv->rxstatus = inw(priv->ioaddr + RTL_REG_INTRSTATUS); in rtl8139_recv_common()
451 outw(priv->rxstatus & ~rxstat, priv->ioaddr + RTL_REG_INTRSTATUS); in rtl8139_recv_common()
508 outw(priv->rxstatus & rxstat, priv->ioaddr + RTL_REG_INTRSTATUS); in rtl8139_free_pkt_common()

Completed in 4 milliseconds