Searched refs:a_l2_cache (Results 1 – 3 of 3) sorted by relevance
110 a_config.a_l2_cache == A_CACHE_PARITY ? "parity" : in mainbus_attach()111 a_config.a_l2_cache == A_CACHE_NO_PARITY ? "no-parity" : "no"); in mainbus_attach()
403 a_config.a_l2_cache = (config1 >> 2) & 3; in pmppc_setup()
82 uint a_l2_cache; member