Home
last modified time | relevance | path

Searched refs:NUM_TX_FRAG (Results 1 – 9 of 9) sorted by relevance

/bsp/nxp/lpc/lpc176x/drivers/
A Demac.h17 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro
26 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8)
27 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
A Demac.c144 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()
154 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG-1; in tx_descr_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Demac.h17 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro
26 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8)
27 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
A Demac.c147 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()
157 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG-1; in tx_descr_init()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_emac.c29 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8)
30 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
169 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()
179 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG - 1; in tx_descr_init()
A Ddrv_emac.h18 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_emac.c29 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8)
30 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
169 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()
179 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG - 1; in tx_descr_init()
A Ddrv_emac.h18 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_emac.h18 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro

Completed in 20 milliseconds