Searched refs:qe_base (Results 1 – 4 of 4) sorted by relevance
282 void qe_init(uint qe_base);290 void qe_init(uint qe_base);
177 void qe_init(uint qe_base) in qe_init() argument182 qe_immr = (qe_map_t *)qe_base; in qe_init()203 void qe_init(uint qe_base) in qe_init() argument206 qe_immr = (qe_map_t *)qe_base; in qe_init()
271 uint qe_base = CONFIG_SYS_IMMR + 0x00100000; /* QE immr base */ in cpu_init_r() local273 qe_init(qe_base); in cpu_init_r()
135 extern void qe_init(uint qe_base);1035 uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */ in cpu_secondary_init_r() local1037 uint qe_base = CONFIG_SYS_IMMR + 0x00080000; /* QE immr base */ in cpu_secondary_init_r()1040 qe_init(qe_base); in cpu_secondary_init_r()
Completed in 13 milliseconds