Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A D8390.h59 #define EN0_TCNTLO EI_SHIFT(0x05) /* Low byte of tx byte count WR */ macro
/openbmc/linux/drivers/net/ethernet/8390/
H A D8390.h177 #define EN0_TCNTLO EI_SHIFT(0x05) /* Low byte of tx byte count WR */ macro
H A Dlib8390.c1087 ei_outb_p(length & 0xff, e8390_base + EN0_TCNTLO); in NS8390_trigger_send()
H A Daxnet_cs.c1703 outb_p(length & 0xff, e8390_base + EN0_TCNTLO); in NS8390_trigger_send()
/openbmc/qemu/hw/net/
H A Dne2000.c49 #define EN0_TCNTLO 0x05 /* Low byte of tx byte count WR */ macro
321 case EN0_TCNTLO: in ne2000_ioport_write()