Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dcuboot-c2k.c35 u8 *bridge_pbase, is_coherent; in c2k_bridge_setup() local
40 is_coherent = mv64x60_is_coherent(); in c2k_bridge_setup()
42 if (is_coherent) in c2k_bridge_setup()
53 mv64x60_config_ctlr_windows(bridge_base, bridge_pbase, is_coherent); in c2k_bridge_setup()
Dprpmc2800.c325 u8 *bridge_pbase, is_coherent; in prpmc2800_bridge_setup() local
329 is_coherent = mv64x60_is_coherent(); in prpmc2800_bridge_setup()
331 if (is_coherent) in prpmc2800_bridge_setup()
342 mv64x60_config_ctlr_windows(bridge_base, bridge_pbase, is_coherent); in prpmc2800_bridge_setup()
Dmv64x60.h54 u8 is_coherent);
Dmv64x60.c281 u8 is_coherent) in mv64x60_config_ctlr_windows() argument
290 if (is_coherent) in mv64x60_config_ctlr_windows()