Lines Matching refs:u32
35 u32 use_instr;
36 u32 use_mult;
37 u32 use_fpu;
38 u32 use_exc;
39 u32 ver_code;
40 u32 mmu;
41 u32 mmu_privins;
42 u32 endian;
45 u32 use_icache;
46 u32 icache_tagbits;
47 u32 icache_write;
48 u32 icache_line_length;
49 u32 icache_size;
53 u32 use_dcache;
54 u32 dcache_tagbits;
55 u32 dcache_write;
56 u32 dcache_line_length;
57 u32 dcache_size;
58 u32 dcache_wb;
63 u32 use_dopb;
64 u32 use_iopb;
65 u32 use_dlmb;
66 u32 use_ilmb;
67 u32 num_fsl;
70 u32 irq_edge;
71 u32 irq_positive;
73 u32 area_optimised;
76 u32 hw_debug;
77 u32 num_pc_brk;
78 u32 num_rd_brk;
79 u32 num_wr_brk;
80 u32 cpu_clock_freq; /* store real freq of cpu */
83 u32 fpga_family_code;
86 u32 pvr_user1;
87 u32 pvr_user2;
101 u32 val = 0; in fcpu()