Searched refs:qe_base (Results 1 – 4 of 4) sorted by relevance
22 extern void qe_init(uint qe_base);334 uint qe_base = CONFIG_SYS_IMMR + 0x00100000; /* QE immr base */ in cpu_init_r() local336 qe_init(qe_base); in cpu_init_r()
280 void qe_init(uint qe_base);288 void qe_init(uint qe_base);
133 extern void qe_init(uint qe_base);1040 uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */ in cpu_secondary_init_r() local1042 uint qe_base = CONFIG_SYS_IMMR + 0x00080000; /* QE immr base */ in cpu_secondary_init_r()1046 qe_init(qe_base); in cpu_secondary_init_r()
174 void qe_init(uint qe_base) in qe_init() argument177 qe_immr = (qe_map_t *)qe_base; in qe_init()