Home
last modified time | relevance | path

Searched refs:qe_base (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dfsl_qe.h282 void qe_init(uint qe_base);
290 void qe_init(uint qe_base);
/u-boot/drivers/qe/
A Dqe.c177 void qe_init(uint qe_base) in qe_init() argument
182 qe_immr = (qe_map_t *)qe_base; in qe_init()
203 void qe_init(uint qe_base) in qe_init() argument
206 qe_immr = (qe_map_t *)qe_base; in qe_init()
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c271 uint qe_base = CONFIG_SYS_IMMR + 0x00100000; /* QE immr base */ in cpu_init_r() local
273 qe_init(qe_base); in cpu_init_r()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init.c135 extern void qe_init(uint qe_base);
1035 uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */ in cpu_secondary_init_r() local
1037 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