Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5275.h34 #define MCF_SDRAMC_SDMR (*(vuint32*)(void*)(&__IPSBAR[0x000040]))
35 #define MCF_SDRAMC_SDCR (*(vuint32*)(void*)(&__IPSBAR[0x000044]))
36 #define MCF_SDRAMC_SDCFG1 (*(vuint32*)(void*)(&__IPSBAR[0x000048]))
37 #define MCF_SDRAMC_SDCFG2 (*(vuint32*)(void*)(&__IPSBAR[0x00004C]))
38 #define MCF_SDRAMC_SDBAR0 (*(vuint32*)(void*)(&__IPSBAR[0x000050]))
39 #define MCF_SDRAMC_SDBAR1 (*(vuint32*)(void*)(&__IPSBAR[0x000058]))
40 #define MCF_SDRAMC_SDMR0 (*(vuint32*)(void*)(&__IPSBAR[0x000054]))
41 #define MCF_SDRAMC_SDMR1 (*(vuint32*)(void*)(&__IPSBAR[0x00005C]))
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c360 #define vuint32 volatile u32 macro
366 vuint32 start_addr0; /* buffer address, least significant bytes. */
367 vuint32 start_addr1; /* buffer address, most significant bytes. */
368vuint32 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()
[all …]