Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftmac100.h19 unsigned int txpd; /* 0x18 */ member
Dftmac110.h17 uint32_t txpd; /* 0x18: Tx Poll Demand Register */ member
Dftmac110.c300 writel(0xffffffff, &regs->txpd); in ftmac110_send()
318 writel(0xffffffff, &regs->txpd); in ftmac110_send()
Dftgmac100.h23 unsigned int txpd; /* 0x18 */ member
Dftmac100.c213 writel (1, &ftmac100->txpd); in _ftmac100_send()
Dftgmac100.c534 writel(1, &ftgmac100->txpd); in ftgmac100_send()