Home
last modified time | relevance | path

Searched refs:reg_type (Results 1 – 2 of 2) sorted by relevance

/bsp/cvitek/drivers/libraries/eth/
A Ddw_eth_mac.h96 typedef uint32_t reg_type; typedef
99 volatile reg_type busmode; /* 0x00 */
100 volatile reg_type txpolldemand; /* 0x04 */
101 volatile reg_type rxpolldemand; /* 0x08 */
102 volatile reg_type rxdesclistaddr; /* 0x0c */
103 volatile reg_type txdesclistaddr; /* 0x10 */
104 volatile reg_type status; /* 0x14 */
105 volatile reg_type opmode; /* 0x18 */
108 volatile reg_type wdtforri; /* 0x24 */
110 volatile reg_type axibus; /* 0x28 */
[all …]
A Ddw_eth_mac.c124 dma_reg->txdesclistaddr = (reg_type)&desc_table_p[0]; in tx_descs_init()
176 dma_reg->rxdesclistaddr = (reg_type)&desc_table_p[0]; in rx_descs_init()

Completed in 17 milliseconds