Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc176x/drivers/
A Demac.h26 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8) macro
27 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
37 #define TX_STAT_INFO(i) (*(unsigned int *)(TX_STAT_BASE + 4*i))
A Demac.c153 LPC_EMAC->TxStatus = TX_STAT_BASE; in tx_descr_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Demac.h26 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8) macro
27 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
37 #define TX_STAT_INFO(i) (*(unsigned int *)(TX_STAT_BASE + 4*i))
A Demac.c156 LPC_EMAC->TxStatus = TX_STAT_BASE; in tx_descr_init()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_emac.c29 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8) macro
30 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
40 #define TX_STAT_INFO(i) (*(unsigned int *)(TX_STAT_BASE + 4*i))
178 LPC_EMAC->TxStatus = TX_STAT_BASE; in tx_descr_init()
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_emac.c29 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8) macro
30 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
40 #define TX_STAT_INFO(i) (*(unsigned int *)(TX_STAT_BASE + 4*i))
178 LPC_EMAC->TxStatus = TX_STAT_BASE; in tx_descr_init()

Completed in 14 milliseconds