Home
last modified time | relevance | path

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

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