Lines Matching refs:vuint32
360 #define vuint32 volatile u32 macro
366 vuint32 start_addr0; /* buffer address, least significant bytes. */
367 vuint32 start_addr1; /* buffer address, most significant bytes. */
368 …vuint32 next_descr_addr0;/* next descriptor address, least significant bytes. Must be 64-bit alig…
369 vuint32 next_descr_addr1;/* next descriptor address, most significant bytes. */
370 vuint32 vlan_byte_count;/* VLAN tag(top 2 bytes) and byte countt (bottom 2 bytes). */
371 vuint32 config_status; /* Configuration/Status. */
372 vuint32 reserved1; /* reserved to make the descriptor cache line aligned. */
373 vuint32 reserved2; /* reserved to make the descriptor cache line aligned. */
811 cpu_to_le32((vuint32) net_rx_packets[index]); in tsi108_eth_probe()
814 cpu_to_le32((vuint32) (rx_descr + 1)); in tsi108_eth_probe()
900 tx_descr->start_addr0 = cpu_to_le32((vuint32) packet); in tsi108_eth_send()