Searched refs:NUM_TX_FRAG (Results 1 – 9 of 9) sorted by relevance
17 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro26 #define TX_STAT_BASE (TX_DESC_BASE + NUM_TX_FRAG*8)27 #define RX_BUF_BASE (TX_STAT_BASE + NUM_TX_FRAG*4)
144 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()154 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG-1; in tx_descr_init()
147 for (i = 0; i < NUM_TX_FRAG; i++) in tx_descr_init()157 LPC_EMAC->TxDescriptorNumber = NUM_TX_FRAG-1; in tx_descr_init()
29 #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()
18 #define NUM_TX_FRAG 3 /* Num.of TX Fragments 3*1536= 4.6kB */ macro
Completed in 20 milliseconds