Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c21 extern void qe_init(uint qe_base);
333 uint qe_base = CONFIG_SYS_IMMR + 0x00100000; /* QE immr base */ in cpu_init_r() local
335 qe_init(qe_base); in cpu_init_r()
/openbmc/u-boot/include/
H A Dfsl_qe.h279 void qe_init(uint qe_base);
287 void qe_init(uint qe_base);
/openbmc/u-boot/drivers/qe/
H 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()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c131 extern void qe_init(uint qe_base);
1038 uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */ in cpu_secondary_init_r() local
1040 uint qe_base = CONFIG_SYS_IMMR + 0x00080000; /* QE immr base */ in cpu_secondary_init_r()
1044 qe_init(qe_base); in cpu_secondary_init_r()