Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A D8390.h61 #define EN0_TCNTHI EI_SHIFT(0x06) /* High byte of tx byte count WR */ macro
/openbmc/linux/drivers/net/ethernet/8390/
H A D8390.h179 #define EN0_TCNTHI EI_SHIFT(0x06) /* High byte of tx byte count WR */ macro
H A Dlib8390.c1088 ei_outb_p(length >> 8, e8390_base + EN0_TCNTHI); in NS8390_trigger_send()
H A Daxnet_cs.c1704 outb_p(length >> 8, e8390_base + EN0_TCNTHI); in NS8390_trigger_send()
/openbmc/qemu/hw/net/
H A Dne2000.c51 #define EN0_TCNTHI 0x06 /* High byte of tx byte count WR */ macro
324 case EN0_TCNTHI: in ne2000_ioport_write()