Lines Matching refs:uint32_t

159             uint32_t val;
162uint32_t b_ownership : 1, /**< User clear, GMAC sets this to 1 once it has successfully written a …
169 uint32_t val;
172 uint32_t len : 13, /** 0..12 Length of frame including FCS */
196 uint32_t addr;
199 uint32_t val;
202 uint32_t len : 14, /** 0..13 Length of buffer */
235 typedef void (* gmac_dev_tx_cb_t) ( uint32_t ul_status );
272 uint32_t ul_rx_list_size;
274 uint32_t ul_rx_idx;
276 uint32_t ul_tx_list_size;
283 uint32_t uc_wakeup_threshold;
293 uint32_t ul_ncr ) in gmac_network_control()
304 static inline uint32_t gmac_get_network_control( Gmac * p_gmac ) in gmac_get_network_control()
539 uint32_t ul_cfg ) in gmac_set_configure()
551 static inline uint32_t gmac_get_configure( Gmac * p_gmac ) in gmac_get_configure()
559 uint32_t ul_cfg ) in gmac_set_dma()
564 static inline uint32_t gmac_get_dma( Gmac * p_gmac ) in gmac_get_dma()
711 uint32_t ul_mck ) in gmac_set_mdc_clock()
713 uint32_t ul_clk; in gmac_set_mdc_clock()
883 static inline uint32_t gmac_get_status( Gmac * p_gmac ) in gmac_get_status()
919 static inline uint32_t gmac_get_tx_status( Gmac * p_gmac ) in gmac_get_tx_status()
931 uint32_t ul_status ) in gmac_clear_tx_status()
941 static inline uint32_t gmac_get_rx_status( Gmac * p_gmac ) in gmac_get_rx_status()
953 uint32_t ul_status ) in gmac_clear_rx_status()
965 uint32_t ul_addr ) in gmac_set_rx_queue()
977 static inline uint32_t gmac_get_rx_queue( Gmac * p_gmac ) in gmac_get_rx_queue()
989 uint32_t ul_addr ) in gmac_set_tx_queue()
1001 static inline uint32_t gmac_get_tx_queue( Gmac * p_gmac ) in gmac_get_tx_queue()
1013 uint32_t ul_source ) in gmac_enable_interrupt()
1025 uint32_t ul_source ) in gmac_disable_interrupt()
1037 static inline uint32_t gmac_get_interrupt_status( Gmac * p_gmac ) in gmac_get_interrupt_status()
1049 static inline uint32_t gmac_get_interrupt_mask( Gmac * p_gmac ) in gmac_get_interrupt_mask()
1109 uint32_t ul_hash_top, in gmac_set_hash()
1110 uint32_t ul_hash_bottom ) in gmac_set_hash()
1125 p_gmac->GMAC_HRB = ( uint32_t ) ull_hash; in gmac_set_hash64()
1126 p_gmac->GMAC_HRT = ( uint32_t ) ( ull_hash >> 32 ); in gmac_set_hash64()
1158 uint32_t ul_mac_top, in gmac_set_address32()
1159 uint32_t ul_mac_bottom ) in gmac_set_address32()
1176 p_gmac->GMAC_SA[ uc_index ].GMAC_SAB = ( uint32_t ) ull_mac; in gmac_set_address64()
1177 p_gmac->GMAC_SA[ uc_index ].GMAC_SAT = ( uint32_t ) ( ull_mac >> 32 ); in gmac_set_address64()
1205 uint32_t * p_value );
1209 uint32_t ul_value );
1213 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev,
1215 uint32_t ul_frame_size,
1216 uint32_t * p_rcv_size );
1217 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev,
1219 uint32_t ul_size,
1221 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev );