Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftmac100.h24 unsigned int aptc; /* 0x2c */ member
Dftmac110.h22 uint32_t aptc; /* 0x2C: Automatic Polling Timer Control Register */ member
Dftgmac100.h30 unsigned int aptc; /* 0x34 */ member
Dftmac100.c122 writel (FTMAC100_APTC_RXPOLL_CNT (1), &ftmac100->aptc); in _ftmac100_init()
Dftgmac100.c439 writel(FTGMAC100_APTC_RXPOLL_CNT(1), &ftgmac100->aptc); in ftgmac100_init()
Dftmac110.c245 writel(APTC_DEFAULT, &regs->aptc); in ftmac110_reset()