Lines Matching refs:u32
32 u32 use_instr;
33 u32 use_mult;
34 u32 use_fpu;
35 u32 use_exc;
36 u32 ver_code;
37 u32 mmu;
38 u32 mmu_privins;
39 u32 endian;
42 u32 use_icache;
43 u32 icache_tagbits;
44 u32 icache_write;
45 u32 icache_line_length;
46 u32 icache_size;
50 u32 use_dcache;
51 u32 dcache_tagbits;
52 u32 dcache_write;
53 u32 dcache_line_length;
54 u32 dcache_size;
55 u32 dcache_wb;
60 u32 use_dopb;
61 u32 use_iopb;
62 u32 use_dlmb;
63 u32 use_ilmb;
64 u32 num_fsl;
67 u32 irq_edge;
68 u32 irq_positive;
70 u32 area_optimised;
73 u32 hw_debug;
74 u32 num_pc_brk;
75 u32 num_rd_brk;
76 u32 num_wr_brk;
77 u32 cpu_clock_freq; /* store real freq of cpu */
80 u32 fpga_family_code;
83 u32 pvr_user1;
84 u32 pvr_user2;
98 u32 val = 0; in fcpu()